mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-08 07:31:09 +08:00
chore: promise.all
This commit is contained in:
@@ -50,8 +50,7 @@ async function loadTenant() {
|
||||
}
|
||||
|
||||
onMounted(async () => {
|
||||
await loadCaptcha();
|
||||
await loadTenant();
|
||||
await Promise.all([loadCaptcha(), loadTenant()]);
|
||||
});
|
||||
|
||||
const formSchema = computed((): VbenFormSchema[] => {
|
||||
|
||||
Reference in New Issue
Block a user