feat:动态路由生成

This commit is contained in:
有来技术
2021-11-27 11:34:33 +08:00
parent d055a11921
commit b048d19d22
8 changed files with 46 additions and 38 deletions

View File

@@ -2,7 +2,7 @@ import { createApp } from 'vue'
import App from './App.vue'
import router from "./router";
import {store,key} from './store'
import '@styles/index.scss'
import '@/styles/index.scss'
import ElementPlus from 'element-plus'
import 'element-plus/dist/index.css'