Browse Source

去掉登录页面的默认的用户名和密码

jishenghua 8 tháng trước cách đây
mục cha
commit
fd749b074a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      gyj-iot-web/src/views/login.vue

+ 2 - 2
gyj-iot-web/src/views/login.vue

@@ -78,8 +78,8 @@ const router = useRouter();
 const { proxy } = getCurrentInstance();
 
 const loginForm = ref({
-  username: "admin",
-  password: "admin123",
+  username: "",
+  password: "",
   rememberMe: false,
   code: "",
   uuid: ""