优化权限
This commit is contained in:
@@ -198,13 +198,13 @@ async function captchaAjax() {
|
||||
|
||||
|
||||
onMounted(() => {
|
||||
store.initRoute()
|
||||
global.updateData(false)
|
||||
|
||||
captchaAjax()
|
||||
|
||||
let merchantLoginAccount = useStorage.get('merchantLoginAccount')
|
||||
if (merchantLoginAccount) {
|
||||
form.username = merchantLoginAccount
|
||||
form.loginType = useStorage.get('loginType')
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user