From 60f9f37c815ee3ba3fd51db539a623d8d7f2c28f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=B1=AA?= <781521347@qq.com> Date: Thu, 11 Nov 2021 09:57:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config.js | 4 +-- project.config.json | 68 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 project.config.json diff --git a/common/config.js b/common/config.js index 9a9b6be..f28b798 100644 --- a/common/config.js +++ b/common/config.js @@ -1,5 +1,5 @@ -const ROOTPATH1 = "https://bwc.xianmxkj.com/sqx_fast"; -const ROOTPATH = "https://bwc.xianmxkj.com/sqx_fast"; +const ROOTPATH1 = "http://waimai.admin.service.cyjyyjy.com/sqx_fast/"; +const ROOTPATH = "http://waimai.admin.service.cyjyyjy.com/sqx_fast/"; module.exports = { APIHOST: ROOTPATH, APIHOST1: ROOTPATH1 diff --git a/project.config.json b/project.config.json new file mode 100644 index 0000000..38112fe --- /dev/null +++ b/project.config.json @@ -0,0 +1,68 @@ +{ + "description": "项目配置文件", + "packOptions": { + "ignore": [] + }, + "setting": { + "bundle": false, + "userConfirmedBundleSwitch": false, + "urlCheck": true, + "scopeDataCheck": false, + "coverView": true, + "es6": true, + "postcss": true, + "compileHotReLoad": false, + "lazyloadPlaceholderEnable": false, + "preloadBackgroundData": false, + "minified": true, + "autoAudits": false, + "newFeature": false, + "uglifyFileName": false, + "uploadWithSourceMap": true, + "useIsolateContext": true, + "nodeModules": false, + "enhance": true, + "useMultiFrameRuntime": true, + "useApiHook": true, + "useApiHostProcess": true, + "showShadowRootInWxmlPanel": true, + "packNpmManually": false, + "enableEngineNative": false, + "packNpmRelationList": [], + "minifyWXSS": true, + "showES6CompileOption": false + }, + "compileType": "miniprogram", + "libVersion": "2.20.1", + "appid": "wx5f5b49c361569a10", + "projectname": "miniprogram-1", + "debugOptions": { + "hidedInDevtools": [] + }, + "scripts": {}, + "staticServerOptions": { + "baseURL": "", + "servePath": "" + }, + "isGameTourist": false, + "condition": { + "search": { + "list": [] + }, + "conversation": { + "list": [] + }, + "game": { + "list": [] + }, + "plugin": { + "list": [] + }, + "gamePlugin": { + "list": [] + }, + "miniprogram": { + "list": [] + } + } +} \ No newline at end of file