Commit 51a7f963 by wuqian

不要POD

parent 22437b29
...@@ -11,7 +11,6 @@ import Home from '@/views/Home.vue' ...@@ -11,7 +11,6 @@ import Home from '@/views/Home.vue'
import Dashboard from '@/views/Dashboard.vue' import Dashboard from '@/views/Dashboard.vue'
import Error from '@/views/error/404.vue' import Error from '@/views/error/404.vue'
import OrderList from '@/views/order/index.vue' import OrderList from '@/views/order/index.vue'
import PodOrder from '@/views/order/PodOrder.vue'
import ProductionComplete from '@/views/production/complete.vue' import ProductionComplete from '@/views/production/complete.vue'
import { getToken } from '@/api/axios' import { getToken } from '@/api/axios'
import UserPage from '@/views/UserPage.vue' import UserPage from '@/views/UserPage.vue'
...@@ -36,10 +35,6 @@ const router = createRouter({ ...@@ -36,10 +35,6 @@ const router = createRouter({
component: OrderList, component: OrderList,
}, },
{ {
path: '/pod-order/list',
component: PodOrder,
},
{
path: '/production/complete', path: '/production/complete',
component: ProductionComplete, component: ProductionComplete,
}, },
......
...@@ -15,11 +15,6 @@ const menu: MenuItem[] = [ ...@@ -15,11 +15,6 @@ const menu: MenuItem[] = [
index: '/order/list', index: '/order/list',
id: 2, id: 2,
label: '订单', label: '订单',
},
{
index: '/pod-order/list',
id: 7,
label: 'POD订单',
},{ },{
index: '/account/statement-note', index: '/account/statement-note',
id: 3, id: 3,
......
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