mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-07 08:57:19 +08:00
commit
497b3c404d
@ -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;
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
.
|
|
||||||
<template>
|
<template>
|
||||||
<div class="dict-container">
|
<div class="dict-container">
|
||||||
<!-- 工具栏 -->
|
<!-- 工具栏 -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user