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 | 110 +++++++++++++++++++++++++++++++------------------------
1 files changed, 62 insertions(+), 48 deletions(-)
diff --git a/uniapps/work-app/src/pages.json b/uniapps/work-app/src/pages.json
index a2e22fd..303c1b0 100644
--- a/uniapps/work-app/src/pages.json
+++ b/uniapps/work-app/src/pages.json
@@ -49,54 +49,68 @@
{
"root": "subPackages",
"pages": [
- {
- "path": "404/index",
- "style": {
- "navigationBarTitleText": "404",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "workDetail/index",
- "style": {
- "navigationBarTitleText": "工单详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "voiceCallDetail/index",
- "style": {
- "navigationBarTitleText": "通话详情"
-
- }
- },
- {
- "path": "workDetail/mapWork/index",
- "style": {
- "navigationBarTitleText": "工单位置"
- }
- },
- {
- "path": "userDetail/infos/index",
- "style": {
- "navigationBarTitleText": "个人资料",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "userDetail/password/index",
- "style": {
- "navigationBarTitleText": "修改密码",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "browser/index",
- "style": {
- "navigationBarTitleText": "地图"
- }
- }
- ]
+ {
+ "path": "404/index",
+ "style": {
+ "navigationBarTitleText": "404",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "workDetail/index",
+ "style": {
+ "navigationBarTitleText": "工单详情",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "voiceCallDetail/index",
+ "style": {
+ "navigationBarTitleText": "通话详情",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "workDetail/mapWork/index",
+ "style": {
+ "navigationBarTitleText": "工单位置"
+ }
+ },
+ {
+ "path": "workDetail/HandleWork/index",
+ "style": {
+ "navigationBarTitleText": "处置记录",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "workDetail/HandleWorking/index",
+ "style": {
+ "navigationBarTitleText": "待办处置",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "userDetail/infos/index",
+ "style": {
+ "navigationBarTitleText": "个人资料",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "userDetail/password/index",
+ "style": {
+ "navigationBarTitleText": "修改密码",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "browser/index",
+ "style": {
+ "navigationBarTitleText": "地图"
+ }
+ }
+ ]
}
],
"tabBar": {
--
Gitblit v1.9.3