去掉默认管理员密码

This commit is contained in:
jiangs 2025-05-15 16:20:22 +08:00
parent 247e1e6254
commit 21cc343ba2

View File

@ -59,7 +59,7 @@
</el-form>
<!-- 底部 -->
<div class="el-login-footer">
<span>Copyright © 2018-2023 ruoyi.vip All Rights Reserved.</span>
<!-- <span>Copyright © 2018-2023 ruoyi.vip All Rights Reserved.</span> -->
</div>
</div>
</template>
@ -77,7 +77,7 @@ const { proxy } = getCurrentInstance();
const loginForm = ref({
username: "admin",
password: "admin123",
password: "", //admin123
rememberMe: false,
code: "",
uuid: ""