diff --git a/src/setting.js b/src/setting.js index 73a8a37..3f9d727 100644 --- a/src/setting.js +++ b/src/setting.js @@ -22,7 +22,7 @@ let title = '教师管理端' if (isPro) { // 职站生产 uploadURL = `https://www.huorantech.cn/` - jumpPath = `https://judgment.huorantech.cn/` + jumpPath = `https://dev.huorantech.cn/panfen/` } else if (isDev) { jumpPath = `http://${location.hostname}:8087/` bankPath = `http://${location.hostname}:8093`