Commit 8ca3356d authored by 王炽's avatar 王炽

Merge branch 'master' of http://gitlab.dui88.com/fh/20250528_FHQ1

parents bbf910e4 7905a1c9
......@@ -9,4 +9,6 @@ const {
*/
export const fetchHomeInfo = () => api.get('/c/user/index');
export const fetchHomeJSON = () => api.get('/c/front/content',{type:'home_V1'});
\ No newline at end of file
export const fetchHomeJSON = () => api.get('/c/front/content',{type:'home_V1'});
export const fetchGameActConfigJSON = () => api.get('/c/front/content', { type: 'gameActConfig' });
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment