|
|
@ -10,6 +10,7 @@ import store from './store'
|
|
|
|
import router from './router'
|
|
|
|
import router from './router'
|
|
|
|
import directive from './directive' // directive
|
|
|
|
import directive from './directive' // directive
|
|
|
|
import plugins from './plugins' // plugins
|
|
|
|
import plugins from './plugins' // plugins
|
|
|
|
|
|
|
|
import { download } from '@/utils/request'
|
|
|
|
|
|
|
|
|
|
|
|
import './assets/icons' // icon
|
|
|
|
import './assets/icons' // icon
|
|
|
|
import './permission' // permission control
|
|
|
|
import './permission' // permission control
|
|
|
@ -39,6 +40,7 @@ Vue.prototype.DICT_TYPE = DICT_TYPE
|
|
|
|
Vue.prototype.handleTree = handleTree
|
|
|
|
Vue.prototype.handleTree = handleTree
|
|
|
|
Vue.prototype.addBeginAndEndTime = addBeginAndEndTime
|
|
|
|
Vue.prototype.addBeginAndEndTime = addBeginAndEndTime
|
|
|
|
Vue.prototype.divide = divide
|
|
|
|
Vue.prototype.divide = divide
|
|
|
|
|
|
|
|
Vue.prototype.download = download
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 全局组件挂载
|
|
|
|
// 全局组件挂载
|
|
|
|