张含笑
2025-10-22 5bab32c7f7fa0a232d407a1ff0f6b21adfd764b0
src/pages/login/index.vue
@@ -29,8 +29,8 @@
import { HOME_PATH, LOGIN_PATH, removeQueryString } from "@/router";
const userStore = useUserStore();
const loginForm = ref({
  username: "cpz3",
  password: "cpz3@2025",
  username: "zhx",
  password: "123456",
});
const inputStyle = computed(() => {
  const style = {};