feat: 完善鉴权

This commit is contained in:
2026-05-22 23:10:40 +08:00
parent 3857f77f8b
commit c48d57df14
14 changed files with 118 additions and 117 deletions
+1
View File
@@ -55,6 +55,7 @@ export default withNuxt(
'vue/html-self-closing': ['error', { html: { void: 'any' } }],
'no-unused-vars': 'warn',
'@typescript-eslint/no-unused-vars': 'warn',
"@typescript-eslint/no-extraneous-class": "off",
},
},
)