添加e起陪访页面

This commit is contained in:
mengxiaolong
2021-01-28 20:49:59 +08:00
parent 2622a47604
commit 2be36483c0
9 changed files with 491 additions and 3 deletions

View File

@@ -15,8 +15,7 @@ import md5 from 'js-md5'
import cryptoJs from 'crypto-js'
import cacheUtils from '@/assets/js/utils/cacheUtils'
import { Cell, CellGroup, DatetimePicker, Popup, Picker, Col, Row, Tab, Tabs, NavBar, Toast, Button, Dialog, Icon, Lazyload } from 'vant'
import { Cell, CellGroup, DatetimePicker, Popup, Picker, Col, Row, Tab, Tabs, NavBar, Toast, Button, Dialog, Icon, Lazyload, Field, Area, Uploader } from 'vant'
Vue.use(Cell)
Vue.use(CellGroup)
Vue.use(DatetimePicker)
@@ -35,6 +34,9 @@ Vue.use(Dialog)
Vue.use(Lazyload, {
lazyComponent: true
})
Vue.use(Field)
Vue.use(Area)
Vue.use(Uploader)
Vue.prototype.$assetsUrl = config.assetsUrl
Vue.prototype.$assetsUpUrl = config.assetsUpUrl