数据库: - 新增 odf_checkin/odf_cables/odf_cable_faults/odf_cable_fault_images/odf_user_modules 5张表 - 新增菜单权限和角色分配 SQL 脚本 后台 API (.NET/SqlSugar): - 新增实体模型、DTO、Service、Controller (签到/光缆/故障/图片/用户模块) 前端 APP (UniApp): - 新增 portal/checkin/trunk/cable/fault-list/fault-detail/fault-add/trunk-search/route-plan 9个页面 - 新增 permission/checkin/trunk 服务层 - 新增 navigation/watermark 工具函数 后台管理前端 (ZR.Vue): - 新增光缆管理/干线故障管理/签到记录管理/用户模块权限 4个管理页面 - 新增对应 API 模块和表单组件
87 lines
2.7 KiB
JSON
87 lines
2.7 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/start/index",
|
|
"style": { "navigationStyle": "custom", "navigationBarTitleText": "" }
|
|
},
|
|
{
|
|
"path": "pages/login/index",
|
|
"style": { "navigationStyle": "custom", "navigationBarTitleText": "" }
|
|
},
|
|
{
|
|
"path": "pages/home/index",
|
|
"style": { "navigationStyle": "custom", "navigationBarTitleText": "", "enablePullDownRefresh": true }
|
|
},
|
|
{
|
|
"path": "pages/region/index",
|
|
"style": { "navigationStyle": "custom", "navigationBarTitleText": "" }
|
|
},
|
|
{
|
|
"path": "pages/room/index",
|
|
"style": { "navigationStyle": "custom", "navigationBarTitleText": "", "enablePullDownRefresh": true }
|
|
},
|
|
{
|
|
"path": "pages/rack/index",
|
|
"style": { "navigationStyle": "custom", "navigationBarTitleText": "", "enablePullDownRefresh": true }
|
|
},
|
|
{
|
|
"path": "pages/rack-detail/index",
|
|
"style": { "navigationStyle": "custom", "navigationBarTitleText": "" }
|
|
},
|
|
{
|
|
"path": "pages/search/index",
|
|
"style": { "navigationStyle": "custom", "navigationBarTitleText": "" }
|
|
},
|
|
{
|
|
"path": "pages/settings/index",
|
|
"style": { "navigationStyle": "custom", "navigationBarTitleText": "" }
|
|
},
|
|
{
|
|
"path": "pages/change-password/index",
|
|
"style": { "navigationStyle": "custom", "navigationBarTitleText": "" }
|
|
},
|
|
{
|
|
"path": "pages/portal/index",
|
|
"style": { "navigationStyle": "custom", "navigationBarTitleText": "" }
|
|
},
|
|
{
|
|
"path": "pages/checkin/index",
|
|
"style": { "navigationStyle": "custom", "navigationBarTitleText": "" }
|
|
},
|
|
{
|
|
"path": "pages/trunk/index",
|
|
"style": { "navigationStyle": "custom", "navigationBarTitleText": "" }
|
|
},
|
|
{
|
|
"path": "pages/cable/index",
|
|
"style": { "navigationStyle": "custom", "navigationBarTitleText": "" }
|
|
},
|
|
{
|
|
"path": "pages/fault-list/index",
|
|
"style": { "navigationStyle": "custom", "navigationBarTitleText": "" }
|
|
},
|
|
{
|
|
"path": "pages/fault-detail/index",
|
|
"style": { "navigationStyle": "custom", "navigationBarTitleText": "" }
|
|
},
|
|
{
|
|
"path": "pages/fault-add/index",
|
|
"style": { "navigationStyle": "custom", "navigationBarTitleText": "" }
|
|
},
|
|
{
|
|
"path": "pages/trunk-search/index",
|
|
"style": { "navigationStyle": "custom", "navigationBarTitleText": "" }
|
|
},
|
|
{
|
|
"path": "pages/route-plan/index",
|
|
"style": { "navigationStyle": "custom", "navigationBarTitleText": "" }
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "绥时录",
|
|
"navigationBarBackgroundColor": "#1A73EC",
|
|
"backgroundColor": "#F5F5F5"
|
|
}
|
|
}
|