55 lines
1.2 KiB
JavaScript
55 lines
1.2 KiB
JavaScript
export const ModuleName = {
|
|
/**
|
|
* 评估报告
|
|
*/
|
|
assessment: 'assessment',
|
|
/**
|
|
* 答案解析
|
|
*/
|
|
analysis: 'analysis'
|
|
}
|
|
|
|
export const ImgObj = {
|
|
defen:
|
|
'https://img10.360buyimg.com/imagetools/jfs/t1/197806/1/18639/2369/61a095a8E09f4e860/493d753073a4a9fa.png'
|
|
}
|
|
|
|
export const ApiName = {
|
|
/**
|
|
* 获得评价
|
|
*/
|
|
getReport: '/practice/detail/getReport',
|
|
/**
|
|
* 答案详情
|
|
*/
|
|
getSubjectDetail: '/practice/detail/getSubjectDetail',
|
|
/**
|
|
* 获得题号
|
|
*/
|
|
getScoreDetail: '/practice/detail/getScoreDetail'
|
|
}
|
|
|
|
/**
|
|
* id对应字母
|
|
*/
|
|
export const IdKeyLetterKey = {
|
|
1: 'A',
|
|
2: 'B',
|
|
3: 'C',
|
|
4: 'D',
|
|
5: 'E',
|
|
6: 'F',
|
|
7: 'G',
|
|
8: 'H'
|
|
}
|
|
|
|
/**
|
|
* 推荐对应的背景图
|
|
*/
|
|
export const RecommendBackImg = {
|
|
0: 'https://img11.360buyimg.com/imagetools/jfs/t1/202713/11/17151/312/61a5dea1E5623fea6/2922d716cae01b28.png',
|
|
1: 'https://img10.360buyimg.com/imagetools/jfs/t1/142359/35/22866/2975/61a5dea0E3fcd563c/78ee45555dd19cda.png',
|
|
2: 'https://img13.360buyimg.com/imagetools/jfs/t1/161380/34/26207/1078/61a5dea0E7824463e/4e18f74e8c6439ad.png',
|
|
3: 'https://img14.360buyimg.com/imagetools/jfs/t1/160815/15/27226/880/61a5e1e6E152b08b7/fb698b8321d08246.png'
|
|
}
|