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

@@ -6,10 +6,6 @@
</template>
<script>
import { hatch } from 'ldrs'
hatch.register()
export default {
name: 'CallbackPage'
}

View File

@@ -69,8 +69,6 @@ export default {
.dropdown-menu-container {
position: absolute;
top: 100%;
right: 0;
background-color: var(--menu-background-color);
border: 1px solid var(--normal-border-color);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);

View File

@@ -241,15 +241,13 @@ export default {
}
.header-content-item-main {
background-color: var(--primary-color);
color: white;
padding: 8px 16px;
border-radius: 10px;
cursor: pointer;
}
.header-content-item-main:hover {
background-color: var(--primary-color-hover);
background-color: var(--menu-selected-background-color);
}
.header-content-item-secondary {

View File

@@ -49,8 +49,6 @@ import BaseInput from './BaseInput.vue'
import BasePopup from './BasePopup.vue'
import { API_BASE_URL, toast } from '../main'
import { getToken, fetchCurrentUser } from '../utils/auth'
import { hatch } from 'ldrs'
hatch.register()
export default {
name: 'MilkTeaActivityComponent',

View File

@@ -16,8 +16,6 @@ import {
getPreviewTheme as getPreviewThemeUtil
} from '../utils/vditor'
import { clearVditorStorage } from '../utils/clearVditorStorage'
import { hatch } from 'ldrs'
hatch.register()
export default {
name: 'PostEditor',