| | |
| | | export const resourceCtx = "http://182.92.203.7:3007/books/resource/1"; // 资源请求地址 |
| | | export const publicCtx = "http://182.92.203.7:3007/books/book/1"; // 资源请求地址 |
| | | export const bookList = [ |
| | | {id:1,name:"childHealth",bookName:"学前儿童卫生与保健",bookId:'2358'} |
| | | {id:1,name:"childHealth",bookName:"学前儿童卫生与保健",bookId:'2358',rootCmsItemId:'24080',storeRefcode:'defaultGoodsStore3'}, |
| | | {id:2,name:'content',bookName:"婴幼儿生活护照",bookId: '3335',rootCmsItemId:'66969',storeRefcode:'jsek_jslx'}, |
| | | {id:3,name:"embedded",bookNmae:"嵌入式组态控制技术",bookId:'',rootCmsItemId:"",} |
| | | ] |
| | | export const activeBook = bookList[0]; // 资源请求地址 |
| | | export const appId = 3; |
| | |
| | | export const tokenKey = "jsek-token"; |
| | | export const userInfoKey = "website-front-userInfo"; // 用户信息key |
| | | export const appRefCode = "jingshieke"; |
| | | export const goodsStore = `defaultGoodsStore${appId}`; // 默认商品库(书城) |
| | | export const publicStore = `defaultPublicStore${appId}`; // 默认资源开放仓储 |
| | | // export const goodsStore = `defaultGoodsStore${appId}`; // 默认商品库(书城) |
| | | // export const publicStore = `defaultPublicStore${appId}`; // 默认资源开放仓储 |
| | | export const goodsStore = activeBook.storeRefcode; |
| | | export const publicStore = activeBook.storeRefcode; |
| | | export const publicRepository = `defaultPublicRepository${appId}`; // 默认资源开放库 |
| | | export const digitalCourses = "jsek_digitalCourses";//数字课程 |
| | | export const digitalTextbooks = "jsek_digitalTextbooks";//数字教材 |