|
|
|
@ -9,10 +9,11 @@ const isPro = url.includes('120.78.127.12'); //正式服 |
|
|
|
|
let jumpPath = ""; |
|
|
|
|
let host = ""; |
|
|
|
|
if (isDev) { |
|
|
|
|
jumpPath = "http://192.168.31.154:8087/"; |
|
|
|
|
jumpPath = "http://192.168.31.154:8087/"; // 本地需要启动判分点系统
|
|
|
|
|
// host = 'http://192.168.31.216:9000'// 榕
|
|
|
|
|
// host = 'http://192.168.31.125:9000'// 坤
|
|
|
|
|
host = 'http://192.168.31.137:9000'// 赓
|
|
|
|
|
// host = 'http://192.168.31.137:9000'// 赓
|
|
|
|
|
host = "http://39.108.250.202:9000"; |
|
|
|
|
} else if (isTest) { |
|
|
|
|
jumpPath = "http://39.108.250.202/judgmentPoint/"; |
|
|
|
|
host = "http://39.108.250.202:9000"; |
|
|
|
|