Browse Source

文字修改

lilei 4 years ago
parent
commit
54f9300e4c
6 changed files with 6 additions and 6 deletions
  1. 1 1
      .env
  2. 1 1
      .env.development
  3. 1 1
      .env.preview
  4. 1 1
      public/index.html
  5. 1 1
      src/utils/domUtil.js
  6. 1 1
      src/views/Home.vue

+ 1 - 1
.env

@@ -2,4 +2,4 @@ NODE_ENV=production
 VUE_APP_PREVIEW=false
 VUE_APP_API_BASE_URL=http://carwash-coupon.zyucgj.com/cw-coupon/
 VUE_APP_VERSION=V1.0.1
-VUE_APP_PRO_NAME=卡管理中心
+VUE_APP_PRO_NAME=卡管理中心

+ 1 - 1
.env.development

@@ -2,4 +2,4 @@ NODE_ENV=development
 VUE_APP_PREVIEW=true
 VUE_APP_API_BASE_URL=/api
 VUE_APP_VERSION=V1.0.1
-VUE_APP_PRO_NAME=卡管理中心-dev
+VUE_APP_PRO_NAME=卡管理中心-dev

+ 1 - 1
.env.preview

@@ -2,4 +2,4 @@ NODE_ENV=production
 VUE_APP_PREVIEW=true
 VUE_APP_API_BASE_URL=http://carwash-coupon.test.zyucgj.com/cw-coupon/
 VUE_APP_VERSION=V1.0.1
-VUE_APP_PRO_NAME=卡管理中心-pro
+VUE_APP_PRO_NAME=卡管理中心-pro

+ 1 - 1
public/index.html

@@ -5,7 +5,7 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <link rel="icon" href="<%= BASE_URL %>logo.png">
-    <title>智慧快洗卡卷管理中心</title>
+    <title>智能快洗卡券管理中心</title>
     <style>#loading-mask{position:fixed;left:0;top:0;height:100%;width:100%;background:#fff;user-select:none;z-index:9999;overflow:hidden}.loading-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-100%)}.loading-dot{animation:antRotate 1.2s infinite linear;transform:rotate(45deg);position:relative;display:inline-block;font-size:64px;width:64px;height:64px;box-sizing:border-box}.loading-dot i{width:22px;height:22px;position:absolute;display:block;background-color:#1890ff;border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:antSpinMove 1s infinite linear alternate}.loading-dot i:nth-child(1){top:0;left:0}.loading-dot i:nth-child(2){top:0;right:0;-webkit-animation-delay:.4s;animation-delay:.4s}.loading-dot i:nth-child(3){right:0;bottom:0;-webkit-animation-delay:.8s;animation-delay:.8s}.loading-dot i:nth-child(4){bottom:0;left:0;-webkit-animation-delay:1.2s;animation-delay:1.2s}@keyframes antRotate{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@-webkit-keyframes antRotate{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes antSpinMove{to{opacity:1}}@-webkit-keyframes antSpinMove{to{opacity:1}}</style>
     <!-- require cdn assets css -->
     <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %>

+ 1 - 1
src/utils/domUtil.js

@@ -16,4 +16,4 @@ export const setDocumentTitle = function (title) {
   }
 }
 
-export const domTitle = '智慧快洗卡卷管理中心'
+export const domTitle = '智能快洗卡券管理中心'

+ 1 - 1
src/views/Home.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="home">
-    <a-alert message="欢迎登录智慧快洗卡卷管理中心系统" type="info" showIcon />
+    <a-alert message="欢迎登录智能快洗卡券管理中心系统" type="info" showIcon />
   </div>
 </template>