소스 검색

Update config.ts

lex-xin 4 달 전
부모
커밋
48c4401c03
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      miniprogram/config.ts

+ 2 - 2
miniprogram/config.ts

@@ -1,8 +1,8 @@
-const environmentVariable = "test";
+const environmentVariable = "online";
 const apiUrlInfo = {
   dev: "https://dev.kt.colexiu.com",
   test: "https://test.kt.colexiu.com",
-  online: "https://online.kt.colexiu.com",
+  online: "https://kt.colexiu.com",
 };
 const baseUrl = apiUrlInfo[environmentVariable];
 module.exports = {