修改系统标题,企业管理bug

This commit is contained in:
zhaoxiao
2021-10-11 15:15:51 +08:00
parent e6422d1009
commit b7f83108db
5 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -171,7 +171,7 @@
// update-begin-author:sunjianlei date:20200120 for: 动态更改页面标题
changeTitle(title) {
let projectTitle = 'Jero-Boot 企业级快速开发平台'
let projectTitle = '标准所协同工作平台'
// 首页特殊处理
if (this.$route.path === indexKey) {
document.title = projectTitle
+1 -1
View File
@@ -17,7 +17,7 @@
:type="collapsed ? 'menu-unfold' : 'menu-fold'"
@click="toggle"/>
<span v-if="device === 'desktop'">欢迎进入来款系统管理平台</span>
<span v-if="device === 'desktop'">欢迎进入标准所协同工作平台</span>
<span v-else>Jero-Boot</span>
<user-menu :theme="theme"/>
@@ -13,7 +13,7 @@
<a-row>
<a-col :xl="12" :sm="24">
<a-form-item label="企业名称" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input placeholder="请输入公司名称"
<a-input placeholder="请输入企业名称"
v-decorator="['companyName',validatorRules.companyName]"
:maxLength='50'
@change="e => {e.target.value = (e.target.value + '').trim()}"></a-input>
+1 -1
View File
@@ -132,11 +132,11 @@ export default {
}
},
created () {
document.title = '标准所协同工作平台'
this.currdatetime = new Date().getTime()
Vue.ls.remove(ACCESS_TOKEN)
this.getRouterData()
this.handleChangeCheckCode()
},
methods: {
...mapActions(['Login', 'Logout', 'PhoneLogin']),
+3
View File
@@ -167,6 +167,9 @@ export default {
rsaPublicKey: null // 公钥
}
},
created() {
document.title = '标准所协同工作平台'
},
methods: {
submit() {
let that = this