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