|
|
@ -22,7 +22,7 @@ let title = '教师管理端' |
|
|
|
if (isPro) { |
|
|
|
if (isPro) { |
|
|
|
// 职站生产
|
|
|
|
// 职站生产
|
|
|
|
uploadURL = `https://www.huorantech.cn/` |
|
|
|
uploadURL = `https://www.huorantech.cn/` |
|
|
|
jumpPath = `https://judgment.huorantech.cn/` |
|
|
|
jumpPath = `https://dev.huorantech.cn/panfen/` |
|
|
|
} else if (isDev) { |
|
|
|
} else if (isDev) { |
|
|
|
jumpPath = `http://${location.hostname}:8087/` |
|
|
|
jumpPath = `http://${location.hostname}:8087/` |
|
|
|
bankPath = `http://${location.hostname}:8093` |
|
|
|
bankPath = `http://${location.hostname}:8093` |
|
|
|