소스 검색

修改链接

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

+ 1 - 1
miniprogram/config.ts

@@ -2,7 +2,7 @@ const environmentVariable = "test";
 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 = {