Commit 7905a1c9 authored by spc's avatar spc

fixed gameWebview

parent 5cbd6d49
......@@ -10,3 +10,5 @@ const {
export const fetchHomeInfo = () => api.get('/c/user/index');
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
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