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')