feat: 清除默认账号密码
This commit is contained in:
@@ -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: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user