Browse Source

fix: 默认登录用户名

lxf 5 months ago
parent
commit
223770b9d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/AuthenticLogin.vue

+ 1 - 1
src/views/AuthenticLogin.vue

@@ -91,7 +91,7 @@ const store = useStore();
 const router = useRouter();
 const form = reactive({
   "pwd": "",
-  "userName": "汕橡胶"
+  "userName": "汕尾大安农场橡胶"
 });
 const { userName, pwd } = toRefs(form);
 const ref_form = ref(null);