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", "baseUrl": "/companyHome",
"tokenKey": "token", "tokenKey": "token",
"messageDuration": 3000, "messageDuration": 3000,
"requestTimeout": 60000, "requestTimeout": 6000000,
"successCode": [ "successCode": [
200, 200,
0 0

View File

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