fix: 插件修改为全局

This commit is contained in:
hw
2025-11-07 09:56:20 +08:00
parent c745304e5f
commit bd9edc3fee
6 changed files with 24 additions and 17 deletions

View File

@@ -47,7 +47,7 @@
"@vueuse/core": "catalog:",
"@vueuse/integrations": "catalog:",
"ant-design-vue": "catalog:",
"benz-amr-recorder": "^1.1.5",
"benz-amr-recorder": "catalog:",
"bpmn-js": "catalog:",
"bpmn-js-properties-panel": "catalog:",
"bpmn-js-token-simulation": "catalog:",

View File

@@ -3,7 +3,7 @@ import type { User } from '../types';
import { formatDateTime } from '@vben/utils';
import avatarWechat from '@/assets/imgs/wechat.png';
import avatarWechat from '#/assets/imgs/wechat.png';
import Msg from './Msg.vue';

View File

@@ -46,7 +46,7 @@
"@videojs-player/vue": "catalog:",
"@vueuse/core": "catalog:",
"@vueuse/integrations": "catalog:",
"benz-amr-recorder": "^1.1.5",
"benz-amr-recorder": "catalog:",
"cropperjs": "catalog:",
"dayjs": "catalog:",
"element-plus": "catalog:",

View File

@@ -3,7 +3,7 @@ import type { User } from '../types';
import { formatDateTime } from '@vben/utils';
import avatarWechat from '@/assets/imgs/wechat.png';
import avatarWechat from '#/assets/imgs/wechat.png';
import Msg from './Msg.vue';