This commit is contained in:
parent
a69aa0e768
commit
46b920f419
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"title": "工商年报",
|
"title": "银泰官网后台",
|
||||||
"baseUrl": "/companyHome",
|
"baseUrl": "/companyHome",
|
||||||
"tokenKey": "token",
|
"tokenKey": "token",
|
||||||
"messageDuration": 3000,
|
"messageDuration": 3000,
|
||||||
"requestTimeout": 60000,
|
"requestTimeout": 6000000,
|
||||||
"successCode": [
|
"successCode": [
|
||||||
200,
|
200,
|
||||||
0
|
0
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,7 @@ export default {
|
||||||
// })
|
// })
|
||||||
// 获取企业名
|
// 获取企业名
|
||||||
|
|
||||||
this.corpName = '银泰官网后台'
|
this.corpName = getConfig('title')
|
||||||
store.$patch({
|
store.$patch({
|
||||||
title: this.corpName
|
title: this.corpName
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue