mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-08-06 19:07:25 +08:00
优化财务相关功能
This commit is contained in:
@@ -169,14 +169,12 @@ export const otherRouter = {
|
||||
name: "coupon-receive",
|
||||
component: () => import("@/views/promotion/coupon/coupon-receive.vue"),
|
||||
},
|
||||
// {
|
||||
// path: "/*",
|
||||
// name: "error-404",
|
||||
// meta: {
|
||||
// title: "404-页面不存在"
|
||||
// },
|
||||
// component: () => import("@/views/error-page/404.vue")
|
||||
// }
|
||||
{
|
||||
path: "shop-finance-summary",
|
||||
title: "财务汇总",
|
||||
name: "shop-finance-summary",
|
||||
component: () => import("@/views/shop/finance/summary.vue")
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user