Browse Source

环境切换

Rorschach 5 years ago
parent
commit
4ee48c8707
2 changed files with 5 additions and 5 deletions
  1. 1 1
      project.config.json
  2. 4 4
      utils/const.js

+ 1 - 1
project.config.json

@@ -12,7 +12,7 @@
 	},
 	"compileType": "miniprogram",
 	"libVersion": "2.3.2",
-	"appid": "wx8961a3e5512f307c",
+	"appid": "wxdfa8a4f1623d28db",
 	"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 - 4
utils/const.js

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