chore: 优化src/style/dark.scss语法

This commit is contained in:
xiaoxian521
2025-01-07 17:21:00 +08:00
parent 5208272456
commit 02380f69e1
2 changed files with 5 additions and 1 deletions

View File

@@ -68,7 +68,10 @@ const onLogin = async (formEl: FormInstance | undefined) => {
if (valid) {
loading.value = true;
useUserStoreHook()
.loginByUsername({ username: ruleForm.username, password: ruleForm.password })
.loginByUsername({
username: ruleForm.username,
password: ruleForm.password
})
.then(res => {
if (res.success) {
// 获取后端路由