新增权限域名限制和链接背景上传
This commit is contained in:
@@ -61,8 +61,8 @@
|
||||
</el-menu-item>
|
||||
<el-menu-item @click="router.push({name: 'sys-setting'})" index="sys-setting" v-perm="'setting:query'"
|
||||
:class="route.meta.name === 'sys-setting' ? 'choose-item' : ''">
|
||||
<Icon icon="eos-icons:system-ok-outlined" width="18" height="18" />
|
||||
<span class="menu-name" style="margin-left: 24px">{{$t('SystemSettings')}}</span>
|
||||
<Icon icon="eos-icons:system-ok-outlined" width="18" height="18" style="margin-left: 2px" />
|
||||
<span class="menu-name" style="margin-left: 22px">{{$t('SystemSettings')}}</span>
|
||||
</el-menu-item>
|
||||
</el-menu>
|
||||
</div>
|
||||
|
||||
@@ -38,7 +38,6 @@ const handleResize = () => {
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
uiStore.writerRef = writerRef
|
||||
|
||||
window.addEventListener('resize', handleResize)
|
||||
|
||||
Reference in New Issue
Block a user