소스 검색

修改地址

lex 1 년 전
부모
커밋
13118951ee
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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"
 
 # 标注画板地址