refactor(M08-D-R1): 后台改用权限路由与懒加载
This commit is contained in:
+2
-3
@@ -1,7 +1,6 @@
|
||||
import { createApp } from 'vue';
|
||||
import ElementPlus from 'element-plus';
|
||||
import 'element-plus/dist/index.css';
|
||||
import './styles.css';
|
||||
import App from './App.vue';
|
||||
import { router } from './router';
|
||||
|
||||
createApp(App).use(ElementPlus).mount('#app');
|
||||
createApp(App).use(router).mount('#app');
|
||||
|
||||
Reference in New Issue
Block a user