|
@@ -58,6 +58,7 @@ import file from '@/components/file';//文件上传
|
|
|
import editor from '@/components/editor';//富文本
|
|
|
import images from '@/components/images';//图片上传
|
|
|
import dtree from '@/components/dtree'; //通用树
|
|
|
+import dtreeDoctor from '@/components/dtreeDoctor'; //通用树
|
|
|
import util from '@/utils/util.js' //工具类
|
|
|
|
|
|
// 全局方法挂载
|
|
@@ -93,6 +94,7 @@ Vue.component('editor', editor)
|
|
|
Vue.component('file', file)
|
|
|
Vue.component('images', images)
|
|
|
Vue.component('dtree', dtree)
|
|
|
+Vue.component('dtreeDoctor', dtreeDoctor)
|
|
|
Vue.use(directive)
|
|
|
Vue.use(plugins)
|
|
|
Vue.use(VueMeta)
|