|
@@ -9,6 +9,7 @@ import '@/assets/styles/index.scss' // global css
|
|
|
import '@/assets/styles/ruoyi.scss' // ruoyi css
|
|
|
import App from './App'
|
|
|
import store from './store'
|
|
|
+
|
|
|
import router from './router'
|
|
|
import directive from './directive' // directive
|
|
|
import plugins from './plugins' // plugins
|
|
@@ -40,6 +41,8 @@ import DictData from '@/components/DictData'
|
|
|
|
|
|
import JsonExcel from 'vue-json-excel'
|
|
|
|
|
|
+
|
|
|
+
|
|
|
// 全局方法挂载
|
|
|
Vue.prototype.getDicts = getDicts
|
|
|
Vue.prototype.getConfigKey = getConfigKey
|