Ver código fonte

feat:去掉默认密码

snow 1 ano atrás
pai
commit
aaefa19a1c
1 arquivos alterados com 1 adições e 1 exclusões
  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: ""
 });