feat: 新增需求

This commit is contained in:
caijun
2026-01-19 17:34:15 +08:00
parent 8fa31df250
commit 9f5b2a92c4
67 changed files with 7518 additions and 481 deletions

View File

@@ -66,6 +66,16 @@
}
}
},
{
"path": "pages/index/indexWork",
"style": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "综合监控系统",
"app-plus": {
"bounce": "none" // 取消APP端iOS回弹,避免与下拉刷新冲突 (可统一配在 'globalStyle')
}
}
},
{
"path": "pages/index/dashboard",
"style": {
@@ -392,6 +402,30 @@
"navigationBarTitleText": ""
}
},
{
"path": "dynamicModelList/index",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "dynamicModelList/form",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "dynamicModelList/detail",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "dynamicModelList/scanForm",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "tableLinkage/index",
"style": {
@@ -567,21 +601,29 @@
"color": "#303133",
"selectedColor": "#2979FF",
"backgroundColor": "#ffffff",
"list": [{
"list": [
{
"pagePath": "pages/index/indexWork",
"text": "%app.tabBar.home1%",
"iconPath": "static/image/tabbar/home.png",
"selectedIconPath": "static/image/tabbar/homeHL.png"
},
{
"pagePath": "pages/index/index",
"text": "%app.tabBar.home%",
"iconPath": "static/image/tabbar/home.png",
"selectedIconPath": "static/image/tabbar/homeHL.png"
},
{
"pagePath": "pages/index/dashboard",
"text": "%app.tabBar.dashboard%",
"iconPath": "static/image/tabbar/workFlow.png",
"selectedIconPath": "static/image/tabbar/workFlowHL.png"
},
// {
// "pagePath": "pages/index/dashboard",
// "text": "%app.tabBar.dashboard%",
// "iconPath": "static/image/tabbar/workFlow.png",
// "selectedIconPath": "static/image/tabbar/workFlowHL.png"
// },
{
"pagePath": "pages/index/message",
"text": "%app.tabBar.message%",
"text": "%app.tabBar.task%",
"iconPath": "static/image/tabbar/message.png",
"selectedIconPath": "static/image/tabbar/messageHL.png"
},