仿钉钉设计流程:增加抄送人节点

This commit is contained in:
jason
2024-04-05 13:04:12 +08:00
parent 4f839136c7
commit f79c29d168
10 changed files with 391 additions and 120 deletions

View File

@@ -28,8 +28,8 @@ import '@/plugins/animate.css'
// 路由
import router, { setupRouter } from '@/router'
// 权限
import { setupAuth } from '@/directives'
// 其它指令
import { setupAuth, setupMountedFoucs } from '@/directives'
import { createApp } from 'vue'
@@ -60,6 +60,8 @@ const setupAll = async () => {
setupAuth(app)
setupMountedFoucs(app)
await router.isReady()
app.use(VueDOMPurifyHTML)