diff --git a/miniprogram/app.js b/miniprogram/app.js index 6d3cdf3e..23c26251 100644 --- a/miniprogram/app.js +++ b/miniprogram/app.js @@ -7,9 +7,9 @@ App({ globalData: { // API基础地址 - 连接真实后端 // baseUrl: 'https://soulapi.quwanzhi.com', - // baseUrl: 'https://souldev.quwanzhi.com', + baseUrl: 'https://souldev.quwanzhi.com', // baseUrl: 'http://localhost:3006', - baseUrl: 'http://localhost:8080', + // baseUrl: 'http://localhost:8080', // 小程序配置 - 真实AppID appId: 'wxb8bbb2b10dec74aa', diff --git a/miniprogram/project.private.config.json b/miniprogram/project.private.config.json index fa27e553..b62aec12 100644 --- a/miniprogram/project.private.config.json +++ b/miniprogram/project.private.config.json @@ -20,5 +20,17 @@ "useIsolateContext": true }, "libVersion": "3.13.2", - "condition": {} + "condition": { + "miniprogram": { + "list": [ + { + "name": "pages/read/read", + "pathName": "pages/read/read", + "query": "id=1.2", + "scene": null, + "launchMode": "default" + } + ] + } + } } \ No newline at end of file