export default function ({ $axios }) { return { // 获取微信js签名 getConfig(url) { return $axios.$get('/wx/getConfig', { params: { url, }, }); }, }; }