Silent 6 rokov pred
rodič
commit
4e54f45eef
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      wechat/utils/api.js

+ 1 - 1
wechat/utils/api.js

xqd
@@ -1,7 +1,7 @@
 const headUrl = 'https://t20.9026.com/wechat/';
 
 module.exports = {
-  isTest: true,
+  isTest: false,
   headUrl: headUrl,
   loginUrl: headUrl + 'login',
   checkPositionUrl: headUrl + 'checkPosition',