张含笑
2025-10-14 318da9dfa11b6371e9fcf76617aa2c31a5a4d469
src/pages/login/index.vue
@@ -22,8 +22,8 @@
} from "@/router";
const userStore = useUserStore();
const loginForm = ref({
  username: "shuishen",
  password: "Dashabi...."
  username: "zhx",
  password: "123456"
})
const inputStyle = computed(() => {
  const style = {};