From adc087ebfe1b5545a1915844f3f35482f1987728 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=AD=8F=E5=B0=91=E9=98=B3?= <786612630@qq.com>
Date: Tue, 14 Jan 2025 15:13:44 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=8C=E6=88=90=E6=88=91=E7=9A=84?=
=?UTF-8?q?=E6=A8=A1=E5=9D=97UI?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages.json | 36 ++++-
src/pages/mine/mine.vue | 313 ++++++++++++++++++++++++++++++++++++++-
src/types/uni-pages.d.ts | 10 +-
3 files changed, 347 insertions(+), 12 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 64a6baa..fa9e361 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -50,6 +50,14 @@
]
},
"pages": [
+ {
+ "path": "pages/mine/mine",
+ "type": "page",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "首页"
+ }
+ },
{
"path": "pages/home/home",
"type": "home",
@@ -163,7 +171,19 @@
},
{
"path": "pages/info-publish/basic-info",
- "type": "page"
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/info-publish/drafts-list",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom"
+ }
},
{
"path": "pages/info-publish/info-publish",
@@ -194,10 +214,6 @@
},
"needLogin": false
},
- {
- "path": "pages/mine/mine",
- "type": "page"
- },
{
"path": "pages/notification/notification",
"type": "page"
@@ -223,6 +239,14 @@
"navigationStyle": "custom"
}
},
+ {
+ "path": "pages/attendance/attendance-add-group/attendance-device",
+ "type": "page",
+ "layout": "default",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/attendance/attendance-add-group/attendance-staff",
"type": "page",
@@ -257,4 +281,4 @@
}
],
"subPackages": []
-}
\ No newline at end of file
+}
diff --git a/src/pages/mine/mine.vue b/src/pages/mine/mine.vue
index 126a836..ef65a57 100644
--- a/src/pages/mine/mine.vue
+++ b/src/pages/mine/mine.vue
@@ -1,7 +1,314 @@
+
+{
+ style: {
+ navigationStyle: 'custom',
+ navigationBarTitleText: '首页'
+ }
+}
+
-
+
+
+
+
+
+
+
+
+
+ 未登录
+ 游客模式 >
+
+
+
+
+ 我的团队
+
+
+
+
+
+ 推荐服务
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+ 常用工具
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+ 帮助中心
+ >
+
+
+ 分享海康互联
+ >
+
+
+
+
+
+
+
+ 我的订单
+
+
+
+ 发票管理
+
+
+
-
+
+
+
diff --git a/src/types/uni-pages.d.ts b/src/types/uni-pages.d.ts
index 11e6519..cb224a6 100644
--- a/src/types/uni-pages.d.ts
+++ b/src/types/uni-pages.d.ts
@@ -4,7 +4,8 @@
// Generated by vite-plugin-uni-pages
interface NavigateToOptions {
- url: "/pages/home/home" |
+ url: "/pages/mine/mine" |
+ "/pages/home/home" |
"/pages/application-list/application-list" |
"/pages/approval/approval" |
"/pages/attendance/allowed-time" |
@@ -17,15 +18,18 @@ interface NavigateToOptions {
"/pages/attendance/issue-record" |
"/pages/code/code" |
"/pages/get-code/get-code" |
+ "/pages/info-publish/announce-notice" |
+ "/pages/info-publish/basic-info" |
+ "/pages/info-publish/drafts-list" |
"/pages/info-publish/info-publish" |
"/pages/info-publish/notice-details" |
- "/pages/info-publish/notice" |
+ "/pages/info-publish/notice-manage" |
"/pages/login/login" |
- "/pages/mine/mine" |
"/pages/notification/notification" |
"/pages/reset-password/reset-password" |
"/pages/workbench/workbench" |
"/pages/attendance/attendance-add-group/attendance-add-group" |
+ "/pages/attendance/attendance-add-group/attendance-device" |
"/pages/attendance/attendance-add-group/attendance-staff" |
"/pages/attendance/attendance-add-group/attendance-time" |
"/pages/attendance/attendance-add-group/outside-rules" |