From 1fa2461678d7f93b88f5666c4898e5b6c72080f3 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 16 十二月 2024 10:21:06 +0800
Subject: [PATCH] 个人中心,班级、课程模块

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

diff --git a/assets/js/config.js b/assets/js/config.js
index 99f07e7..cff2b6a 100644
--- a/assets/js/config.js
+++ b/assets/js/config.js
@@ -4,7 +4,8 @@
 export const appId = 3;
 // 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/";
+// export const pdfUrl = "http://182.92.203.7:3007/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
@@ -23,7 +24,7 @@
 export const reg_tel =
   /^(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"; //寰俊鍒嗕韩杩涘叆灏忕▼搴�
 const config = {
   requestCtx,
   requestTimeOut,
@@ -41,6 +42,7 @@
   epubUrl,
   pdfUrl,
   appId,
-  textReaderUrl
+  textReaderUrl,
+  shareUrl
 };
 export default config;
\ No newline at end of file

--
Gitblit v1.9.1