路径修改

This commit is contained in:
fengtianyangyang
2022-01-25 09:22:22 +08:00
parent e1d7b1801d
commit 631519d7c7
13 changed files with 142 additions and 160 deletions

View File

@@ -16,7 +16,7 @@ import {
*/
export const setHomeSetup = params => {
return postRequest("/pageData/add", params);
return postRequest("/other/pageData/add", params);
};
/**
@@ -25,7 +25,7 @@ export const setHomeSetup = params => {
*/
export const getHomeData = params => {
return getRequest(`/pageData/${params}`);
return getRequest(`/other/pageData/${params}`);
};