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 | 58 ++++++++++++++++++++++++++++++++++++----------------------
1 files changed, 36 insertions(+), 22 deletions(-)
diff --git a/uniapps/work-wx/src/pages.json b/uniapps/work-wx/src/pages.json
index f6784de..76362a5 100644
--- a/uniapps/work-wx/src/pages.json
+++ b/uniapps/work-wx/src/pages.json
@@ -11,32 +11,41 @@
{
"path": "pages/page/index",
"style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom"
+ "navigationBarTitleText": "首页"
+ }
+ },
+ {
+ "path": "pages/register/index",
+ "style": {
+ "navigationBarTitleText": "注册"
}
},
{
"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": "我的"
}
},
+ {
+ "path": "pages/map/index",
+ "style": {
+ "navigationBarTitleText": "地图",
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/login/index",
"style": {
@@ -56,7 +65,7 @@
"navigationStyle": "custom"
}
},
-
+
{
"path": "airspaceInformation/index",
"style": {
@@ -76,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": "详情"
}
},
{
@@ -122,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