mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-30 09:24:46 +08:00
fix(tag): fix bug
This commit is contained in:
parent
4054be735e
commit
012e5c9225
@ -392,6 +392,7 @@ export default {
|
|||||||
onBeforeMount(() => {
|
onBeforeMount(() => {
|
||||||
vm = getCurrentInstance();
|
vm = getCurrentInstance();
|
||||||
st = vm.appContext.app.config.globalProperties.$storage;
|
st = vm.appContext.app.config.globalProperties.$storage;
|
||||||
|
routerArrays = st.routesInStorage ?? routerArrays;
|
||||||
|
|
||||||
emitter.on("tagViewsChange", key => {
|
emitter.on("tagViewsChange", key => {
|
||||||
if (unref(showTags) === key) return;
|
if (unref(showTags) === key) return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user