Commit ffa91175 authored by xinzhedeai's avatar xinzhedeai

登录、中间页标题名字修改

parent 1313bb76
...@@ -2,7 +2,7 @@ module.exports = { ...@@ -2,7 +2,7 @@ module.exports = {
/** /**
* @description 网站标题 * @description 网站标题
*/ */
title: '应急管理', title: '中和地信企业管理平台',
/** /**
* @description 是否显示 tagsView * @description 是否显示 tagsView
*/ */
...@@ -38,7 +38,7 @@ module.exports = { ...@@ -38,7 +38,7 @@ module.exports = {
/** /**
* 底部文字,支持html语法 * 底部文字,支持html语法
*/ */
footerTxt: '© 2023 <a href="#" target="_blank">淄博应急局</a>', footerTxt: '© 2024 <a href="#" target="_blank">中和地信有限公司</a>',
/** /**
* 备案号 * 备案号
*/ */
......
<template> <template>
<div class="login" :style="'background-image:url(' + Background + ');'"> <div class="login" :style="'background-image:url(' + Background + ');'">
<div class="topTitle" :style="'background-image:url(' + Title + ');'"> <div class="topTitle" :style="'background-image:url(' + Title + ');'">
中和地信应急平台 中和地信企业管理平台
</div> </div>
<div class="subTopTitle"> <div class="subTopTitle">
<h2 :style="'background-image:url(' + Welcome + ');'"> <h2 :style="'background-image:url(' + Welcome + ');'">
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div v-show="show" class="login" :style="'background-image:url('+ Background +');'"> <div v-show="show" class="login" :style="'background-image:url('+ Background +');'">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" label-position="left" label-width="0px" class="login-form"> <el-form ref="loginForm" :model="loginForm" :rules="loginRules" label-position="left" label-width="0px" class="login-form">
<h2 class="title"> <h2 class="title">
中和地信应急平台 中和地信企业管理平台
</h2> </h2>
<h4 class="title"> <h4 class="title">
{{ userStyle }}账号登录 {{ userStyle }}账号登录
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment