张含笑
2025-11-06 adf611f5da634880c9d2cc9fd9b46dd079e1274a
feat:登录页调整
1 files modified
4 ■■■■ changed files
src/pages/login/index.vue 4 ●●●● 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 = {};