chenyao
2025-10-17 4de4baa6eea8f80160f6cdc8a4ebd17c0c48f0ee
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 = {};