Merge branch 'master' into dev_202412

dev_202412
yujialong 2 months ago
commit 53725ce4fa
  1. 2
      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`

Loading…
Cancel
Save