Kaynağa Gözat

1、产品名称修改为:云微企

dongpo 1 yıl önce
ebeveyn
işleme
f5c0eaafbb
6 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  1. 1 1
      .env.dev
  2. 1 1
      .env.prod
  3. 1 1
      src/views/login.vue
  4. 1 1
      src/views/register.vue
  5. 1 1
      src/views/socialLogin.vue
  6. 1 1
      src/views/sso.vue

+ 1 - 1
.env.dev

@@ -2,7 +2,7 @@
 ENV = 'development'
 
 # 页面标题
-VUE_APP_TITLE = 爱思系统
+VUE_APP_TITLE = 云微企-测试
 
 # 爱思系统/开发环境
 # 赵培清

+ 1 - 1
.env.prod

@@ -2,7 +2,7 @@
 NODE_ENV = 'production'
 
 # 页面标题
-VUE_APP_TITLE = 智企
+VUE_APP_TITLE = 云微企
 
 # 爱思系统/生产环境
 VUE_APP_BASE_API = 'https://isaas.dgtiscloud.com'

+ 1 - 1
src/views/login.vue

@@ -9,7 +9,7 @@
       <div class="field">
         <!-- [移动端]标题 -->
         <h2 class="mobile-title">
-          <h3 class="title">智企云</h3>
+          <h3 class="title">云微企</h3>
         </h2>
 
         <!-- 表单 -->

+ 1 - 1
src/views/register.vue

@@ -9,7 +9,7 @@
       <div class="field">
         <!-- [移动端]标题 -->
         <h2 class="mobile-title">
-          <h3 class="title">智企云</h3>
+          <h3 class="title">云微企</h3>
         </h2>
 
         <!-- 表单 -->

+ 1 - 1
src/views/socialLogin.vue

@@ -9,7 +9,7 @@
       <div class="field">
         <!-- [移动端]标题 -->
         <h2 class="mobile-title">
-          <h3 class="title">智企云</h3>
+          <h3 class="title">云微企</h3>
         </h2>
 
         <!-- 表单 -->

+ 1 - 1
src/views/sso.vue

@@ -9,7 +9,7 @@
       <div class="field">
         <!-- [移动端]标题 -->
         <h2 class="mobile-title">
-          <h3 class="title">智企云</h3>
+          <h3 class="title">云微企</h3>
         </h2>
 
         <!-- 表单 -->