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