接口调试

This commit is contained in:
mengxiaolong
2021-02-08 15:36:58 +08:00
parent 743b0c270c
commit ae7f63f2cf
10 changed files with 232 additions and 100 deletions

View File

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