+
liuyg
2022-01-14 26b26ba167907e8d8d7665a7403329c61ed0841c
+
1 files added
15 ■■■■■ changed files
src/api/mobile/hd/index.js 15 ●●●●● patch | view | raw | blame | history
src/api/mobile/hd/index.js
New file
@@ -0,0 +1,15 @@
/*
 * @Author: Morpheus
 * @Date: 2021-05-09 15:17:44
 * @Last Modified by: liu
 * @Last Modified time: 2022-01-14 17:35:21
 */
// 党群机构
import request from "@/router/axios";
export const getActivity = (params) => {
  return request({
    url: `blade-hd/hd/list`,
    method: "get",
  });
};