This commit is contained in:
zhangjianjun 2026-04-10 15:32:55 +08:00
parent a69aa0e768
commit 46b920f419
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
{
"title": "工商年报",
"title": "银泰官网后台",
"baseUrl": "/companyHome",
"tokenKey": "token",
"messageDuration": 3000,
"requestTimeout": 60000,
"requestTimeout": 6000000,
"successCode": [
200,
0

View File

@ -79,7 +79,7 @@ export default {
// })
//
this.corpName = '银泰官网后台'
this.corpName = getConfig('title')
store.$patch({
title: this.corpName
})