Browse Source

页面调整

shuhao 1 tuần trước cách đây
mục cha
commit
921351e182
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/Login.vue

+ 1 - 1
src/views/Login.vue

@@ -92,7 +92,7 @@ const router = useRouter();
 const form = reactive({
   "pwd": "",
   // "phone": "13797066447"
-  "userName": ""
+  "userName": "13797066447"
 });
 const { userName, pwd } = toRefs(form);
 const ref_form = ref(null);