This commit is contained in:
cansnow
2025-12-08 18:10:51 +08:00
parent 22ee59cd3d
commit b2e1b8930e
19 changed files with 218 additions and 300 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
</template>
<script>
import defaultGroupIcon from "static/images/contact_my_group.png";
import defaultNotifyIcon from "static/images/default_notify_icon.png";
import defaultGroupIcon from "@/static/images/contact_my_group.png";
import defaultNotifyIcon from "@/static/images/default_notify_icon.png";
import util from "@/util";
export default {
name: "MyAvatar",