修复bug
This commit is contained in:
10
layouts/admin/state.uts
Normal file
10
layouts/admin/state.uts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { ref } from 'vue'
|
||||
import type { TabItem } from './types.uts'
|
||||
|
||||
export const tabs = ref<TabItem[]>([
|
||||
{ id: 'home', title: '首页', path: '/pages/mall/admin/homePage/index' }
|
||||
])
|
||||
|
||||
export const activeTabId = ref<string>('home')
|
||||
export const isCollapsed = ref<boolean>(false)
|
||||
export const hasNotification = ref<boolean>(true)
|
||||
Reference in New Issue
Block a user