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