From 89380e6260a75d1d3b94de687ebcc2f50d50659d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Feb 2026 15:44:33 +0800
Subject: [PATCH] feat:环境变量配置调整
---
uniapps/work-wx/src/pages.json | 43 ++++++++++++++++++++++---------------------
1 files changed, 22 insertions(+), 21 deletions(-)
diff --git a/uniapps/work-wx/src/pages.json b/uniapps/work-wx/src/pages.json
index 98d5c7d..76362a5 100644
--- a/uniapps/work-wx/src/pages.json
+++ b/uniapps/work-wx/src/pages.json
@@ -11,8 +11,7 @@
{
"path": "pages/page/index",
"style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom"
+ "navigationBarTitleText": "首页"
}
},
{
@@ -24,23 +23,20 @@
{
"path": "pages/equipmentManagement/index",
"style": {
- "navigationBarTitleText": "设备管理",
- "navigationStyle": "custom"
+ "navigationBarTitleText": "设备管理"
}
},
{
"path": "pages/legalPolicy/index",
"style": {
- "navigationBarTitleText": "法律政策",
- "navigationStyle": "custom"
+ "navigationBarTitleText": "法律政策"
}
},
{
"path": "pages/user/index",
"style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
+ "navigationBarTitleText": "我的"
}
},
{
@@ -89,22 +85,27 @@
}
},
{
+ "path": "flightApplication/details",
+ "style": {
+ "navigationBarTitleText": "飞行详情"
+ }
+ },
+ {
"path": "deviceRegistration/add",
"style": {
"navigationBarTitleText": "飞行器注册"
}
},
{
- "path": "regulationsDetail/details",
+ "path": "deviceRegistration/details",
"style": {
- "navigationBarTitleText": "详情"
+ "navigationBarTitleText": "飞行器详情"
}
},
{
- "path": "workDetail/mapWork/index",
+ "path": "regulationsDetail/details",
"style": {
- "navigationBarTitleText": "地图展示",
- "navigationStyle": "custom"
+ "navigationBarTitleText": "详情"
}
},
{
@@ -135,26 +136,26 @@
"backgroundColor": "#ffffff",
"list": [
{
- "iconPath": "static/images/tabbar/icon_order.png",
- "selectedIconPath": "static/images/tabbar/icon_order_selected.png",
+ "iconPath": "static/images/tabbar/home.png",
+ "selectedIconPath": "static/images/tabbar/home-selected.png",
"pagePath": "pages/page/index",
"text": "首页"
},
{
- "iconPath": "static/images/tabbar/icon_order.png",
- "selectedIconPath": "static/images/tabbar/icon_order_selected.png",
+ "iconPath": "static/images/tabbar/sbgl.png",
+ "selectedIconPath": "static/images/tabbar/sbgl-selected.png",
"pagePath": "pages/equipmentManagement/index",
"text": "设备管理"
},
{
- "iconPath": "static/images/tabbar/icon_home1.png",
- "selectedIconPath": "static/images/tabbar/icon_home_selected.png",
+ "iconPath": "static/images/tabbar/flzc.png",
+ "selectedIconPath": "static/images/tabbar/flzc-selected.png",
"pagePath": "pages/legalPolicy/index",
"text": "法律政策"
},
{
- "iconPath": "static/images/tabbar/icon_me.png",
- "selectedIconPath": "static/images/tabbar/icon_me_selected.png",
+ "iconPath": "static/images/tabbar/my.png",
+ "selectedIconPath": "static/images/tabbar/my-selected.png",
"pagePath": "pages/user/index",
"text": "我的"
}
--
Gitblit v1.9.3