Merge pull request '恢复配置文件' (#660) from gitlink_server into pre_gitlink_server
This commit is contained in:
commit
6155e02d08
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue