| src/api/mobile/hd/index.js | ●●●●● 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", }); };