页面
Some checks are pending
Auto Merge Main to Other Branches / Merge main into i18n (push) Waiting to run
Auto Merge Main to Other Branches / Merge main into base-sard-ui (push) Waiting to run

This commit is contained in:
sjeam 2025-09-07 18:06:44 +08:00
parent 5926a843e2
commit 35afeb10e9

View File

@ -88,7 +88,7 @@ export function getUplaodImageAPI(data: any) {
/** GET 请求 */ /** GET 请求 */
export function getMerchantAPI(data: any) { export function getMerchantAPI(data: any) {
return http.get<IFooItem>(getUrlCrmebProxy() + 'api/store/merchant/lst', data) return http.get<IFooItem>(getUrlCrmebProxy() + '/api/store/merchant/lst', data)
} }
/** /**