|
|
- const { http } = uni.$uv
- // 获取菜单
- console.info(`http`,http)
- export const fetchMenu = (params, config = {}) => http.get('/applet/index/getRecommendDocs', params, config)
-
-
- /**
- * 登录的接口
- */
- // 微信登录接口
- export const wxLogin = (params) => http.get('/api/login/login', {params:params})
|