添加e起陪访页面

This commit is contained in:
mengxiaolong
2021-01-29 16:27:29 +08:00
parent c0af0d7822
commit 9f2f2c3f1a
5 changed files with 256 additions and 5 deletions

View File

@@ -35,7 +35,8 @@ import {
Area,
Uploader,
PullRefresh,
List
List,
Image as VanImage
} from 'vant'
Vue.use(Cell)
Vue.use(CellGroup)
@@ -60,6 +61,7 @@ Vue.use(Area)
Vue.use(Uploader)
Vue.use(PullRefresh)
Vue.use(List)
Vue.use(VanImage)
Vue.prototype.$assetsUrl = config.assetsUrl
Vue.prototype.$assetsUpUrl = config.assetsUpUrl