单点监控面板完成

This commit is contained in:
2024-06-27 22:39:41 +08:00
parent f76e14a974
commit fa3aca72e1
5 changed files with 53 additions and 76 deletions

View File

@@ -4,14 +4,13 @@ import router from './router'
import './assets/main.css'
import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
import axios from 'axios'
import inject from './utils/inject'
window.axios = axios
Vue.use(ElementUI);
window.$glob = {}
import('./utils/inject.js').then(() => {
inject.then(() => {
new Vue({
router,
render: (h) => h(App)