优化权限

This commit is contained in:
gyq
2025-04-03 16:28:31 +08:00
parent 117df7d7bd
commit 429283e542
15 changed files with 16364 additions and 139 deletions

View File

@@ -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>