| | |
| | | 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" // 正式 |
| | | export const pdfUrl = "http://192.168.3.196:8080/pdfRead" |
| | | export const requestTimeOut = 300000; // 请求超时时间 |
| | | export const tokenKey = "jsek-token"; |
| | | export const userInfoKey = "website-front-userInfo"; // 用户信息key |