修改线上的请求地址

This commit is contained in:
赵毅 2025-09-18 16:11:22 +08:00
parent 4a7ee0b742
commit 55e80254ef

View File

@ -5,8 +5,8 @@ const environments = {
picUrl: 'https://test.hshuishang.com'
},
production: {
apiUrl: 'https://huishang.magicany.cc/api/v1',
picUrl: 'https://huishang.magicany.cc/api/v1'
apiUrl: 'https://api.hshuishang.com',
picUrl: 'https://api.hshuishang.com'
}
};