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({ const state = reactive({
isShowPassword: false, isShowPassword: false,
ruleForm: { ruleForm: {
username: 'superadmin', username: '',
password: 'admin123456', password: '',
captcha: '', captcha: '',
captchaKey: '', captchaKey: '',
captchaImgBase: '', captchaImgBase: '',