feat: 清除默认账号密码

This commit is contained in:
李强
2024-06-28 21:06:24 +08:00
parent 735f17c2d8
commit 4a26e1476a

View File

@@ -80,8 +80,8 @@ export default defineComponent({
const state = reactive({
isShowPassword: false,
ruleForm: {
username: 'superadmin',
password: 'admin123456',
username: '',
password: '',
captcha: '',
captchaKey: '',
captchaImgBase: '',