This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/*
// 此处第二个参数vm,就是我们在页面使用的this,你可以通过vm获取vuex等操作
const install = (Vue, vm) => {
let index_getImages = (params = {}) => vm.$u.post('/api/v1/activity/list/query', params)
let index_getActivitys = (params = {}) => vm.$u.post('/api/v1/goods/list/promotion', params)
let index_getGoodsList = (params = {}) => vm.$u.post('/api/v1/goods/list/promotion/goods', params)