shuishen
2025-10-15 2fee66bc6651e1460ea1dbfb7affff2afa066add
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 = {};