fix: 🐛 头像上传,文件上传问题
This commit is contained in:
@@ -89,8 +89,8 @@ export default defineComponent({
|
||||
const state = reactive({
|
||||
isShowPassword: false,
|
||||
ruleForm: {
|
||||
username: 'superadmin',
|
||||
password: 'admin123456',
|
||||
username: '',
|
||||
password: '',
|
||||
captcha: '',
|
||||
captchaKey: '',
|
||||
captchaImgBase: '',
|
||||
|
||||
Reference in New Issue
Block a user