|
@@ -13,6 +13,7 @@ import store from './store'
|
|
import router from './router'
|
|
import router from './router'
|
|
import directive from './directive' //directive
|
|
import directive from './directive' //directive
|
|
import { download } from '@/utils/request'
|
|
import { download } from '@/utils/request'
|
|
|
|
+import { uploadUrl } from '@/utils/ruoyi'
|
|
import hasPermiDom from './directive/permission/hasPermiDom'
|
|
import hasPermiDom from './directive/permission/hasPermiDom'
|
|
|
|
|
|
import './assets/icons' // icon
|
|
import './assets/icons' // icon
|
|
@@ -57,6 +58,7 @@ Vue.prototype.addDateRange = addDateRange
|
|
Vue.prototype.selectDictLabel = selectDictLabel
|
|
Vue.prototype.selectDictLabel = selectDictLabel
|
|
Vue.prototype.selectDictLabels = selectDictLabels
|
|
Vue.prototype.selectDictLabels = selectDictLabels
|
|
Vue.prototype.download = download
|
|
Vue.prototype.download = download
|
|
|
|
+Vue.prototype.uploadUrl = uploadUrl
|
|
Vue.prototype.hasPermiDom = hasPermiDom.hasPermiDom
|
|
Vue.prototype.hasPermiDom = hasPermiDom.hasPermiDom
|
|
Vue.prototype.handleTree = handleTree
|
|
Vue.prototype.handleTree = handleTree
|
|
Vue.prototype.spaceJudgment = spaceJudgment
|
|
Vue.prototype.spaceJudgment = spaceJudgment
|