From 46b920f419f8fee5b55fffb9ae72e29d7ecedd83 Mon Sep 17 00:00:00 2001 From: zhangjianjun Date: Fri, 10 Apr 2026 15:32:55 +0800 Subject: [PATCH] ud --- config.json | 4 ++-- views/LoginPage.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index c266f7f..615c6b7 100644 --- a/config.json +++ b/config.json @@ -1,9 +1,9 @@ { - "title": "工商年报", + "title": "银泰官网后台", "baseUrl": "/companyHome", "tokenKey": "token", "messageDuration": 3000, - "requestTimeout": 60000, + "requestTimeout": 6000000, "successCode": [ 200, 0 diff --git a/views/LoginPage.vue b/views/LoginPage.vue index 9d87daa..b888c1c 100644 --- a/views/LoginPage.vue +++ b/views/LoginPage.vue @@ -79,7 +79,7 @@ export default { // }) // 获取企业名 - this.corpName = '银泰官网后台' + this.corpName = getConfig('title') store.$patch({ title: this.corpName })