mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 17:05:54 +08:00
修改获取logo接口地址
This commit is contained in:
@@ -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`);
|
||||
};
|
||||
Reference in New Issue
Block a user