From 0eba36eb3ce7a4dc6cfbaa6defce334472b699ca Mon Sep 17 00:00:00 2001 From: chutingting Date: Tue, 12 Dec 2023 22:46:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=9B=BE=E7=89=87=E4=B8=8B?= =?UTF-8?q?=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- miniprogram/pages/checkImg/checkImg.wxml | 5 +---- miniprogram/project.config.json | 28 ++++++++++++++++++++++++ miniprogram/project.private.config.json | 7 ++++++ miniprogram/utils/request.js | 2 +- package-lock.json | 24 ++++++++++++++++++++ yarn.lock | 6 ++--- 6 files changed, 64 insertions(+), 8 deletions(-) create mode 100644 miniprogram/project.config.json create mode 100644 miniprogram/project.private.config.json create mode 100644 package-lock.json diff --git a/miniprogram/pages/checkImg/checkImg.wxml b/miniprogram/pages/checkImg/checkImg.wxml index 05dee4d..3565214 100644 --- a/miniprogram/pages/checkImg/checkImg.wxml +++ b/miniprogram/pages/checkImg/checkImg.wxml @@ -8,10 +8,7 @@ - - - - + \ No newline at end of file diff --git a/miniprogram/project.config.json b/miniprogram/project.config.json new file mode 100644 index 0000000..512b513 --- /dev/null +++ b/miniprogram/project.config.json @@ -0,0 +1,28 @@ +{ + "appid": "wx75cf14e3a0d45821", + "compileType": "miniprogram", + "libVersion": "3.2.4", + "packOptions": { + "ignore": [], + "include": [] + }, + "setting": { + "coverView": true, + "es6": true, + "postcss": true, + "minified": true, + "enhance": true, + "showShadowRootInWxmlPanel": true, + "packNpmRelationList": [], + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + } + }, + "condition": {}, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 + } +} \ No newline at end of file diff --git a/miniprogram/project.private.config.json b/miniprogram/project.private.config.json new file mode 100644 index 0000000..b935537 --- /dev/null +++ b/miniprogram/project.private.config.json @@ -0,0 +1,7 @@ +{ + "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", + "projectname": "miniprogram", + "setting": { + "compileHotReLoad": true + } +} \ No newline at end of file diff --git a/miniprogram/utils/request.js b/miniprogram/utils/request.js index 50e20eb..dee192b 100644 --- a/miniprogram/utils/request.js +++ b/miniprogram/utils/request.js @@ -1,5 +1,5 @@ // const BASEURL = "http://192.168.1.105:7600/C" -const BASEURL = "https://zhixiangtest.malls.iformall.com/C" +const BASEURL = "https://zhixiang.malls.iformall.com/C" class request { constructor(address) { diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..32dd738 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,24 @@ +{ + "name": "Metavatar_DCIM_Wapp", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "dependencies": { + "@vant/weapp": "^1.10.18" + } + }, + "node_modules/@vant/weapp": { + "version": "1.10.18", + "resolved": "https://registry.npmmirror.com/@vant/weapp/-/weapp-1.10.18.tgz", + "integrity": "sha512-BEmBGVKTBfP7Re41k27Tm6lKjdWmEN0APxLWMeiYtXn7koVxrzSAdwZgZguUD7vm1lMsMhAgAIq0IMoMm/ubkQ==" + } + }, + "dependencies": { + "@vant/weapp": { + "version": "1.10.18", + "resolved": "https://registry.npmmirror.com/@vant/weapp/-/weapp-1.10.18.tgz", + "integrity": "sha512-BEmBGVKTBfP7Re41k27Tm6lKjdWmEN0APxLWMeiYtXn7koVxrzSAdwZgZguUD7vm1lMsMhAgAIq0IMoMm/ubkQ==" + } + } +} diff --git a/yarn.lock b/yarn.lock index 05e2b78..c5f7b1c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3,6 +3,6 @@ "@vant/weapp@^1.10.18": - version "1.10.18" - resolved "https://registry.yarnpkg.com/@vant/weapp/-/weapp-1.10.18.tgz#8029e49c6f519cabe3da4e098070c3abfa6c6e24" - integrity sha512-BEmBGVKTBfP7Re41k27Tm6lKjdWmEN0APxLWMeiYtXn7koVxrzSAdwZgZguUD7vm1lMsMhAgAIq0IMoMm/ubkQ== + "integrity" "sha512-BEmBGVKTBfP7Re41k27Tm6lKjdWmEN0APxLWMeiYtXn7koVxrzSAdwZgZguUD7vm1lMsMhAgAIq0IMoMm/ubkQ==" + "resolved" "https://registry.npmmirror.com/@vant/weapp/-/weapp-1.10.18.tgz" + "version" "1.10.18"