commit
67873d93af
@ -35,7 +35,7 @@ router.beforeEach(async (to, from, next) => {
|
|||||||
const userStore = useUserStoreWithOut()
|
const userStore = useUserStoreWithOut()
|
||||||
const permissionStore = usePermissionStoreWithOut()
|
const permissionStore = usePermissionStoreWithOut()
|
||||||
if (!dictStore.getIsSetDict) {
|
if (!dictStore.getIsSetDict) {
|
||||||
dictStore.setDictMap()
|
await dictStore.setDictMap()
|
||||||
}
|
}
|
||||||
if (!userStore.getIsSetUser) {
|
if (!userStore.getIsSetUser) {
|
||||||
isRelogin.show = true
|
isRelogin.show = true
|
||||||
|
@ -250,7 +250,7 @@
|
|||||||
name="bpmnFile"
|
name="bpmnFile"
|
||||||
:data="importForm"
|
:data="importForm"
|
||||||
>
|
>
|
||||||
<el-icon class="el-icon--upload"><upload-filled /></el-icon>
|
<Icon class="el-icon--upload" icon="ep:upload-filled" />
|
||||||
<div class="el-upload__text"> 将文件拖到此处,或 <em>点击上传</em> </div>
|
<div class="el-upload__text"> 将文件拖到此处,或 <em>点击上传</em> </div>
|
||||||
<template #tip>
|
<template #tip>
|
||||||
<div class="el-upload__tip" style="color: red">
|
<div class="el-upload__tip" style="color: red">
|
||||||
|
Loading…
Reference in New Issue
Block a user