From 1d552a3bad95caae4af15322df28e6240b797693 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 13 Aug 2026 15:32:06 +0800
Subject: [PATCH] feat: app视频封面图
---
uniapps/work-app/src/pages.json | 207 ++++++++++++++++++++++++++++-----------------------
1 files changed, 112 insertions(+), 95 deletions(-)
diff --git a/uniapps/work-app/src/pages.json b/uniapps/work-app/src/pages.json
index 642517b..303c1b0 100644
--- a/uniapps/work-app/src/pages.json
+++ b/uniapps/work-app/src/pages.json
@@ -1,54 +1,54 @@
{
- "easycom": {
- "custom": {
- "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
- "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
- "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
- "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
- }
- },
- "pages": [
- {
- "path": "pages/work/index",
- "style": {
- "navigationBarTitleText": "事件工单",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/voiceCall/index",
- "style": {
- "navigationBarTitleText": "通话",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/map/index",
- "style": {
- "navigationBarTitleText": "地图",
- "navigationStyle": "custom"
- }
- },
+ "easycom": {
+ "custom": {
+ "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
+ "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
+ "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
+ "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
+ }
+ },
+ "pages": [
+ {
+ "path": "pages/work/index",
+ "style": {
+ "navigationBarTitleText": "事件工单",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/voiceCall/index",
+ "style": {
+ "navigationBarTitleText": "通话",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/map/index",
+ "style": {
+ "navigationBarTitleText": "地图",
+ "navigationStyle": "custom"
+ }
+ },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录页",
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages": [
- {
- "root": "subPackages",
- "pages": [
+ {
+ "path": "pages/user/index",
+ "style": {
+ "navigationBarTitleText": "我的",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/login/index",
+ "style": {
+ "navigationBarTitleText": "登录页",
+ "navigationStyle": "custom"
+ }
+ }
+ ],
+ "subPackages": [
+ {
+ "root": "subPackages",
+ "pages": [
{
"path": "404/index",
"style": {
@@ -59,32 +59,49 @@
{
"path": "workDetail/index",
"style": {
- "navigationBarTitleText": "工单详情"
+ "navigationBarTitleText": "工单详情",
+ "navigationStyle": "custom"
}
},
{
- "path": "workDetail/addWork/index",
+ "path": "voiceCallDetail/index",
"style": {
- "navigationBarTitleText": "新建工单"
+ "navigationBarTitleText": "通话详情",
+ "navigationStyle": "custom"
}
},
{
"path": "workDetail/mapWork/index",
"style": {
- "navigationBarTitleText": "地图展示",
+ "navigationBarTitleText": "工单位置"
+ }
+ },
+ {
+ "path": "workDetail/HandleWork/index",
+ "style": {
+ "navigationBarTitleText": "处置记录",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "workDetail/HandleWorking/index",
+ "style": {
+ "navigationBarTitleText": "待办处置",
"navigationStyle": "custom"
}
},
{
"path": "userDetail/infos/index",
"style": {
- "navigationBarTitleText": "个人资料"
+ "navigationBarTitleText": "个人资料",
+ "navigationStyle": "custom"
}
},
{
"path": "userDetail/password/index",
"style": {
- "navigationBarTitleText": "修改密码"
+ "navigationBarTitleText": "修改密码",
+ "navigationStyle": "custom"
}
},
{
@@ -94,44 +111,44 @@
}
}
]
- }
- ],
- "tabBar": {
- "color": "#8c8c8c",
- "selectedColor": "#1D6FE9",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "iconPath": "static/images/tabbar/icon_order.png",
- "selectedIconPath": "static/images/tabbar/icon_order_selected.png",
- "pagePath": "pages/work/index",
- "text": "工单"
- },
- {
- "iconPath": "static/images/tabbar/icon_order.png",
- "selectedIconPath": "static/images/tabbar/icon_order_selected.png",
- "pagePath": "pages/voiceCall/index",
- "text": "通话"
- },
- {
- "iconPath": "static/images/tabbar/icon_home1.png",
- "selectedIconPath": "static/images/tabbar/icon_home_selected.png",
- "pagePath": "pages/map/index",
- "text": "地图"
- },
- {
- "iconPath": "static/images/tabbar/icon_me.png",
- "selectedIconPath": "static/images/tabbar/icon_me_selected.png",
- "pagePath": "pages/user/index",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
+ }
+ ],
+ "tabBar": {
+ "color": "#8c8c8c",
+ "selectedColor": "#1D6FE9",
+ "borderStyle": "black",
+ "backgroundColor": "#ffffff",
+ "list": [
+ {
+ "iconPath": "static/images/tabbar/icon_order.png",
+ "selectedIconPath": "static/images/tabbar/icon_order_selected.png",
+ "pagePath": "pages/work/index",
+ "text": "工单管理"
+ },
+ {
+ "iconPath": "static/images/tabbar/icon_speech.png",
+ "selectedIconPath": "static/images/tabbar/icon_speech_selected.png",
+ "pagePath": "pages/voiceCall/index",
+ "text": "语音通话"
+ },
+ {
+ "iconPath": "static/images/tabbar/icon_home1.png",
+ "selectedIconPath": "static/images/tabbar/icon_home_selected.png",
+ "pagePath": "pages/map/index",
+ "text": "地图"
+ },
+ {
+ "iconPath": "static/images/tabbar/icon_me.png",
+ "selectedIconPath": "static/images/tabbar/icon_me_selected.png",
+ "pagePath": "pages/user/index",
+ "text": "我的"
+ }
+ ]
+ },
+ "globalStyle": {
+ "navigationBarTextStyle": "black",
+ "navigationBarTitleText": "uni-app",
+ "navigationBarBackgroundColor": "#F8F8F8",
+ "backgroundColor": "#F8F8F8"
+ }
}
--
Gitblit v1.9.3