更多新增存酒功能

This commit is contained in:
gyq
2026-05-08 15:05:48 +08:00
parent 1ed8fa8c8e
commit 4e1484d4bb
13 changed files with 1096 additions and 62 deletions

View File

@@ -49,7 +49,7 @@ watch(route, (to) => {
includeList.push(to.name);
}
// 需要全屏的路由
let arr = ["/login", "/device_list", "/add_device", "/add_label", "/webview", '/workrecord'];
let arr = ["/login", "/device_list", "/add_device", "/add_label", "/webview", '/workrecord', '/store_wine'];
if (arr.includes(to.path)) {
hideLeftMenu.value = true;
} else {