代理模块修改

This commit is contained in:
zhongluofeng
2026-07-16 18:26:57 +08:00
parent fb361aff9a
commit 15f29c5895
67 changed files with 2546 additions and 118 deletions
+1 -1
View File
@@ -108,6 +108,6 @@ onMounted(() => {
<ModuleContainer :active-component="activeComponent" :active-module="activeModule" />
</div>
</div>
<Toaster position="bottom-right" rich-colors close-button />
<Toaster position="bottom-right" rich-colors close-button :style="{ zIndex: 99999 }" />
</TooltipProvider>
</template>