Browse Source

Update config.ts

lex-xin 7 months ago
parent
commit
a6c14fbf25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miniprogram/config.ts

+ 1 - 1
miniprogram/config.ts

@@ -1,4 +1,4 @@
-const environmentVariable = "dev";
+const environmentVariable = "test";
 const apiUrlInfo = {
   dev: "https://dev.kt.colexiu.com",
   test: "https://test.kt.colexiu.com",