Browse Source

隐藏上报入口

dev
mk 2 weeks ago
parent
commit
c50a83677f
  1. 4
      pages/tabBar/work/index.vue

4
pages/tabBar/work/index.vue

@ -112,11 +112,11 @@ export default {
{ image: "/static/img/电费.png", text: "电量上报" }, { image: "/static/img/电费.png", text: "电量上报" },
], ],
bxList: [ bxList: [
{ image: '/static/img/上报.png', text: '上报' }, // { image: '/static/img/.png', text: '' },
{ image: '/static/img/处理.png', text: '处理' }, { image: '/static/img/处理.png', text: '处理' },
], ],
bsList: [ bsList: [
{ image: '/static/img/上报.png', text: '上报' }, // { image: '/static/img/.png', text: '' },
{ image: '/static/img/处理.png', text: '处理' }, { image: '/static/img/处理.png', text: '处理' },
], ],
}; };

Loading…
Cancel
Save