index.js 201 B

12345
  1. import { get, post, link, upload } from '@/utils/request'
  2. //获取首页内容
  3. export const getDashboardInfo = get('/api/global/miniprog-index')
  4. export const updateInfo = post('/api/user/update-info')