feat: 存酒模块

This commit is contained in:
duan
2025-03-04 17:30:42 +08:00
parent cff5363260
commit 8838df65fb
19 changed files with 1168 additions and 1 deletions

View File

@@ -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 */