diff --git a/src/pages.json b/src/pages.json index 6d33673..512be57 100644 --- a/src/pages.json +++ b/src/pages.json @@ -829,6 +829,12 @@ "iconPath": "static/yeWuBanLi.png", "selectedIconPath": "static/yeWuBanLiSelected.png" }, + { + "pagePath": "pages/materialsStation/index/index", + "text": "材料站", + "iconPath": "static/clz.png", + "selectedIconPath": "static/clz-select.png" + }, { "pagePath": "pages/work/index", "text": "工作台", diff --git a/src/pages/work/index.vue b/src/pages/work/index.vue index d3ab006..6adc2bf 100644 --- a/src/pages/work/index.vue +++ b/src/pages/work/index.vue @@ -108,7 +108,7 @@ - + @@ -326,13 +326,13 @@ const boxList = ref([ ]) // 材料站 -const materialsStationList = ref([ - { - title: '材料站管理', - url: '/pages/materialsStation/index/index', - iconSrc: '../../static/workbench/repair.png', - }, -]) +// const materialsStationList = ref([ +// { +// title: '材料站管理', +// url: '/pages/materialsStation/index/index', +// iconSrc: '../../static/workbench/repair.png', +// }, +// ]) // 使用计算属性筛选 newInfoList 中的数据 const boxListTwo = computed(() => { diff --git a/src/static/clz-select.png b/src/static/clz-select.png new file mode 100644 index 0000000..e0e1ff4 Binary files /dev/null and b/src/static/clz-select.png differ diff --git a/src/static/clz.png b/src/static/clz.png new file mode 100644 index 0000000..3d5fc90 Binary files /dev/null and b/src/static/clz.png differ