shuishen
2025-10-20 a5025a9428f7bf41b665d773123dd94244518ee4
src/pages/login/index.vue
@@ -29,8 +29,8 @@
import { HOME_PATH, LOGIN_PATH, removeQueryString } from "@/router";
const userStore = useUserStore();
const loginForm = ref({
  username: "shuishen",
  password: "Dashabi....",
  username: "cpz3",
  password: "cpz3@2025",
});
const inputStyle = computed(() => {
  const style = {};