mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 添加multiTab标签页
This commit is contained in:
@ -47,8 +47,10 @@ const appStore = defineStore({
|
||||
toggleMenu() {
|
||||
this.menu.collapsed = !this.menu.collapsed;
|
||||
},
|
||||
/** 初始化多tab的数据 */
|
||||
initMultiTab() {},
|
||||
/** 添加多tab的数据 */
|
||||
addMultiTab(route: RouteLocationNormalizedLoaded) {
|
||||
this.multiTab.routes.push(route);
|
||||
},
|
||||
/** 打开配置抽屉 */
|
||||
openSettingDrawer() {
|
||||
this.settingDrawer.visible = true;
|
||||
|
Reference in New Issue
Block a user