Sfoglia il codice sorgente

feat:去掉默认密码

snow 1 anno fa
parent
commit
aaefa19a1c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/login/index.vue

+ 1 - 1
src/views/login/index.vue

@@ -39,7 +39,7 @@ const { VITE_IS_PROD } = loadEnv();
 
 const ruleForm = reactive({
   username: "",
-  password: "dingding123",
+  password: "",
   verifyCode: ""
 });