修改获取logo接口地址

This commit is contained in:
mhhhh
2022-05-18 21:53:32 +08:00
parent 706bab7eff
commit 48f3c38fbd
2 changed files with 40 additions and 27 deletions

View File

@@ -23,3 +23,8 @@ export const postVerifyImg = (params) => {
export const getLogo = ()=>{
return getRequest (`${commonUrl}/common/common/logo`);
};
// 获取系统基础信息
export const getSetsite = () => {
return getRequest(`${commonUrl}/common/common/site`);
};