forked from AkkomaGang/admin-fe
perf: adjust the import order to make it more elegant #1537
This commit is contained in:
parent
3153a1b10b
commit
9daeb1cb34
2 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ import 'element-ui/lib/theme-chalk/index.css'
|
|||
import '@/styles/index.scss' // global css
|
||||
|
||||
import App from './App'
|
||||
import router from './router'
|
||||
import store from './store'
|
||||
import router from './router'
|
||||
|
||||
import i18n from './lang' // Internationalization
|
||||
import './icons' // icon
|
||||
|
|
|
@ -36,7 +36,7 @@ function filterAsyncRouter(routes, roles) {
|
|||
|
||||
const permission = {
|
||||
state: {
|
||||
routers: constantRouterMap,
|
||||
routers: [],
|
||||
addRouters: []
|
||||
},
|
||||
mutations: {
|
||||
|
|
Loading…
Reference in a new issue