liuyc 2 gadi atpakaļ
vecāks
revīzija
5e5ce3e92a
4 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 1 1
      public/index.html
  2. 1 1
      src/config/website.js
  3. 1 1
      src/lang/zh.js
  4. 1 1
      src/page/login/index.vue

+ 1 - 1
public/index.html

@@ -19,7 +19,7 @@
   <script src="<%= BASE_URL %>cdn/xlsx/FileSaver.min.js"></script>
   <script src="<%= BASE_URL %>cdn/xlsx/xlsx.full.min.js"></script>
   <link rel="icon" href="<%= BASE_URL %>favicon.png">
-  <title>Saber企业平台</title>
+  <title>工程数字档案管理后台</title>
   <style>
     html,
     body,

+ 1 - 1
src/config/website.js

@@ -5,7 +5,7 @@ export default {
   title: "saber",
   logo: "S",
   key: 'saber',//配置主键,目前用于存储
-  indexTitle: '系统后管平台',
+  indexTitle: '工程数字档案管理后台',
   clientId: 'saber', // 客户端id
   clientSecret: 'saber_secret', // 客户端密钥
   tenantMode: true, // 是否开启租户模式

+ 1 - 1
src/lang/zh.js

@@ -1,6 +1,6 @@
 export default {
   tip: '提示',
-  title: 'Saber企业平台',
+  title: '工程数字档案管理后台',
   logoutTip: '退出系统, 是否继续?',
   submitText: '确定',
   cancelText: '取消',

+ 1 - 1
src/page/login/index.vue

@@ -46,7 +46,7 @@
           </div>
       </div>
       <div class="right-container">
-          <div class="right-title">系统后管平台</div>
+          <div class="right-title">工程数字档案管理后台</div>
           <div class="sign-list">
               <h1 class="font-lg" style="margin-top:0">登录</h1>
               <userLogin></userLogin>