sunkuosheng hace 1 día
padre
commit
4519f710d0
Se han modificado 3 ficheros con 12 adiciones y 11 borrados
  1. 2 2
      ruoyi-ui-gljt/.env.development
  2. 2 2
      ruoyi-ui-gljt/.env.production
  3. 8 7
      ruoyi-ui-gljt/.env.staging

+ 2 - 2
ruoyi-ui-gljt/.env.development

@@ -1,6 +1,6 @@
 # 页面标题
-VUE_APP_TITLE = 高龄津贴管理平台(测试
-VUE_APP_TITLE1 = 高龄津贴管理平台(测试
+VUE_APP_TITLE = 测试
+VUE_APP_TITLE1 = 测试
 VUE_APP_LOGO = '@/assets/images/shijihome/img_14.png'
 VUE_APP_LOGIN_LOGO = '@/assets/images/shijihome/img_14.png'
 

+ 2 - 2
ruoyi-ui-gljt/.env.production

@@ -1,6 +1,6 @@
 # 页面标题
-VUE_APP_TITLE = 高龄津贴管理平台(测试)
-VUE_APP_TITLE1 = 高龄津贴管理平台(测试)
+VUE_APP_TITLE = 吉林养老服务信息系统
+VUE_APP_TITLE1 = 吉林养老服务信息系统
 VUE_APP_LOGO = '@/assets/logo/logo.png'
 VUE_APP_LOGIN_LOGO = '@/assets/images/login-logo1.png'
 

+ 8 - 7
ruoyi-ui-gljt/.env.staging

@@ -1,10 +1,11 @@
 # 页面标题
-VUE_APP_TITLE = 高龄津贴管理平台
+VUE_APP_TITLE = 测试
+VUE_APP_TITLE1 = 测试
+VUE_APP_LOGO = '@/assets/images/shijihome/img_14.png'
+VUE_APP_LOGIN_LOGO = '@/assets/images/shijihome/img_14.png'
 
-NODE_ENV = production
+# 测试线上环境配置
+ENV = 'production'
 
-# 测试环境配置
-ENV = 'staging'
-
-# 若依管理系统/测试环境
-VUE_APP_BASE_API = '/stage-api'
+# 若依管理系统/测试线上环境
+VUE_APP_BASE_API = '/prod-api'