更新,登录页功能完善

This commit is contained in:
2026-01-26 09:16:34 +08:00
parent 1134ecb732
commit 42be40ee9f
14 changed files with 1361 additions and 615 deletions

View File

@@ -5,11 +5,11 @@ export default {
install(app) {
for (let icon in AIcons) {
app.component(`${icon}`, AIcons[icon])
app.component(`A${icon}`, AIcons[icon])
}
for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
app.component(`El${key}`, component)
app.component(`${key}`, component)
}
}
}