From 08d8758f3975fd7f57177ab5b8257b404105d071 Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" <123456> Date: Wed, 10 May 2023 13:41:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8D=E7=A7=B0&=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E5=8D=95=E7=82=B9=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + src/config/website.js | 8 ++++---- src/lang/zh.js | 4 ++-- src/page/login/index.vue | 10 +++++----- vite.config.js | 2 +- 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index c65158e0..cb2587a2 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ yarn.lock *.njsproj *.sln *.sw* +.history/ diff --git a/src/config/website.js b/src/config/website.js index 9e0bfddf..26058e3f 100644 --- a/src/config/website.js +++ b/src/config/website.js @@ -2,10 +2,10 @@ * 全局配置文件 */ export default { - title: 'saber', + title: 'TWMS', logo: 'S', - key: 'saber', //配置主键,目前用于存储 - indexTitle: 'Saber Admin', + key: 'TWMS', //配置主键,目前用于存储 + indexTitle: 'TWMS Admin', clientId: 'saber', // 客户端id clientSecret: 'saber_secret', // 客户端密钥 tenantMode: true, // 是否开启租户模式 @@ -52,7 +52,7 @@ export default { // 第三方系统授权地址 authUrl: 'http://localhost/blade-auth/oauth/render', // 报表设计器地址(cloud端口为8108,boot端口为80) - reportUrl: 'http://localhost:8108/ureport', + reportUrl: 'http://192.168.2.101:8108/ureport', // 单点登录系统认证(blade-auth服务的地) ssoUrl: 'http://localhost:8100/oauth/authorize?client_id=saber&response_type=code&redirect_uri=', // 单点登录回调地址(Saber服务的地址) diff --git a/src/lang/zh.js b/src/lang/zh.js index de3e7936..3ad4d841 100644 --- a/src/lang/zh.js +++ b/src/lang/zh.js @@ -1,5 +1,5 @@ export default { - title: 'Saber企业管理平台', + title: '货无忧物流信息管理平台', logoutTip: '退出系统, 是否继续?', submitText: '确定', cancelText: '取消', @@ -78,7 +78,7 @@ export default { }, login: { title: '登录 ', - info: 'BladeX 企业级开发平台', + info: '货无忧物流信息平台', tenantId: '请输入租户ID', username: '请输入账号', password: '请输入密码', diff --git a/src/page/login/index.vue b/src/page/login/index.vue index d00d8602..8463977f 100644 --- a/src/page/login/index.vue +++ b/src/page/login/index.vue @@ -6,7 +6,7 @@ {{ time }}
{{ $t('login.info') }}
-