From 2cf02932e53b0ae0a1fc640b2030b7e96c6edc83 Mon Sep 17 00:00:00 2001 From: liub Date: Mon, 15 Dec 2025 10:22:05 +0800 Subject: [PATCH] =?UTF-8?q?018A=20UI=E9=83=A8=E5=88=86=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- pages.json | 14 + pages/018A/HBY018A.vue | 1554 +++++++++++++++++++++++++ pages/common/aboutUs/ContactUs.vue | 272 +++++ pages/common/addBLE/addEquip.vue | 6 +- pages/common/forgotPassword/index.vue | 2 +- pages/common/login/index.vue | 2 + pages/common/register/index.vue | 2 +- pages/common/user/index.vue | 17 +- pages/common/user/logOff.vue | 4 +- static/images/common/guanyuwomen.png | Bin 0 -> 1137 bytes static/images/common/yijianfankui.png | Bin 0 -> 610 bytes static/images/common/zhuxiao.png | Bin 0 -> 863 bytes utils/MqHelper.js | 2 +- 14 files changed, 1867 insertions(+), 10 deletions(-) create mode 100644 pages/018A/HBY018A.vue create mode 100644 pages/common/aboutUs/ContactUs.vue create mode 100644 static/images/common/guanyuwomen.png create mode 100644 static/images/common/yijianfankui.png create mode 100644 static/images/common/zhuxiao.png diff --git a/manifest.json b/manifest.json index d36339b..79fba08 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "星汉物联", "appid" : "__UNI__A21EF43", "description" : "设备管控", - "versionName" : "1.0.7", + "versionName" : "1.0.8", "versionCode" : "100", "transformPx" : false, /* 5+App特有相关 */ diff --git a/pages.json b/pages.json index ce41a16..8debdd3 100644 --- a/pages.json +++ b/pages.json @@ -355,6 +355,20 @@ { "navigationBarTitleText" : "注销账号" } + }, + { + "path" : "pages/common/aboutUs/ContactUs", + "style" : + { + "navigationBarTitleText" : "联系我们" + } + }, + { + "path" : "pages/018A/HBY018A", + "style" : + { + "navigationBarTitleText" : "HBY018A" + } } diff --git a/pages/018A/HBY018A.vue b/pages/018A/HBY018A.vue new file mode 100644 index 0000000..d91775e --- /dev/null +++ b/pages/018A/HBY018A.vue @@ -0,0 +1,1554 @@ + + + + + \ No newline at end of file diff --git a/pages/common/aboutUs/ContactUs.vue b/pages/common/aboutUs/ContactUs.vue new file mode 100644 index 0000000..6426afb --- /dev/null +++ b/pages/common/aboutUs/ContactUs.vue @@ -0,0 +1,272 @@ +