chore: remove menu mini bg img

This commit is contained in:
vben
2020-10-15 23:08:44 +08:00
parent 6211ba877a
commit 508109e727
3 changed files with 10 additions and 8 deletions

View File

@@ -60,8 +60,8 @@
const openLoginVerifyRef = computed(() => appStore.getProjectConfig.openLoginVerify);
const formData = reactive({
account: '',
password: '',
account: 'vben',
password: '123456',
verify: undefined,
});
const formState = reactive({