xiaokuang пре 3 недеља
родитељ
комит
58f8ffae9a
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      api/index.js

+ 5 - 0
api/index.js

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