From 00e9de94f64568146be41df6af410ef0c9905a2b Mon Sep 17 00:00:00 2001 From: zhouyanli <593579392@qq.com> Date: Sat, 18 Apr 2026 16:15:04 +0800 Subject: [PATCH 01/17] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E7=AE=AD=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- property-uniapp-project/static/首页/arr-left.png | Bin 0 -> 440 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 property-uniapp-project/static/首页/arr-left.png diff --git a/property-uniapp-project/static/首页/arr-left.png b/property-uniapp-project/static/首页/arr-left.png new file mode 100644 index 0000000000000000000000000000000000000000..3d109fb9365084e0507ac3554def029fe9a55d81 GIT binary patch literal 440 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA3?vioaBc-sEdf3uu0R?H6ciLhMMZ(6w6wIM zqN1#cgmq!Jha84y7@31k3efFy*0%!Ug>q~Ii+0WlLo)_*_m1ayRUNswPK z0}BU_gp9nhy1BKxcW``idUk$sb$xSp|Mc0b*Kgi_`1tATx9>lH{r>a!-$EZbuLHI1 z@N{tu@i>0>nx{~c15fM2hD96}5AU2%Xkyy=|L>JP_7l+#fnR?8ULCQ-Q`q;P%lYkv zjQiis__^r&@A=Q$ZynF+XRLjy`S;~}@yDN3fBbzK^YZ*7?zQ{7&ZqyaINou7it%%m zzg6a}wQZHVI{mMdze)XjH}L)pE@_TMyo*__uDH1G=wR2_Hdn;^P5JSd-?n0b+O7-q zoHS=KcA3e93YrA1xuA4){h9-D2W29<>i+Wbow)VYXV>g|$&Z*HoYfOGGJhin^aF#Z LtDnm{r-UW|d_|g3 literal 0 HcmV?d00001 From d18e5a3351751742a9f9616635c3caebecfaa211 Mon Sep 17 00:00:00 2001 From: zhouyanli <593579392@qq.com> Date: Sat, 18 Apr 2026 17:30:38 +0800 Subject: [PATCH 02/17] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=88=86=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- property-uniapp-project/pages.json | 56 ++++++++++++++---------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/property-uniapp-project/pages.json b/property-uniapp-project/pages.json index da98ee5..0703dee 100644 --- a/property-uniapp-project/pages.json +++ b/property-uniapp-project/pages.json @@ -1,32 +1,14 @@ { "pages": [ - // { - // "path": "pages/navigation/navigation", - // "style": { - // "navigationBarTitleText": "引导页", - // "navigationBarTextStyle": "white", - // "enablePullDownRefresh": false, - // "navigationStyle": "custom" - // } - // }, - // { - // "path": "pages/login/pwd-login", - // "style": { - // "navigationBarTitleText": "密码登录", - // "navigationBarTextStyle": "white", - // "enablePullDownRefresh": false, - // "navigationStyle": "custom" - // } - // }, - // { - // "path": "pages/login/login", - // "style": { - // "navigationBarTitleText": "验证码登录", - // "navigationBarTextStyle": "white", - // "enablePullDownRefresh": false, - // "navigationStyle": "custom" - // } - // }, + { + "path": "pages/navigation/navigation", + "style": { + "navigationBarTitleText": "引导页", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, { "path": "pages/index/index", @@ -61,6 +43,20 @@ "navigationStyle": "custom" } }, + { + "path": "pwd-login", + "style": { + "navigationBarTitleText": "账号密码登录", + "navigationStyle": "custom" + } + }, + { + "path": "login", + "style": { + "navigationBarTitleText": "验证码登录", + "navigationStyle": "custom" + } + }, { "path": "forget-pwd", "style": { @@ -82,7 +78,8 @@ "pages": [{ "path": "onlineRepair", "style": { - "navigationBarTitleText": "在线报修" + "navigationBarTitleText": "在线报修", + "navigationStyle": "custom" } }, { @@ -128,7 +125,8 @@ "pages": [{ "path": "visitor-list", "style": { - "navigationBarTitleText": "访客邀请" + "navigationBarTitleText": "访客邀请", + "navigationStyle": "custom" } }, { From 821aeb227f0012729227c4ae7b4270ab09b4b433 Mon Sep 17 00:00:00 2001 From: zhouyanli <593579392@qq.com> Date: Sat, 18 Apr 2026 17:31:03 +0800 Subject: [PATCH 03/17] =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=8C=89=E9=9C=80?= =?UTF-8?q?=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- property-uniapp-project/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/property-uniapp-project/manifest.json b/property-uniapp-project/manifest.json index cea20eb..0e5ff90 100644 --- a/property-uniapp-project/manifest.json +++ b/property-uniapp-project/manifest.json @@ -54,7 +54,8 @@ "setting" : { "urlCheck" : false }, - "usingComponents" : true + "usingComponents" : true, + "lazyCodeLoading": "requiredComponents" }, "mp-alipay" : { "usingComponents" : true From d97fdbe6a68c730f4b1e13c8e8d1827d720995fe Mon Sep 17 00:00:00 2001 From: zhouyanli <593579392@qq.com> Date: Sat, 18 Apr 2026 17:31:46 +0800 Subject: [PATCH 04/17] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=BF=E5=AE=A2?= =?UTF-8?q?=E9=82=80=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/visitor/visitor-add.vue | 770 +++++++++--------- 1 file changed, 384 insertions(+), 386 deletions(-) diff --git a/property-uniapp-project/pages/visitor/visitor-add.vue b/property-uniapp-project/pages/visitor/visitor-add.vue index d868e0a..0d42a0f 100644 --- a/property-uniapp-project/pages/visitor/visitor-add.vue +++ b/property-uniapp-project/pages/visitor/visitor-add.vue @@ -1,7 +1,13 @@ \ No newline at end of file From dc9e722b3f4fd1d610b65d7b1e7efc5801e82757 Mon Sep 17 00:00:00 2001 From: zhouyanli <593579392@qq.com> Date: Sat, 18 Apr 2026 17:32:17 +0800 Subject: [PATCH 05/17] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=BF=E5=AE=A2?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/visitor/visitor-list.vue | 72 ++++++++++++++++--- 1 file changed, 62 insertions(+), 10 deletions(-) diff --git a/property-uniapp-project/pages/visitor/visitor-list.vue b/property-uniapp-project/pages/visitor/visitor-list.vue index 760096c..e49b1db 100644 --- a/property-uniapp-project/pages/visitor/visitor-list.vue +++ b/property-uniapp-project/pages/visitor/visitor-list.vue @@ -1,5 +1,14 @@