修改系统标题,企业管理bug
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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']),
|
||||
|
||||
@@ -167,6 +167,9 @@ export default {
|
||||
rsaPublicKey: null // 公钥
|
||||
}
|
||||
},
|
||||
created() {
|
||||
document.title = '标准所协同工作平台'
|
||||
},
|
||||
methods: {
|
||||
submit() {
|
||||
let that = this
|
||||
|
||||
Reference in New Issue
Block a user