Lzw hace 1 mes
padre
commit
995ae3acc0
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      src/pages/index/index.vue

+ 6 - 0
src/pages/index/index.vue

@@ -42,6 +42,12 @@ const categoryList = ref<CategoryItem[]>([
     icon: '/static/home/dispatch.png',
     name: '派送单',
   },
+  {
+    colors: ['#4facfe', '#00f2fe'],
+    target: '/pages/waybillDeliveryOrder/waybillDeliveryOrder',
+    icon: '/static/home/dispatch.png',
+    name: '派送单',
+  },
 ])
 </script>