From 9f65ea8fd90e4d5d10b33ae995fb1f43944c25a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=99=8C?= Date: Mon, 22 Jan 2024 15:16:17 +0800 Subject: [PATCH] 1 --- config/index.js | 2 +- project.config.json | 2 +- project.private.config.json | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 project.private.config.json diff --git a/config/index.js b/config/index.js index f6d5b1f..ed42de0 100644 --- a/config/index.js +++ b/config/index.js @@ -1,7 +1,7 @@ require("../common/vendor.js"), require("../constant/index.js"); (exports.appName = "优选查车"), (exports.appVersion = "1.0.0"), - (exports.baseUrl = "https://x-mo.cn:8888/chacheapi"), + (exports.baseUrl = "https://cheapi.xiaoapi.com/chacheapi"), (exports.defaultChannelName = "nature-mp-youxuan"), (exports.mpWeixinBannerUnitAd = "adunit-c70d5c16146bdcad"), (exports.mpWeixinVideoUnitAd = "adunit-305137feb58ae156"); diff --git a/project.config.json b/project.config.json index 441d3d1..2b815b0 100644 --- a/project.config.json +++ b/project.config.json @@ -1,6 +1,6 @@ { "miniprogramRoot": "", - "appid": "wxa41ff17634574443", + "appid": "wx7cd6452d5653d942", "compileType": "miniprogram", "libVersion": "3.3.2", "packOptions": { diff --git a/project.private.config.json b/project.private.config.json new file mode 100644 index 0000000..a0c769e --- /dev/null +++ b/project.private.config.json @@ -0,0 +1,7 @@ +{ + "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", + "projectname": "%E6%9F%A5%E8%BD%A6%E5%A4%A7%E5%B8%88%20Pro", + "setting": { + "compileHotReLoad": true + } +} \ No newline at end of file