From 57e152c5e1d333d63072537127edc1177f8b47f4 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 19 Dec 2024 11:37:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A4=E5=88=86=E7=82=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/setting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`