恢复配置文件
This commit is contained in:
parent
282cd855b3
commit
84de647213
|
|
@ -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