Browse Source

说明:改为正式域名

程志平 4 years ago
parent
commit
48a5c5816a
1 changed files with 2 additions and 3 deletions
  1. 2 3
      static/api.js

+ 2 - 3
static/api.js

@@ -1,7 +1,6 @@
 const WEXIN_BASE_URL = 'https://api.mch.weixin.qq.com' // wexin
-// const CODE_BASE_URL = 'https://jtishfw.ncjti.edu.cn/jxch-smartmp' // code
-const CODE_BASE_URL = 'https://developdomain.chuanghai-tech.com' // code
-// const CODE_BASE_URL = 'http://grzpqy.natappfree.cc' // code
+const CODE_BASE_URL = 'https://jtishfw.ncjti.edu.cn/jxch-smartmp' // code
+// const CODE_BASE_URL = 'https://developdomain.chuanghai-tech.com' // code
 const IP_BASE_URL = 'http://pv.sohu.com/cityjson?ie=utf-8' // ip
 
 const myRequest = (options) => {