瀏覽代碼

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 = {