feat:优化店铺管理相关功能并进行界面改造

This commit is contained in:
pikachu1995@126.com
2026-07-22 17:52:11 +08:00
parent c83d715234
commit 6ee49ce9ac
14 changed files with 820 additions and 481 deletions

View File

@@ -3,7 +3,7 @@
</style>
<template>
<div class="main">
<div class="main" :class="{ 'menu-collapsed': !showSubMenu }">
<div class="sidebar-menu-con menu-bar">
<div class="logo-con">
<img :src="storeSideLogo" key="max-logo" />
@@ -121,6 +121,9 @@ export default {
pageTagsList() {
return this.$store.state.app.storeOpenedList;
},
showSubMenu() {
return this.$store.state.app.menuList.length > 0;
},
lang() {
return this.$store.state.app.lang;
},