zs
litian
2024-09-24 3af1a4c3f1712445a17376205b9ee3c4d7768da6
assets/js/config.js
@@ -23,7 +23,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 +41,7 @@
  epubUrl,
  pdfUrl,
  appId,
  textReaderUrl
  textReaderUrl,
  shareUrl
};
export default config;