Browse Source

修改地址

lex 1 year ago
parent
commit
13118951ee
3 changed files with 3 additions and 3 deletions
  1. 1 1
      .env.devProd
  2. 1 1
      .env.production
  3. 1 1
      .env.staging

+ 1 - 1
.env.devProd

@@ -2,7 +2,7 @@
 NODE_ENV = production
 
 VUE_APP_URL = "https://dev.resource.colexiu.com/cbs-app"
-VUE_APP_URL_GYM = "https://dev.dayaedu.com"
+VUE_APP_URL_GYM = "https://dev.gym.lexiaoya.cn"
 VUE_APP_URL_GYT = "https://dev.lexiaoya.cn"
 
 # 标注画板地址

+ 1 - 1
.env.production

@@ -1,7 +1,7 @@
 # 生产环境
 
 VUE_APP_URL = "https://mec.colexiu.com/cbs-app"
-VUE_APP_URL_GYM = "https://online.dayaedu.com"
+VUE_APP_URL_GYM = "https://gym.lexiaoya.cn"
 VUE_APP_URL_GYT = "https://online.lexiaoya.cn"
 
 # 标注画板地址

+ 1 - 1
.env.staging

@@ -2,7 +2,7 @@
 NODE_ENV = production
 
 VUE_APP_URL = "https://test.resource.colexiu.com/cbs-app"
-VUE_APP_URL_GYM = "https://test.dayaedu.com"
+VUE_APP_URL_GYM = "https://test.gym.lexiaoya.cn"
 VUE_APP_URL_GYT = "https://test.lexiaoya.cn"
 
 # 标注画板地址