feat: 代码评审修改

This commit is contained in:
Lesan
2025-09-04 09:16:29 +08:00
parent be964a6287
commit 7e0c61c459
6 changed files with 108 additions and 27 deletions

View File

@@ -42,8 +42,8 @@ import Logger from '@/utils/Logger'
import VueDOMPurifyHTML from 'vue-dompurify-html' // 解决v-html 的安全隐患
// wangeditor 插件注册
import { setupWangeditorPlugin } from '@/views/bpm/model/form/PrintTemplate'
// wangEditor 插件注册
import { setupWangEditorPlugin } from '@/views/bpm/model/form/PrintTemplate'
import print from 'vue3-print-nb' // 打印插件
@@ -67,8 +67,8 @@ const setupAll = async () => {
setupAuth(app)
setupMountedFocus(app)
// wangeditor 插件注册
setupWangeditorPlugin()
// wangEditor 插件注册
setupWangEditorPlugin()
await router.isReady()