安环管理按钮调整

test
zhangdi 2 weeks ago
parent daf19859e9
commit b709ce0639
  1. 130
      pages/index/menu.js

@ -220,71 +220,71 @@ const menus = {
], ],
}, },
// { {
// title: '安环管理', title: '安环管理',
// children: [ children: [
// { {
// key: "spotCheck", key: "spotCheck",
// title: "安全点检", title: "安全点检",
// url: "../safe/spotCheck", url: "../safe/spotCheck",
// bgColor: '', bgColor: '',
// limit: 'RB2315', limit: 'RB2315',
// icon: { icon: {
// size: 20, size: 20,
// color: '#00b7ee', color: '#00b7ee',
// type: '' type: ''
// } }
// }, },
// { {
// key: "inspection", key: "inspection",
// title: "安全巡检", title: "安全巡检",
// url: "../safe/inspection", url: "../safe/inspection",
// bgColor: '', bgColor: '',
// limit: 'RB2316', limit: 'RB2316',
// icon: { icon: {
// size: 20, size: 20,
// color: '#00b7ee', color: '#00b7ee',
// type: '' type: ''
// } }
// }, },
// { {
// key: "waterInspection", key: "waterInspection",
// title: "废水巡检", title: "废水巡检",
// url: "../sanitation/waterInspection", url: "../sanitation/waterInspection",
// bgColor: '', bgColor: '',
// limit: 'RB2318', limit: 'RB2318',
// icon: { icon: {
// size: 20, size: 20,
// color: '#00b7ee', color: '#00b7ee',
// type: '' type: ''
// } }
// }, },
// { {
// key: "gasInspection", key: "gasInspection",
// title: "废气巡检", title: "废气巡检",
// url: "../sanitation/gasInspection", url: "../sanitation/gasInspection",
// bgColor: '', bgColor: '',
// limit: 'RB2319', limit: 'RB2319',
// icon: { icon: {
// size: 20, size: 20,
// color: '#00b7ee', color: '#00b7ee',
// type: '' type: ''
// } }
// }, },
// { {
// key: "bsTower", key: "bsTower",
// title: "酸雾塔", title: "酸雾塔",
// url: "../sanitation/bsTower", url: "../sanitation/bsTower",
// bgColor: '', bgColor: '',
// limit: 'RB2319', limit: 'RB2319',
// icon: { icon: {
// size: 20, size: 20,
// color: '#00b7ee', color: '#00b7ee',
// type: '' type: ''
// } }
// }, },
// ] ]
// }, },
{ {
title: '物流配送', title: '物流配送',
children: [ children: [

Loading…
Cancel
Save