恢复配置文件

This commit is contained in:
谢思 2024-04-19 15:21:38 +08:00
parent 282cd855b3
commit 84de647213
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ export function getUrl(path, goTest) {
// if (isDev) {
// return `${local}${path?path:''}`
// }
return `${path ? path: TEST_HOST}`;
return `${path ? path: ''}`;
}
export function getZoneUrl(path) {