Commit 66bb5138 by zhuzhequan

工厂端仓库

parent 5b373135
......@@ -12,7 +12,6 @@ declare module 'vue' {
ElCard: typeof import('element-plus/es')['ElCard']
ElCarousel: typeof import('element-plus/es')['ElCarousel']
ElCarouselItem: typeof import('element-plus/es')['ElCarouselItem']
ElCascader: typeof import('element-plus/es')['ElCascader']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElCol: typeof import('element-plus/es')['ElCol']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
......
......@@ -16,7 +16,7 @@ import { getToken } from '@/api/axios'
import UserPage from '@/views/UserPage.vue'
import DeliveryNotePage from '@/views/DeliveryNotePage.vue'
import AccountStatementNote from '@/views/AccountStatementNote.vue'
import Product from '@/views/product/index.vue'
// import Product from '@/views/product/index.vue'
import PodBillOrder from '@/views/podBillOrder/index.vue'
import TypeseetingManagement from '@/views/typesetting/TypesettingManagement.vue'
import PodOrderList from '@/views/order/pod/index.vue'
......@@ -43,13 +43,13 @@ const router = createRouter({
},
component: Dashboard,
},
{
path: '/product',
meta: {
title: '商品',
},
component: Product,
},
// {
// path: '/product',
// meta: {
// title: '商品',
// },
// component: Product,
// },
{
path: '/order/list',
meta: {
......
......@@ -11,11 +11,11 @@ const menu: MenuItem[] = [
id: 1,
label: '概览',
},
{
index: '/product',
id: 11,
label: '商品',
},
// {
// index: '/product',
// id: 11,
// label: '商品',
// },
{
index: '13',
id: 13,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment