From 2ee8ddb1ecac7df4198e54e08ec7f22daf4b07c0 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期五, 03 一月 2025 16:57:38 +0800
Subject: [PATCH] 111

---
 assets/js/config.js |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/assets/js/config.js b/assets/js/config.js
index ddf9b8f..1ee9413 100644
--- a/assets/js/config.js
+++ b/assets/js/config.js
@@ -5,8 +5,7 @@
 // export const epubUrl = "http://182.92.203.7:3007/epubReadMobile/";
 export const epubUrl = "https://jsek.bnuic.com/epubReadMobile/#/";
 // export const pdfUrl = "http://182.92.203.7:3007/pdfRead/";
-// const pdfUrl = "https://jsek.bnuic.com/pdfRead" // 姝e紡
-export const pdfUrl = "http://192.168.3.196:8080/pdfRead"
+const pdfUrl = "https://jsek.bnuic.com/pdfRead" // 姝e紡
 export const requestTimeOut = 300000; // 璇锋眰瓒呮椂鏃堕棿
 export const tokenKey = "jsek-token";
 export const userInfoKey = "website-front-userInfo"; // 鐢ㄦ埛淇℃伅key
@@ -26,6 +25,14 @@
   /^(13[0-9]|14[01456879]|15[0-35-9]|16[2567]|17[0-8]|18[0-9]|19[0-35-9])\d{8}$/; // 鐢佃瘽鍙锋鍒�
 export const reg_telphone = /^0\d{2}-\d{8}$|^0\d{3}-\d{7}$/; //搴ф満鍙锋鍒�
 export const shareUrl = "https://jsek.bnuic.com/QRCodePorject/#/otherJumpPage"; //寰俊鍒嗕韩杩涘叆灏忕▼搴�
+// 鑷畾涔塺efCode
+const refCodes = {
+  message: 'MessageCode', // 娑堟伅銆侀�氱煡
+  talk: 'TalkCode', // 璇濋
+  teachingPlan: 'jsek_teachingPlan', // 鏁欏璁″垝绫诲瀷
+  homework: 'homework', // 鏂板缓浣滀笟绫诲瀷
+  teachInteraction: 'TeachInteraction' //鏁欏浜掑姩
+}
 const config = {
   requestCtx,
   requestTimeOut,
@@ -44,6 +51,7 @@
   pdfUrl,
   appId,
   textReaderUrl,
-  shareUrl
+  shareUrl,
+  refCodes
 };
 export default config;
\ No newline at end of file

--
Gitblit v1.9.1