From ec6c6e358cade7ac1c09953b840f34af61bf61c5 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 5 Mar 2026 10:54:09 +0800 Subject: [PATCH] change --- manifest.json | 4 +- pages.json | 16 +- .../{xlx-in-store.vue => other-in-store.vue} | 29 +--- pages/Material/shouhuo-in-store.vue | 163 ++++++++++++++++++ pages/Material/tuiliao-in-store.vue | 163 ++++++++++++++++++ pages/home/home.vue | 4 +- 6 files changed, 352 insertions(+), 27 deletions(-) rename pages/Material/{xlx-in-store.vue => other-in-store.vue} (85%) create mode 100644 pages/Material/shouhuo-in-store.vue create mode 100644 pages/Material/tuiliao-in-store.vue diff --git a/manifest.json b/manifest.json index 139d080..6d13359 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "徐州汉云", "appid" : "__UNI__CB08719", "description" : "徐州汉云WMS手持系统", - "versionName" : "1.0.3", - "versionCode" : 103, + "versionName" : "1.0.4", + "versionCode" : 104, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages.json b/pages.json index 9d89d0e..f030dbf 100644 --- a/pages.json +++ b/pages.json @@ -46,7 +46,21 @@ } } ,{ - "path" : "pages/Material/xlx-in-store", + "path" : "pages/Material/shouhuo-in-store", + "style" : + { + "navigationStyle": "custom" + } + } + ,{ + "path" : "pages/Material/tuiliao-in-store", + "style" : + { + "navigationStyle": "custom" + } + } + ,{ + "path" : "pages/Material/other-in-store", "style" : { "navigationStyle": "custom" diff --git a/pages/Material/xlx-in-store.vue b/pages/Material/other-in-store.vue similarity index 85% rename from pages/Material/xlx-in-store.vue rename to pages/Material/other-in-store.vue index 761dfcd..fe9710e 100644 --- a/pages/Material/xlx-in-store.vue +++ b/pages/Material/other-in-store.vue @@ -1,15 +1,15 @@