From 96b0b8bb1597d825004f5a8da0728c48b6ce7dba Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 27 三月 2025 15:22:22 +0800 Subject: [PATCH] 首页登录去除侧式 --- assets/js/config.js | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/assets/js/config.js b/assets/js/config.js index cff2b6a..92f6dae 100644 --- a/assets/js/config.js +++ b/assets/js/config.js @@ -21,10 +21,19 @@ export const textReaderUrl = "https://jsek.bnuic.com/testBookReader/#/home"; //鏁板瓧鏁欐潗闃呰鍣� // export const seminar ="jsek_seminar";//涔﹀睍 + 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"; //寰俊鍒嗕韩杩涘叆灏忕▼搴� +// 鑷畾涔塺efCode +const refCodes = { + message: 'MessageCode', // 娑堟伅銆侀�氱煡 + talk: 'TalkCode', // 璇濋 + teachingPlan: 'jsek_teachingPlan', // 鏁欏璁″垝绫诲瀷 + homework: 'homework', // 鏂板缓浣滀笟绫诲瀷 + teachInteraction: 'TeachInteraction' //鏁欏浜掑姩 +} const config = { requestCtx, requestTimeOut, @@ -43,6 +52,7 @@ pdfUrl, appId, textReaderUrl, - shareUrl + shareUrl, + refCodes }; export default config; \ No newline at end of file -- Gitblit v1.9.1