feat: 处理页面报错

This commit is contained in:
Tim
2025-08-07 21:18:21 +08:00
parent d19cfc0797
commit 9c59277023
12 changed files with 12 additions and 35 deletions

View File

@@ -66,8 +66,6 @@ import { getToken, fetchCurrentUser, setToken } from '../utils/auth'
import BaseInput from '../components/BaseInput.vue'
import Dropdown from '../components/Dropdown.vue'
import AvatarCropper from '../components/AvatarCropper.vue'
import { hatch } from 'ldrs'
hatch.register()
export default {
name: 'SettingsPageView',
components: { BaseInput, Dropdown, AvatarCropper },