| src/pages/login/index.vue | ●●●●● patch | view | raw | blame | history |
src/pages/login/index.vue
@@ -41,8 +41,8 @@ const userStore = useUserStore(); const loginForm = ref({ username: "zhx", password: "123456", username: "", password: "", }); const inputStyle = computed(() => { const style = {};