Merge pull request '恢复配置文件' (#660) from gitlink_server into pre_gitlink_server

This commit is contained in:
durian 2024-04-19 15:26:16 +08:00
commit 6155e02d08
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) {