Browse Source

修改参数配置

lichao 3 years ago
parent
commit
24bc5625b3
3 changed files with 4 additions and 4 deletions
  1. 1 1
      src/config/website.js
  2. 2 2
      src/lang/zh.js
  3. 1 1
      src/styles/login.scss

+ 1 - 1
src/config/website.js

@@ -5,7 +5,7 @@ export default {
   title: "saber",
   logo: "S",
   key: 'saber',//配置主键,目前用于存储
-  indexTitle: 'Saber Admin',
+  indexTitle: 'Turbo Admin',
   clientId: 'saber', // 客户端id
   clientSecret: 'saber_secret', // 客户端密钥
   tenantMode: true, // 是否开启租户模式

+ 2 - 2
src/lang/zh.js

@@ -1,6 +1,6 @@
 export default {
   tip: '提示',
-  title: 'Saber企业级开发平台',
+  title: '途宝企业级开发平台',
   logoutTip: '退出系统, 是否继续?',
   submitText: '确定',
   cancelText: '取消',
@@ -67,7 +67,7 @@ export default {
   },
   login: {
     title: '登录 ',
-    info: 'BladeX 企业级开发平台',
+    info: 'Turbo 企业级开发平台',
     tenantId: '请输入租户ID',
     username: '请输入账号',
     password: '请输入密码',

+ 1 - 1
src/styles/login.scss

@@ -40,7 +40,7 @@
 }
 
 .login-left .img {
-  width: 140px;
+  width: 280px;
 }
 
 .login-time {