diff --git a/project.config.json b/project.config.json index ce99e72..07db448 100644 --- a/project.config.json +++ b/project.config.json @@ -1,7 +1,8 @@ { "description": "项目配置文件", "packOptions": { - "ignore": [] + "ignore": [], + "include": [] }, "setting": { "urlCheck": false, @@ -41,13 +42,8 @@ }, "compileType": "miniprogram", "libVersion": "2.15.0", - "appid": "wxf77625888d34a50a", + "appid": "wx295a2bfcc1e88c5a", "projectname": "manicureLet", - "debugOptions": { - "hidedInDevtools": [] - }, - "scripts": {}, - "isGameTourist": false, "condition": { "search": { "list": [] @@ -67,5 +63,9 @@ "miniprogram": { "list": [] } + }, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 } } \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json index a5cd5ce..cb2e496 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -1,15 +1,6 @@ { "setting": {}, "condition": { - "plugin": { - "list": [] - }, - "game": { - "list": [] - }, - "gamePlugin": { - "list": [] - }, "miniprogram": { "list": [ { @@ -39,9 +30,11 @@ { "name": "商务合作", "pathName": "pages/pageBusiness/pageBusiness", + "query": "", "scene": null } ] } - } + }, + "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html" } \ No newline at end of file diff --git a/utils/serve.js b/utils/serve.js index d4c14ad..e1318f8 100644 --- a/utils/serve.js +++ b/utils/serve.js @@ -1,5 +1,5 @@ -const HTTPS = 'https://mjcms.fnuo123.net' +const HTTPS = 'https://mjznps.fnuo123.net/' export const http = function (param) { let { url, data, method } = param