Jelajahi Sumber

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

dongpo 1 tahun lalu
induk
melakukan
79b7a6f153
6 mengubah file dengan 11 tambahan dan 9 penghapusan
  1. 4 2
      .env.dev
  2. 3 3
      .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

+ 4 - 2
.env.dev

@@ -2,7 +2,7 @@
 ENV = 'development'
 
 # 页面标题
-VUE_APP_TITLE = 爱思系统
+VUE_APP_TITLE = 云微企-测试
 
 # 爱思系统/开发环境
 # 赵培清
@@ -11,7 +11,9 @@ VUE_APP_TITLE = 爱思系统
 # VUE_APP_BASE_API = 'http://192.168.100.64:48081'
 # 测试
 VUE_APP_BASE_API = 'http://47.103.79.143:48081'
-
+# 二级部署路径
+VUE_APP_APP_NAME ='/dingding'
+PUBLIC_PATH = '/dingding'
 # 路由懒加载
 VUE_CLI_BABEL_TRANSPILE_MODULES = true
 

+ 3 - 3
.env.prod

@@ -2,11 +2,11 @@
 NODE_ENV = 'production'
 
 # 页面标题
-VUE_APP_TITLE = 智企
+VUE_APP_TITLE = 云微企
 
 # 爱思系统/生产环境
-# VUE_APP_BASE_API = 'https://isaas.dgtiscloud.com'
-VUE_APP_BASE_API = 'http://47.103.79.143:48081'
+VUE_APP_BASE_API = 'https://isaas.dgtiscloud.com'
+# VUE_APP_BASE_API = 'http://47.103.79.143:48081'
 # 二级部署路径
 VUE_APP_APP_NAME ='/dingding'
 PUBLIC_PATH = '/dingding'

+ 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>
 
         <!-- 表单 -->