Procházet zdrojové kódy

Merge branch 'liuxiangxin' into jun

jun před 6 měsíci
rodič
revize
eff76b0155
1 změnil soubory, kde provedl 1 přidání a 4 odebrání
  1. 1 4
      utils/request.js

+ 1 - 4
utils/request.js

@@ -1,11 +1,8 @@
 // 请求域名
-//var domain = 'https://kailin.dfwy.tech/'
-//var domain = 'https://kailin.dfwy.tech/'
-//var domain = 'http://kailin.test/'
 var domain = 'https://kailin.dfwy.tech/'
 // #ifdef MP-WEIXIN
 // 'http://127.0.0.1:8000/';
-domain = uni.getAccountInfoSync().miniProgram.envVersion == 'release' ? 'https://mall.findit.ltd/' : 'http://kailin.test/';
+domain = uni.getAccountInfoSync().miniProgram.envVersion == 'release' ? 'https://mall.findit.ltd/' : 'https://kailin.dfwy.tech/';
 // #endif
 
 // 发送网络请求的函数