Commit 1b740b55 authored by shida.liu's avatar shida.liu

feat: 添加审计用假路由

parent d3ab5806
......@@ -301,6 +301,7 @@ export default {
component: './GoodsManage/SupplyPriceUpdate',
},
...groupMealRoute,
// ↓↓↓↓↓↓应付审计用的,假的,没有实际用处↓↓↓↓↓↓↓
{
title: '商户管理后台-订单管理-待发货订单',
path: '/popOrderManage/popPendingDeliveryOrder',
......@@ -326,6 +327,7 @@ export default {
icon: 'smile',
component: './PopGoodsManage',
},
// ↑↑↑↑↑↑应付审计用的,假的,没有实际用处↑↑↑↑↑↑↑
{
component: './404',
},
......
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