| | |
| | | export const requestCtx = 'http://182.92.203.7:5001' // 请求地址 |
| | | // export const requestCtx = 'http://182.92.203.7:5001' // 请求地址 |
| | | export const requestCtx = 'http://39.96.166.67' // 请求地址 |
| | | // export const appId = 1051; |
| | | |
| | | // export const requestCtx = 'http://172.31.31.145' // 请求地址 |
| | |
| | | export const appId = 1 |
| | | |
| | | export const requestTimeOut = 300000 // 请求超时时间 |
| | | export const tokenKey = 'jilin-token' |
| | | export const userInfoKey = 'jilin-userInfo' // 用户信息key |
| | | export const appRefCode = 'jilinWebsite' |
| | | export const tokenKey = 'jsek-token' |
| | | export const userInfoKey = 'jsek-isUserInfo' // 用户信息key |
| | | export const appRefCode = 'PUMC' |
| | | export const goodsStore = `defaultGoodsStore${appId}` // 默认商品库(书城) |
| | | export const publicStore = `defaultPublicStore${appId}` // 默认资源开放仓储 |
| | | export const publicRepository = `defaultPublicRepository${appId}` // 默认资源开放库 |
| | |
| | | newVideosStore: 'jilin_videosLibrary\\jilin_newVideosStore', |
| | | newModelsStore: 'jilin_modelsLibrary\\jilin_newModelsStore', |
| | | // 首页推荐资源 |
| | | recommendImgStore:'jilin_imgLibrary\\jilin_recommendedImage', |
| | | recommendAudioStore:'jilin_audiosLibrary\\jilin_recommendedAudio', |
| | | recommendVideoStore:'jilin_videosLibrary\\jilin_recommendedVideo', |
| | | recommendModelStore:'jilin_modelsLibrary\\jilin_recommendedModel', |
| | | recommendImgStore: 'jilin_imgLibrary\\jilin_recommendedImage', |
| | | recommendAudioStore: 'jilin_audiosLibrary\\jilin_recommendedAudio', |
| | | recommendVideoStore: 'jilin_videosLibrary\\jilin_recommendedVideo', |
| | | recommendModelStore: 'jilin_modelsLibrary\\jilin_recommendedModel', |
| | | } |
| | | |
| | | const wxLogin = { |
| | | appid: 'wx2b9d4a6308fd03d6', |
| | | scope: 'snsapi_login', |
| | | logInRedirectURL: encodeURIComponent(requestCtx + '/website'), |
| | | authenRedirectURL:encodeURIComponent(requestCtx + '/website/#/userInfo') |
| | | authenRedirectURL: encodeURIComponent(requestCtx + '/website/#/userInfo'), |
| | | } |
| | | |
| | | const config = { |
| | |
| | | reg_tel, |
| | | appId, |
| | | refCode, |
| | | wxLogin |
| | | wxLogin, |
| | | } |
| | | export default config |