|
@@ -1,47 +1,11 @@
|
|
|
// 首页九宫格
|
|
|
-let cuIconList = [
|
|
|
+let homeRouter = [
|
|
|
{
|
|
|
imgUrl: "/static/icons/index/APP-xunjian.svg",
|
|
|
badge: 0,
|
|
|
name: "巡检",
|
|
|
redirectUrl: "/pages/business/zhaf/xunJian/xunJian",
|
|
|
},
|
|
|
- {
|
|
|
- imgUrl: "/static/icons/index/APP-xxcx.svg",
|
|
|
- badge: 0,
|
|
|
- name: "信息查询",
|
|
|
- redirectUrl: "/pages/business/mhxf/informationSelect/index",
|
|
|
- },
|
|
|
- {
|
|
|
- imgUrl: "/static/icons/index/APP-sbgl.svg",
|
|
|
- badge: 0,
|
|
|
- name: "设备管理",
|
|
|
- redirectUrl: "/pages/business/mhxf/deviceManage/index",
|
|
|
- },
|
|
|
- {
|
|
|
- imgUrl: "/static/icons/index/APP-zzdt.svg",
|
|
|
- badge: 0,
|
|
|
- name: "协同作战",
|
|
|
- redirectUrl: "/pages/business/mhxf/coordination/index",
|
|
|
- },
|
|
|
- {
|
|
|
- imgUrl: "/static/icons/index/APP-dwxxcj.svg",
|
|
|
- badge: 0,
|
|
|
- name: "单位采集",
|
|
|
- redirectUrl: "/pages/business/mhxf/unitInfoCollection/index",
|
|
|
- },
|
|
|
- {
|
|
|
- imgUrl: "/static/icons/index/APP-xfbg.svg",
|
|
|
- badge: 0,
|
|
|
- name: "消防报告",
|
|
|
- redirectUrl: "/pages/business/mhxf/fireReport/index",
|
|
|
- },
|
|
|
- {
|
|
|
- imgUrl: "/static/icons/index/APP-dbsx.svg",
|
|
|
- badge: 0,
|
|
|
- name: "待办事项",
|
|
|
- redirectUrl: "/pages/business/mhxf/needMatter/index",
|
|
|
- },
|
|
|
// {
|
|
|
// imgUrl: "/static/images/square/square-xf.png",
|
|
|
// badge: 0,
|
|
@@ -99,6 +63,70 @@ let xunJianList = [
|
|
|
},
|
|
|
];
|
|
|
|
|
|
+// 首页底部导航栏
|
|
|
+let homeTabbar = [
|
|
|
+ {
|
|
|
+ pagePath: "/pages/index",
|
|
|
+ iconPath: "/static/images/tabBar/tab-home.png",
|
|
|
+ selectedIconPath: "/static/images/tabBar/tab-home-blue.png",
|
|
|
+ text: "工作台",
|
|
|
+ dot: false,
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // "pagePath": "pages/analyse/analyse",
|
|
|
+ // "iconPath": "/static/images/tabBar/analyse.png",
|
|
|
+ // "selectedIconPath": "/static/images/tabBar/analyse-selected.png",
|
|
|
+ // "text": "分析"
|
|
|
+ // },
|
|
|
+ {
|
|
|
+ pagePath: "/pages/info",
|
|
|
+ iconPath: "/static/images/tabBar/tab-info.png",
|
|
|
+ selectedIconPath: "/static/images/tabBar/tab-info-blue.png",
|
|
|
+ text: "消息",
|
|
|
+ dot: false,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ pagePath: "/pages/mine",
|
|
|
+ iconPath: "/static/images/tabBar/tab-my.png",
|
|
|
+ selectedIconPath: "/static/images/tabBar/tab-my-blue.png",
|
|
|
+ text: "我的",
|
|
|
+ dot: false,
|
|
|
+ },
|
|
|
+]
|
|
|
+
|
|
|
+// 工作报告底部导航栏
|
|
|
+let projectTabbar = [
|
|
|
+ {
|
|
|
+ pagePath: "/pages/business/common/projectMange/record/index",
|
|
|
+ iconPath: "/static/images/tabBar/tab-home.png",
|
|
|
+ selectedIconPath: "/static/images/tabBar/tab-home-blue.png",
|
|
|
+ text: "看日志",
|
|
|
+ dot: false,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ pagePath: "/pages/business/common/projectMange/write/index",
|
|
|
+ iconPath: "/static/images/tabBar/tab-info.png",
|
|
|
+ selectedIconPath: "/static/images/tabBar/tab-info-blue.png",
|
|
|
+ text: "写日志",
|
|
|
+ dot: false,
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // pagePath: "/pages/mine",
|
|
|
+ // iconPath: "/static/images/tabBar/tab-my.png",
|
|
|
+ // selectedIconPath: "/static/images/tabBar/tab-my-blue.png",
|
|
|
+ // text: "统计导出",
|
|
|
+ // dot: false,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // pagePath: "/pages/info",
|
|
|
+ // iconPath: "/static/images/tabBar/tab-info.png",
|
|
|
+ // selectedIconPath: "/static/images/tabBar/tab-info-blue.png",
|
|
|
+ // text: "模板管理",
|
|
|
+ // dot: false,
|
|
|
+ // },
|
|
|
+]
|
|
|
+
|
|
|
+
|
|
|
export default {
|
|
|
// 主题列表
|
|
|
themeList: [
|
|
@@ -244,7 +272,8 @@ export default {
|
|
|
}
|
|
|
],
|
|
|
staticData: staticData,
|
|
|
- cuIconList: cuIconList,
|
|
|
-
|
|
|
+ homeRouter: homeRouter,
|
|
|
xunJianList: xunJianList,
|
|
|
+ homeTabbar: homeTabbar,
|
|
|
+ projectTabbar: projectTabbar
|
|
|
};
|