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"