This commit is contained in:
parent
79d650adb4
commit
79e7a20bd1
@ -44,8 +44,8 @@ const router = useRouter()
|
||||
const authStore = useAuthStore();
|
||||
|
||||
// 响应式数据
|
||||
const username = ref('admin')
|
||||
const password = ref('admin123')
|
||||
const username = ref('')
|
||||
const password = ref('')
|
||||
const rememberMe = ref(false)
|
||||
|
||||
// 页面加载时恢复用户名
|
||||
|
Loading…
Reference in New Issue
Block a user