chenyao
2025-10-24 dba9cf48c3572e4abbae2062dea8fff2ce9143e3
feat:清空用戶名稱
1 files modified
4 ■■■■ changed files
src/pages/login/index.vue 4 ●●●● patch | view | raw | blame | history
src/pages/login/index.vue
@@ -29,8 +29,8 @@
import { HOME_PATH, LOGIN_PATH, removeQueryString } from "@/router";
const userStore = useUserStore();
const loginForm = ref({
  username: "zhx",
  password: "123456",
  username: "",
  password: "",
});
const inputStyle = computed(() => {
  const style = {};