From b12fee049d59b1a779aa93dab7d8e245abccdc73 Mon Sep 17 00:00:00 2001 From: Weller <1812208341@qq.com> Date: Mon, 13 Mar 2023 17:57:12 +0800 Subject: [PATCH] chkj --- project.config.json | 14 +++++++------- project.private.config.json | 18 +++++++----------- utils/serve.js | 3 ++- 3 files changed, 16 insertions(+), 19 deletions(-) diff --git a/project.config.json b/project.config.json index ce99e72..1b8ce22 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": "wx5284d97d93ab046e", "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..bbf5bb0 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -1,15 +1,8 @@ { - "setting": {}, + "setting": { + "compileHotReLoad": true + }, "condition": { - "plugin": { - "list": [] - }, - "game": { - "list": [] - }, - "gamePlugin": { - "list": [] - }, "miniprogram": { "list": [ { @@ -39,9 +32,12 @@ { "name": "商务合作", "pathName": "pages/pageBusiness/pageBusiness", + "query": "", "scene": null } ] } - } + }, + "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", + "projectname": "manicureLet" } \ No newline at end of file diff --git a/utils/serve.js b/utils/serve.js index d4c14ad..7bffb12 100644 --- a/utils/serve.js +++ b/utils/serve.js @@ -1,5 +1,6 @@ -const HTTPS = 'https://mjcms.fnuo123.net' +// const HTTPS = 'https://mjcms.fnuo123.net' +const HTTPS = 'https://chkj.fnuo123.net' export const http = function (param) { let { url, data, method } = param