feat: 存酒模块
This commit is contained in:
@@ -438,6 +438,16 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
hidden: true
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "storingWine",
|
||||
component: () => import("@/views/application/list/storingWine/index.vue"),
|
||||
name: "storingWine",
|
||||
meta: {
|
||||
title: "存酒",
|
||||
affix: false,
|
||||
hidden: true
|
||||
},
|
||||
},
|
||||
|
||||
/**列表end */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user