exam.vue 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. <template>
  2. <div class="client-exam-page client-platform-page">
  3. <!-- 广告图位置 -->
  4. <div class="client-banner-box">
  5. <div
  6. :style="{backgroundImage: `url(${bannerList[0].pic || require(`~/static/images/client/train/train-banner-background.png`)})`}"
  7. class="client-platform-banner"></div>
  8. <h3>全流程AI监考防作弊体系</h3>
  9. <p>青谷为您打造专业的严肃性在线考试解决方案</p>
  10. <onlineInformationBtn/>
  11. </div>
  12. <div class="client-container">
  13. <!-- 常见严肃性考试场景 -->
  14. <gangweiList label="常见严肃性考试场景" :list="gangwei" :pc-num="4" :h5-num="2" :pc-margin="120"
  15. :h5-margin="0"></gangweiList>
  16. </div>
  17. <!-- 严肃性考试解决方案 -->
  18. <div class="platform-products-services client-container">
  19. <h4 class="client-title">严肃性考试解决方案</h4>
  20. <imgCardLv2 class="img-card" :option="item" v-for="(item,index) in productList" :key="index" :col-pc="3" :col-h5="2">
  21. <div class="btn-groups">
  22. <onlineInformationBtn class="online-information-btn btn-item" v-if="item.zixun"/>
  23. </div>
  24. </imgCardLv2>
  25. </div>
  26. <!-- 宣传图 -->
  27. <div class="client-xuanchuan-box">
  28. <h4>青谷为您打造专业的严肃性在线考试解决方案</h4>
  29. <onlineInformationBtn></onlineInformationBtn>
  30. </div>
  31. <!-- 严肃性考试热门问答 -->
  32. <div class="client-wenda-box">
  33. <h4>严肃性考试热门问答</h4>
  34. <div>
  35. <ul>
  36. <li :class="{active: curActive === 1}" @click="curActive = 1">1. 考试前开启身份证认证、人脸识别是否会耽误考试时间?</li>
  37. <li :class="{active: curActive === 2}" @click="curActive = 2">2. 开启摄像头监控后,考生的摄像头遇到用不了的情况怎么解决?</li>
  38. <li :class="{active: curActive === 3}" @click="curActive = 3">3. 考试人数多的情况下系统稳定有保障吗?</li>
  39. <li :class="{active: curActive === 4}" @click="curActive = 4">4. 考生在考试中途遇到死机中断怎么办?</li>
  40. <li :class="{active: curActive === 5}" @click="curActive = 5">5. 如果您还有更多的疑惑,请联立即联系我们</li>
  41. </ul>
  42. <div v-if="curActive === 1">
  43. <span>问</span>考试前开启身份证、人脸识别是否会耽误考试时间?
  44. <span>答</span>我们提供了两种解决方案,1.现场采集头像,五分钟之内就能完成,方便快捷,不会耽误考试时间。2提前让考生提供近期2寸照,录入系统,考试之前直接识别即可
  45. </div>
  46. <div v-if="curActive === 2">
  47. <span>问</span>开启摄像监考后,考生的摄像头遇到用不了的情况怎么解决?
  48. <span>答</span>正常情况下摄像头都是可以使用的;当然如有无法使用的情况,其原因有多种,我们已提供相关的解决方案,考生可以根据操作指引启用电脑摄像头。
  49. </div>
  50. <div v-if="curActive === 3">
  51. <span>问</span>考试人数多的情况下系统稳定有保障吗?
  52. <span>答</span>如果考试人数过多,系统将采用分布式部署,保证系统稳定性。目前已有很多的企业使用青谷组织过超过万人高并发在线考试,我们会为您提供技术支持,考试人数再多页可保障系统稳定性。
  53. </div>
  54. <div v-if="curActive === 4">
  55. <span>问</span>考生在考试中途遇到死机中断怎么办??
  56. <span>答</span>青谷考试带有每五分钟自动保存功能,时间节点内的答题数据都会保留。
  57. </div>
  58. <div v-if="curActive === 5">
  59. <div>
  60. <p>客服电话: 400-0990-883</p>
  61. <p>QQ:227551695</p>
  62. </div>
  63. <img src="#">
  64. </div>
  65. </div>
  66. </div>
  67. <!-- 立即咨询 -->
  68. <desWithCode source="exam"></desWithCode>
  69. </div>
  70. </template>
  71. <script>
  72. import freeTrialBtn from "~/components/common/freeTrialBtn";
  73. import onlineInformationBtn from "~/components/common/onlineInformationBtn";
  74. import newsComp2 from "~/components/common/newsComp2";
  75. import chanPinTiYan from "~/components/common/chanPinTiYan";
  76. import {BannerImgs, yansukaoshi} from "~/defaultConfig";
  77. import desWithCode from "@/components/common/layout/desComp/desWithCode";
  78. import gangweiList from "@/components/common/layout/desComp/gangweiList";
  79. import imgCardLv2 from "~/components/common/layout/imgDes/imgCardLv2";
  80. /**
  81. * @ 解决方案 -> 严肃考试
  82. */
  83. export default {
  84. name: "exam.vue",
  85. layout: 'templateB',
  86. components: {
  87. freeTrialBtn, onlineInformationBtn, newsComp2, chanPinTiYan, desWithCode, gangweiList, imgCardLv2
  88. },
  89. async asyncData({$axios, store}) {
  90. const arr = [
  91. $axios.$post(`/home/news/carousel`, {'newsClassifyId': 0, 'keyword': '考试'}),
  92. $axios.$post(`/home/banner/list`, {'code': BannerImgs.yansukaoshi}),
  93. ]
  94. const [res1, res2] = await Promise.all(arr);
  95. return {
  96. topCarousels: res1.data.data || [],
  97. bannerList: res2.data.data || [],
  98. }
  99. },
  100. head() {
  101. return {
  102. title: '在线考试平台_在线考试软件_试卷软件系统',
  103. meta: [
  104. {
  105. name: 'keywords',
  106. content: '考试平台,试卷系统,试卷软件'
  107. },
  108. {
  109. name: 'description',
  110. content: '麦塔考试系统具有良好高并发性和访问安全部署、严格的考试监控防作弊功能、PC移动支持多终端,随时随地考试、丰富的考试管理功能。'
  111. }
  112. ],
  113. }
  114. },
  115. computed: {
  116. gangwei() {
  117. return yansukaoshi
  118. }
  119. },
  120. data() {
  121. return {
  122. productList: [
  123. {
  124. content: {
  125. title: '强大的AI防作弊,保障考试公平公正',
  126. des: '',
  127. list: [
  128. {
  129. value: '人脸识别、摄像头监考、有效防止替考代考,保障考试公平公正',
  130. },
  131. {
  132. value: '支持子管理员协助多屏监控在线监考,考生的面部表情、一举一动在后台实时呈现,最大程度模拟人工监考场景',
  133. },
  134. {
  135. value: '随机组件、试题乱序、选择题选项乱序、超时强制交卷、防止切屏限制,有效的防止考生相互抄卷的行为',
  136. },
  137. ],
  138. order: 2,
  139. },
  140. img: {
  141. url: require('~/static/codeImage/code-jingli.png'),
  142. order: 1,
  143. },
  144. mianfei: true,
  145. zixun: true,
  146. shenqing: false,
  147. myType: 'kaoshi'
  148. },
  149. {
  150. content: {
  151. title: '数据加密保护,保障考试信息安全',
  152. des: '',
  153. list: [
  154. {
  155. value: '考生答卷时禁止复制、粘贴考题,防止试题和答案泄露',
  156. },
  157. {
  158. value: '企业级技术框架;数据存储备份机制;算法、秘钥双重保险,数据安全可靠',
  159. },
  160. {
  161. value: '支持私有服务器部署内网考试,让考试数据更安全',
  162. },
  163. ],
  164. order: 1,
  165. },
  166. img: {
  167. url: require('~/static/codeImage/code-jingli.png'),
  168. order: 2,
  169. },
  170. mianfei: true,
  171. zixun: true,
  172. shenqing: false,
  173. myType: 'kaoshi'
  174. },
  175. {
  176. content: {
  177. title: '良好的高并发性,系统稳定性高',
  178. des: '',
  179. list: [
  180. {
  181. value: '采用的运行稳定、安全性很高的JAVA语言开发',
  182. },
  183. {
  184. value: '拥有强大的考试并发负载能力,支持万人以上考生同时在线考试',
  185. },
  186. {
  187. value: '分布式微服务架构、开放、安全、高能、高可靠的服务调用',
  188. },
  189. {
  190. value: '为企业快速,灵活构建大规模分布式服务应用提供基础',
  191. },
  192. ],
  193. order: 2,
  194. },
  195. img: {
  196. url: require('~/static/codeImage/code-jingli.png'),
  197. order: 1,
  198. },
  199. mianfei: false,
  200. zixun: true,
  201. shenqing: true,
  202. myType: 'kaoshi'
  203. },
  204. {
  205. content: {
  206. title: '多维度统计分析,考试结果可视化',
  207. des: '',
  208. list: [
  209. {
  210. value: '智能判分系统,减轻管理员工工作压力,考后直接出成绩及排行榜等信息',
  211. },
  212. {
  213. value: '从用户、考试、成绩、试题、排名、机构等层面多维度分析考试结果,掌握考生考试情况',
  214. },
  215. ],
  216. order: 1,
  217. },
  218. img: {
  219. url: require('~/static/codeImage/code-jingli.png'),
  220. order: 2,
  221. },
  222. mianfei: false,
  223. zixun: true,
  224. shenqing: true,
  225. myType: 'kaoshi'
  226. }
  227. ],
  228. curActive: 1,
  229. }
  230. },
  231. }
  232. </script>
  233. <style lang="scss" scoped>
  234. .active {
  235. color: green;
  236. }
  237. .platform-products-services {
  238. .client-title {
  239. font-size: 30px;
  240. font-weight: 800;
  241. text-align: center;
  242. color: #333;
  243. margin-top: 80px;
  244. margin-bottom: 70px;
  245. }
  246. .btn-groups {
  247. margin-top: 48px;
  248. .btn-item {
  249. margin-right: 20px;
  250. }
  251. }
  252. }
  253. </style>