exam.vue 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  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">
  8. <div class="client-container mta-hidden-xs">
  9. <div class="banner-btn-groups left">
  10. <onlineInformationBtn class="online-information-btn btn-item"/>
  11. </div>
  12. </div>
  13. </div>
  14. </div>
  15. <!-- 常见严肃性考试场景 -->
  16. <gangweiList label="常见严肃性考试场景" :list="gangwei" :pc-num="4" :h5-num="2"></gangweiList>
  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"
  21. :col-h5="2">
  22. <div class="btn-groups">
  23. <onlineInformationBtn class="online-information-btn btn-item" v-if="item.zixun"/>
  24. </div>
  25. </imgCardLv2>
  26. </div>
  27. <!-- 宣传图 -->
  28. <div class="client-xuanchuan-box">
  29. <h4>青谷为您打造专业的严肃性在线考试解决方案</h4>
  30. <onlineInformationBtn></onlineInformationBtn>
  31. </div>
  32. <!-- 严肃性考试热门问答 PC -->
  33. <div class="client-wenda-box client-container mta-hidden-xs">
  34. <h4>严肃性考试热门问答</h4>
  35. <div class="wenda-content">
  36. <ul>
  37. <li :class="{active: curActive === 1}" @click="curActive = 1">1. 考试前开启身份证认证、人脸识别是否会耽误考试时间?</li>
  38. <li :class="{active: curActive === 2}" @click="curActive = 2">2. 开启摄像头监控后,考生的摄像头遇到用不了的情况怎么解决?</li>
  39. <li :class="{active: curActive === 3}" @click="curActive = 3">3. 考试人数多的情况下系统稳定有保障吗?</li>
  40. <li :class="{active: curActive === 4}" @click="curActive = 4">4. 考生在考试中途遇到死机中断怎么办?</li>
  41. <li :class="{active: curActive === 5}" @click="curActive = 5">5. 如果您还有更多的疑惑,请联立即联系我们</li>
  42. </ul>
  43. <div class="answer-box" v-if="curActive === 1">
  44. <div><span>问</span><span>考试前开启身份证、人脸识别是否会耽误考试时间?</span></div>
  45. <div><span>答</span><span>我们提供了两种解决方案,1.现场采集头像,五分钟之内就能完成,方便快捷,不会耽误考试时间。2提前让考生提供近期2寸照,录入系统,考试之前直接识别即可</span>
  46. </div>
  47. </div>
  48. <div class="answer-box" v-if="curActive === 2">
  49. <div><span>问</span><span>开启摄像监考后,考生的摄像头遇到用不了的情况怎么解决?</span></div>
  50. <div><span>答</span><span>正常情况下摄像头都是可以使用的;当然如有无法使用的情况,其原因有多种,我们已提供相关的解决方案,考生可以根据操作指引启用电脑摄像头。</span></div>
  51. </div>
  52. <div class="answer-box" v-if="curActive === 3">
  53. <div><span>问</span><span>考试人数多的情况下系统稳定有保障吗?</span></div>
  54. <div>
  55. <span>答</span><span>如果考试人数过多,系统将采用分布式部署,保证系统稳定性。目前已有很多的企业使用青谷组织过超过万人高并发在线考试,我们会为您提供技术支持,考试人数再多页可保障系统稳定性。</span>
  56. </div>
  57. </div>
  58. <div class="answer-box" v-if="curActive === 4">
  59. <div><span>问</span><span>考生在考试中途遇到死机中断怎么办??</span></div>
  60. <div><span>答</span><span>青谷考试带有每五分钟自动保存功能,时间节点内的答题数据都会保留。</span></div>
  61. </div>
  62. <div class="answer-box answer-kefu" v-if="curActive === 5">
  63. <div><span>问</span><span>考试人数多的情况下系统稳定有保障吗?</span></div>
  64. <div>
  65. <span>答</span>
  66. <div class="answer-kefu-box">
  67. <div>
  68. <p>客服电话:400-0990-883</p>
  69. <p>客服 QQ:227551695</p>
  70. </div>
  71. <img src="#">
  72. </div>
  73. </div>
  74. </div>
  75. </div>
  76. </div>
  77. <!-- 严肃性考试热门问答 H5 -->
  78. <div class="client-wenda-box-h5 client-container mta-hidden-sm">
  79. <h4>严肃性考试热门问答</h4>
  80. <div class="wenda-content">
  81. <div class="answer-box">
  82. <div><span>问</span><span>考试前开启身份证、人脸识别是否会耽误考试时间?</span></div>
  83. <div><span>答</span><span>我们提供了两种解决方案,1.现场采集头像,五分钟之内就能完成,方便快捷,不会耽误考试时间。2提前让考生提供近期2寸照,录入系统,考试之前直接识别即可</span>
  84. </div>
  85. </div>
  86. <div class="answer-box">
  87. <div><span>问</span><span>开启摄像监考后,考生的摄像头遇到用不了的情况怎么解决?</span></div>
  88. <div><span>答</span><span>正常情况下摄像头都是可以使用的;当然如有无法使用的情况,其原因有多种,我们已提供相关的解决方案,考生可以根据操作指引启用电脑摄像头。</span></div>
  89. </div>
  90. <div class="answer-box">
  91. <div><span>问</span><span>考试人数多的情况下系统稳定有保障吗?</span></div>
  92. <div>
  93. <span>答</span><span>如果考试人数过多,系统将采用分布式部署,保证系统稳定性。目前已有很多的企业使用青谷组织过超过万人高并发在线考试,我们会为您提供技术支持,考试人数再多页可保障系统稳定性。</span>
  94. </div>
  95. </div>
  96. <div class="answer-box">
  97. <div><span>问</span><span>考生在考试中途遇到死机中断怎么办??</span></div>
  98. <div><span>答</span><span>青谷考试带有每五分钟自动保存功能,时间节点内的答题数据都会保留。</span></div>
  99. </div>
  100. <div class="answer-box answer-kefu">
  101. <div><span>问</span><span>考试人数多的情况下系统稳定有保障吗?</span></div>
  102. <div>
  103. <span>答</span>
  104. <div class="answer-kefu-box">
  105. <div>
  106. <p>客服电话:400-0990-883</p>
  107. <p>客服 QQ:227551695</p>
  108. </div>
  109. <img src="#">
  110. </div>
  111. </div>
  112. </div>
  113. </div>
  114. </div>
  115. <!-- 立即咨询 -->
  116. <desWithCode source="exam"></desWithCode>
  117. </div>
  118. </template>
  119. <script>
  120. import freeTrialBtn from "~/components/common/freeTrialBtn";
  121. import onlineInformationBtn from "~/components/common/onlineInformationBtn";
  122. import newsComp2 from "~/components/common/newsComp2";
  123. import chanPinTiYan from "~/components/common/chanPinTiYan";
  124. import {BannerImgs, yansukaoshi} from "~/defaultConfig";
  125. import desWithCode from "@/components/common/layout/desComp/desWithCode";
  126. import gangweiList from "@/components/common/layout/desComp/gangweiList";
  127. import imgCardLv2 from "~/components/common/layout/imgDes/imgCardLv2";
  128. /**
  129. * @ 解决方案 -> 严肃考试
  130. */
  131. export default {
  132. name: "exam.vue",
  133. layout: 'templateB',
  134. components: {
  135. freeTrialBtn, onlineInformationBtn, newsComp2, chanPinTiYan, desWithCode, gangweiList, imgCardLv2
  136. },
  137. async asyncData({$axios, store}) {
  138. const arr = [
  139. $axios.$post(`/home/news/carousel`, {'newsClassifyId': 0, 'keyword': '考试'}),
  140. $axios.$post(`/home/banner/list`, {'code': BannerImgs.yansukaoshi}),
  141. ]
  142. const [res1, res2] = await Promise.all(arr);
  143. return {
  144. topCarousels: res1.data.data || [],
  145. bannerList: res2.data.data || [],
  146. }
  147. },
  148. head() {
  149. return {
  150. title: '在线考试平台_在线考试软件_试卷软件系统',
  151. meta: [
  152. {
  153. name: 'keywords',
  154. content: '考试平台,试卷系统,试卷软件'
  155. },
  156. {
  157. name: 'description',
  158. content: '麦塔考试系统具有良好高并发性和访问安全部署、严格的考试监控防作弊功能、PC移动支持多终端,随时随地考试、丰富的考试管理功能。'
  159. }
  160. ],
  161. }
  162. },
  163. computed: {
  164. gangwei() {
  165. return yansukaoshi
  166. }
  167. },
  168. data() {
  169. return {
  170. productList: [
  171. {
  172. content: {
  173. title: '强大的AI防作弊,保障考试公平公正',
  174. des: '',
  175. list: [
  176. {
  177. value: '人脸识别、摄像头监考、有效防止替考代考,保障考试公平公正',
  178. },
  179. {
  180. value: '支持子管理员协助多屏监控在线监考,考生的面部表情、一举一动在后台实时呈现,最大程度模拟人工监考场景',
  181. },
  182. {
  183. value: '随机组件、试题乱序、选择题选项乱序、超时强制交卷、防止切屏限制,有效的防止考生相互抄卷的行为',
  184. },
  185. ],
  186. order: 2,
  187. },
  188. img: {
  189. url: require(`~/static/productImage/p13.png`),
  190. order: 1,
  191. },
  192. mianfei: true,
  193. zixun: true,
  194. shenqing: false,
  195. myType: 'kaoshi'
  196. },
  197. {
  198. content: {
  199. title: '数据加密保护,保障考试信息安全',
  200. des: '',
  201. list: [
  202. {
  203. value: '考生答卷时禁止复制、粘贴考题,防止试题和答案泄露',
  204. },
  205. {
  206. value: '企业级技术框架;数据存储备份机制;算法、秘钥双重保险,数据安全可靠',
  207. },
  208. {
  209. value: '支持私有服务器部署内网考试,让考试数据更安全',
  210. },
  211. ],
  212. order: 1,
  213. },
  214. img: {
  215. url: require(`~/static/productImage/p14.png`),
  216. order: 2,
  217. },
  218. mianfei: true,
  219. zixun: true,
  220. shenqing: false,
  221. myType: 'kaoshi'
  222. },
  223. {
  224. content: {
  225. title: '良好的高并发性,系统稳定性高',
  226. des: '',
  227. list: [
  228. {
  229. value: '采用的运行稳定、安全性很高的JAVA语言开发',
  230. },
  231. {
  232. value: '拥有强大的考试并发负载能力,支持万人以上考生同时在线考试',
  233. },
  234. {
  235. value: '分布式微服务架构、开放、安全、高能、高可靠的服务调用',
  236. },
  237. {
  238. value: '为企业快速,灵活构建大规模分布式服务应用提供基础',
  239. },
  240. ],
  241. order: 2,
  242. },
  243. img: {
  244. url: require(`~/static/productImage/p16.png`),
  245. order: 1,
  246. },
  247. mianfei: false,
  248. zixun: true,
  249. shenqing: true,
  250. myType: 'kaoshi'
  251. },
  252. {
  253. content: {
  254. title: '多维度统计分析,考试结果可视化',
  255. des: '',
  256. list: [
  257. {
  258. value: '智能判分系统,减轻管理员工工作压力,考后直接出成绩及排行榜等信息',
  259. },
  260. {
  261. value: '从用户、考试、成绩、试题、排名、机构等层面多维度分析考试结果,掌握考生考试情况',
  262. },
  263. ],
  264. order: 1,
  265. },
  266. img: {
  267. url: require(`~/static/productImage/p15.png`),
  268. order: 2,
  269. },
  270. mianfei: false,
  271. zixun: true,
  272. shenqing: true,
  273. myType: 'kaoshi'
  274. }
  275. ],
  276. curActive: 1,
  277. }
  278. },
  279. }
  280. </script>
  281. <style lang="scss" scoped>
  282. .active {
  283. color: green;
  284. }
  285. .platform-products-services {
  286. .client-title {
  287. font-size: 30px;
  288. font-weight: 800;
  289. text-align: center;
  290. color: #333;
  291. margin-top: 80px;
  292. margin-bottom: 70px;
  293. }
  294. .btn-groups {
  295. margin-top: 48px;
  296. .btn-item {
  297. margin-right: 20px;
  298. }
  299. }
  300. }
  301. .client-banner-box {
  302. .banner-btn-groups.left {
  303. left: 300px;
  304. top: 500px;
  305. }
  306. }
  307. .client-xuanchuan-box {
  308. width: 100%;
  309. height: 360px;
  310. background-image: url("~static/codeImage/code-bj01.png");
  311. background-repeat: no-repeat;
  312. background-size: contain;
  313. padding: 110px 0 0 0;
  314. margin: 0 auto;
  315. text-align: center;
  316. h4 {
  317. color: #fff;
  318. font-size: 40px;
  319. font-weight: 800;
  320. text-align: center;
  321. margin-bottom: 30px;
  322. }
  323. }
  324. .client-wenda-box {
  325. h4 {
  326. font-size: 30px;
  327. font-weight: 800;
  328. color: #333;
  329. text-align: center;
  330. margin-bottom: 70px;
  331. }
  332. .wenda-content {
  333. display: flex;
  334. justify-content: space-between;
  335. width: 100%;
  336. padding: 45px;
  337. border-radius: 12px;
  338. border: 1px solid #00b96b;
  339. height: 330px;
  340. }
  341. ul {
  342. width: 50%;
  343. margin-left: 20px;
  344. li {
  345. color: #333;
  346. font-weight: 500;
  347. line-height: 30px;
  348. font-size: 18px;
  349. margin-bottom: 18px;
  350. cursor: pointer;
  351. &.active {
  352. color: #00b96b;
  353. }
  354. }
  355. }
  356. .answer-box {
  357. width: 50%;
  358. > div {
  359. font-weight: 500;
  360. color: #333;
  361. margin-bottom: 40px;
  362. display: flex;
  363. justify-content: flex-start;
  364. align-items: center;
  365. span:first-child {
  366. display: inline-block;
  367. color: #fff;
  368. background-color: #00b96b;
  369. border-radius: 12px;
  370. padding: 10px;
  371. margin-right: 10px;
  372. align-self: flex-start;
  373. }
  374. &:first-child span {
  375. margin-top: 40px;
  376. }
  377. }
  378. &.answer-kefu {
  379. .answer-kefu-box {
  380. display: flex;
  381. justify-content: flex-start;
  382. align-items: flex-start;
  383. > div {
  384. margin-right: 40px;
  385. }
  386. }
  387. img {
  388. width: 200px;
  389. height: 200px;
  390. }
  391. }
  392. }
  393. }
  394. @media (max-width: 768px) {
  395. .client-xuanchuan-box {
  396. width: 100%;
  397. height: 110px;
  398. background-image: url("~static/codeImage/code-bj01.png");
  399. background-repeat: no-repeat;
  400. background-size: cover;
  401. padding: 10% 0 0 0;
  402. margin: 0 auto 20px;
  403. text-align: center;
  404. h4 {
  405. color: #fff;
  406. font-size: 14px;
  407. font-weight: 800;
  408. text-align: center;
  409. margin-bottom: 3%;
  410. }
  411. }
  412. .client-wenda-box-h5 {
  413. h4 {
  414. font-size: 18px;
  415. font-weight: 800;
  416. color: #333;
  417. text-align: center;
  418. margin-bottom: 7%;
  419. }
  420. ul {
  421. width: 50%;
  422. margin-left: 20px;
  423. li {
  424. color: #333;
  425. font-weight: 500;
  426. line-height: 1.5;
  427. font-size: 14px;
  428. margin-bottom: 10px;
  429. cursor: pointer;
  430. &.active {
  431. color: #00b96b;
  432. }
  433. }
  434. }
  435. .answer-box {
  436. padding: 10px;
  437. border: 1px solid #ccc;
  438. margin-bottom: 20px;
  439. border-radius: 8px;
  440. > div {
  441. font-weight: 500;
  442. color: #333;
  443. margin-bottom: 20px;
  444. display: flex;
  445. justify-content: flex-start;
  446. align-items: center;
  447. font-size: 14px;
  448. span:first-child {
  449. display: inline-block;
  450. color: #fff;
  451. background-color: #00b96b;
  452. border-radius: 12px;
  453. padding: 10px;
  454. margin-right: 10px;
  455. align-self: flex-start;
  456. }
  457. &:first-child span {
  458. margin-top: 40px;
  459. }
  460. }
  461. &.answer-kefu {
  462. .answer-kefu-box {
  463. display: flex;
  464. flex-direction: column;
  465. justify-content: flex-start;
  466. align-items: flex-start;
  467. > div {
  468. margin-right: 40px;
  469. }
  470. }
  471. img {
  472. width: 100px;
  473. height: 100px;
  474. }
  475. }
  476. }
  477. }
  478. }
  479. </style>