| | |
| | | export const goodsStore = `defaultGoodsStore${appId}` // 默认商品库(书城) |
| | | export const publicStore = `defaultPublicStore${appId}` // 默认资源开放仓储 |
| | | export const publicRepository = `defaultPublicRepository${appId}` // 默认资源开放库 |
| | | export const textBookResourceUrl = 'https://yxjy.pumcp.com/books/resource/' |
| | | export const textBookResourceUrl = 'https://yxjy.pumcp.com/testBookReader/#/home' |
| | | |
| | | 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}$/ // 电话号正则 |
| | |
| | | wxLogin, |
| | | reg_telphone, |
| | | taskType, |
| | | textBookResourceUrl, |
| | | } |
| | | export default config |