update 优化 hikari 参数顺序 最常用的放上面 删除无用 druid 监控页面

This commit is contained in:
疯狂的狮子Li
2022-11-07 22:27:21 +08:00
parent 1f42bd3d22
commit a63abbf268
4 changed files with 28 additions and 45 deletions

View File

@ -1,15 +0,0 @@
<template>
<i-frame :src="url" />
</template>
<script>
import iFrame from "@/components/iFrame/index";
export default {
name: "Druid",
components: { iFrame },
data() {
return {
url: process.env.VUE_APP_BASE_API + "/druid/login.html"
};
},
};
</script>