|
@@ -1,5 +1,5 @@
|
|
export const useTagsViewStore = defineStore('tagsView', () => {
|
|
export const useTagsViewStore = defineStore('tagsView', () => {
|
|
- const visitedViews = ref([{ affix: true, fullPath: '/', keepAlive: true, name: 'home', path: '/', title: 'home' }])
|
|
|
|
|
|
+ const visitedViews = ref([{ affix: true, fullPath: '/', keepAlive: true, name: 'home', path: '/', title: '首页' }])
|
|
const cachedViews = ref([])
|
|
const cachedViews = ref([])
|
|
|
|
|
|
/**
|
|
/**
|