financial.vue 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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>金融保险</h3>
  9. <p>青谷行业解决方案</p>
  10. <onlineInformationBtn />
  11. </div>
  12. <!-- 金融保险培训现状 -->
  13. <div class="client-xianzhuang-box">
  14. <h4>金融保险培训现状</h4>
  15. <p>金融保险无处不在并已形成一个庞大体系,金融保险涉及的范畴、分支和内容非常广,如货币、证券、银行、保险、投资理财、风险管理等,
  16. 相互来说考核点多、信息量大、对员工的知识储备要求较高,相对的考核难度也较大。所以金融保险业更需要考核数据来作为依据,帮助提升业务能力。
  17. </p>
  18. </div>
  19. <!-- 金融保险培训痛点 -->
  20. <div class="client-tongdian-box">
  21. <h4>金融保险培训痛点</h4>
  22. <ul>
  23. <li>
  24. <i></i>
  25. <p>产品随政策变动、更新频率高,要求员工掌握最新工作政策</p>
  26. </li>
  27. <li>
  28. <i></i>
  29. <p>一线员工数量庞大,组织培训考核极难并且成本高昂</p>
  30. </li>
  31. <li>
  32. <i></i>
  33. <p>人数太多,及时勉强组织培训考核,也很难管控</p>
  34. </li>
  35. </ul>
  36. </div>
  37. <!-- 青谷解决方案 -->
  38. <div class="platform-products-services client-container">
  39. <h4 class="client-title">青谷解决方案</h4>
  40. <imgCardLv2 :option="item" v-for="(item,index) in productList" :key="index">
  41. <div class="btn-groups">
  42. <onlineInformationBtn my-type="2" class="online-information-btn btn-item" />
  43. </div>
  44. </imgCardLv2>
  45. </div>
  46. <!-- 金融保险类课程案例 -->
  47. <div class="client-anli-box">
  48. <h4>金融保险类课程案例</h4>
  49. <p>青谷软件可为金融保险行业定制电子化课程</p>
  50. <ul>
  51. <li>
  52. <video-card :card-data="{title: '课程名称', url: ''}" @card-click="showVideo"></video-card>
  53. </li>
  54. <li>
  55. <video-card :card-data="{title: '课程名称', url: ''}" @card-click="showVideo"></video-card>
  56. </li>
  57. <li>
  58. <video-card :card-data="{title: '课程名称', url: ''}" @card-click="showVideo"></video-card>
  59. </li>
  60. </ul>
  61. </div>
  62. <!-- 立即咨询 -->
  63. <desWithCode source="financial"></desWithCode>
  64. <videoDialog :source="curVideo" :visible.sync="visible"></videoDialog>
  65. </div>
  66. </template>
  67. <script>
  68. import chanPinTiYan from "~/components/common/chanPinTiYan";
  69. import freeTrialBtn from "~/components/common/freeTrialBtn";
  70. import onlineInformationBtn from "~/components/common/onlineInformationBtn";
  71. import newsComp2 from "~/components/common/newsComp2";
  72. import videoDialog from "~/components/common/videoDialog";
  73. import videoCard from "~/components/common/videoCard";
  74. import {BannerImgs} from "~/defaultConfig";
  75. import desWithCode from "~/components/common/layout/desComp/desWithCode";
  76. import imgCardLv2 from "~/components/common/layout/imgDes/imgCardLv2";
  77. /**
  78. * @ 解决方案 -> 金融保险
  79. */
  80. export default {
  81. name: "financial",
  82. layout: 'templateB',
  83. components: { chanPinTiYan, freeTrialBtn, onlineInformationBtn, newsComp2, videoDialog, videoCard, desWithCode, imgCardLv2},
  84. async asyncData({$axios, store}) {
  85. const arr = [
  86. $axios.$post(`/home/banner/list`, {'code': BannerImgs.jinrongbaoxian}),
  87. ];
  88. const [res2] = await Promise.all(arr);
  89. return {
  90. bannerList: res2.data.data || [],
  91. }
  92. },
  93. data() {
  94. return {
  95. curVideo: '',
  96. visible: false,
  97. productList: [
  98. {
  99. content: {
  100. title: '私有化专属服务器部署,数据加密更安全',
  101. list: [
  102. {
  103. value: '将青谷考培系统部署版部署到政府机构内部私有云服务器中,政府机构完全自主掌控,数据加密更安全',
  104. },
  105. {
  106. value: 'PC端与移动端无缝连接;全面支持安卓、IOS等操作系统;支持APP和微信H5学习模式;为学习者提供真正的随时随地的、个性化的、开放式的学习服务',
  107. },
  108. ],
  109. order: 2,
  110. num: '01',
  111. },
  112. img: {
  113. url: require('~/static/codeImage/code-jingli.png'),
  114. order: 1,
  115. },
  116. mianfei: true,
  117. zixun: true,
  118. shenqing: false,
  119. myType: 'kaoshi'
  120. },
  121. {
  122. content: {
  123. title: '构建培训闭环,打通线上线下教学场景',
  124. list: [
  125. {
  126. value: '支持手动、批量导入人员及部门多层级管理功能,解决机构人员多且分散的问题',
  127. },
  128. {
  129. value: '支持子管理员协助多屏监控在线监考,考生的面部表情、一举一动在后台实时呈现,最大程度模拟人工监考场景',
  130. },
  131. {
  132. value: '在线课程支持反复学习,实现从“了解”到“理解”的飞跃',
  133. },
  134. {
  135. value: '支持六大常用题型及批量导入题库',
  136. },
  137. ],
  138. order: 1,
  139. num: '02',
  140. },
  141. img: {
  142. url: require('~/static/codeImage/code-jingli.png'),
  143. order: 2,
  144. },
  145. mianfei: true,
  146. zixun: true,
  147. shenqing: false,
  148. myType: 'kaoshi'
  149. },
  150. {
  151. content: {
  152. title: '强大的AI防作弊,保障考试公平公正',
  153. list: [
  154. {
  155. value: '人脸识别、摄像头监控、有效防止替考代考,保障考试公平公正',
  156. },
  157. {
  158. value: '支持子管理员协助多屏监控在线监考,考生的面部表情、一举一动在后台实时呈现,最大程度模拟人工监考场景',
  159. },
  160. {
  161. value: '随机组卷、试题乱序、选择题选项乱序,超时强制交卷、防止切屏限制,有效的防止考生相互抄卷的行为',
  162. },
  163. ],
  164. order: 2,
  165. num: '03',
  166. },
  167. img: {
  168. url: require('~/static/codeImage/code-jingli.png'),
  169. order: 1,
  170. },
  171. mianfei: true,
  172. zixun: true,
  173. shenqing: false,
  174. myType: 'kaoshi'
  175. },
  176. {
  177. content: {
  178. title: '智能阅卷,多维度、可视化学情分析',
  179. list: [
  180. {
  181. value: '智能阅卷系统,减轻管理员工作压力,考后直接出成绩及排行榜等信息',
  182. },
  183. {
  184. value: '从用户、学习情况、考试、成绩、试题、排名、机构等层面多维度分析培训结果,掌握学员学习情况',
  185. },
  186. ],
  187. order: 1,
  188. num: '04',
  189. },
  190. img: {
  191. url: require('~/static/codeImage/code-jingli.png'),
  192. order: 2,
  193. },
  194. mianfei: true,
  195. zixun: true,
  196. shenqing: false,
  197. myType: 'kaoshi'
  198. }
  199. ],
  200. }
  201. },
  202. methods: {
  203. showVideo({url}) {
  204. this.curVideo = url;
  205. this.visible = true;
  206. }
  207. }
  208. }
  209. </script>
  210. <style lang="scss" scoped>
  211. .platform-products-services {
  212. h4 {
  213. font-size: 30px;
  214. font-weight: 800;
  215. color: #333;
  216. margin-top: 140px;
  217. margin-bottom: 120px;
  218. }
  219. .btn-groups {
  220. margin-top: 50px;
  221. }
  222. }
  223. </style>