|
|
@@ -7,7 +7,7 @@ import store from '../config/config'
|
|
|
// 只引入 workPage 需要的 Element UI 组件
|
|
|
import { Loading, Input, Button, Dialog } from 'element-ui'
|
|
|
import 'element-ui/lib/theme-chalk/index.css'
|
|
|
-
|
|
|
+import hevueImgPreview from '../components/tools/hevue-img-preview'
|
|
|
import { myMessage } from '../components/tools/message'
|
|
|
import ajax from '../common/axios.config'
|
|
|
import VueCookies from 'vue-cookies'
|
|
|
@@ -22,6 +22,9 @@ Vue.use(Input)
|
|
|
Vue.use(Button)
|
|
|
Vue.use(Dialog)
|
|
|
Vue.use(VueCookies)
|
|
|
+Vue.use(hevueImgPreview)
|
|
|
+
|
|
|
+
|
|
|
|
|
|
Vue.config.productionTip = false
|
|
|
Vue.prototype.$store = store
|