feat: panel初始化,api提取

This commit is contained in:
chenjinsong
2021-06-15 09:25:10 +08:00
parent f2dafb19cb
commit 63962e1782
2 changed files with 7 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
<script>
import { useRoute } from 'vue-router'
import { panelTypeAndRouteMapping } from '@/utils/constants'
import { panel as api, getPanelList } from '@/utils/api'
import { api, getPanelList } from '@/utils/api'
export default {
name: 'Panel',