limengbo 4 rokov pred
rodič
commit
9293b66919
2 zmenil súbory, kde vykonal 5 pridanie a 3 odobranie
  1. 1 1
      project.config.json
  2. 4 2
      utils/const.js

+ 1 - 1
project.config.json

@@ -24,7 +24,7 @@
 	},
 	"compileType": "miniprogram",
 	"libVersion": "2.10.1",
-	"appid": "wxdfa8a4f1623d28db",
+	"appid": "wx8961a3e5512f307c",
 	"projectname": "%E5%B0%8F%E5%AD%A6%E8%AF%BE%E6%96%87%E6%9C%97%E8%AF%BB%E9%85%8D%E9%9F%B3",
 	"debugOptions": {
 		"hidedInDevtools": []

+ 4 - 2
utils/const.js

@@ -1,7 +1,9 @@
 // 常量列表
 module.exports = {
-  productApi: 'https://reader.lingjiao.cn/readerProduct/',
+  // productApi: 'https://reader.lingjiao.cn/readerProduct/',
   // productApi: 'https://readertest.lingjiao.cn/readerProduct/',
-  baseApi: 'https://reader.lingjiao.cn/readerBase/'
+  productApi:  'https://reader-efun.lingjiao.cn/readerProduct/',
+  // baseApi: 'https://reader.lingjiao.cn/readerBase/'
   // baseApi: 'https://readertest.lingjiao.cn:442/readerBase/'
+  baseApi: 'https://reader-efun.lingjiao.cn/readerBase/'
 }