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

@@ -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';