index.vue 209 Bytes
<!-- 建议通过菜单配置成外链/内嵌 达到相同的效果且灵活性更高 -->
<template>
  <iframe
    class="size-full"
    src="http://localhost:9090/admin/applications"
  ></iframe>
</template>