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