government.vue 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  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">
  10. <onlineInformationBtn class="online-information-btn btn-item"/>
  11. </div>
  12. </div>
  13. </div>
  14. </div>
  15. <!-- 政府机构培训现状 -->
  16. <div class="client-xianzhuang-box">
  17. <div class="client-container">
  18. <h4>政府机构培训现状</h4>
  19. <p>在政府机构中比较常见的培训项目通常就是党建方向 的内容,学习党史党务,会议精神、法律法规等是每一个中共党员的基本修养。政府机构的成员大多都是中共党员,势必要以身作则。
  20. 作为国家和人民的领导者,政府机构的党员们需要专注于习近平新时代中国特色社会主义的思想党建,做到和人民心心相印,才能更好地为人民服务。
  21. </p>
  22. </div>
  23. </div>
  24. <!-- 政府机构培训痛点 -->
  25. <div class="client-tongdian-box client-container">
  26. <h4>政府机构培训痛点</h4>
  27. <ul>
  28. <li>
  29. <div>
  30. <i></i>
  31. <p>需要学习的文件材料较多,
  32. 不易把握学习要点</p>
  33. </div>
  34. </li>
  35. <li>
  36. <div>
  37. <i></i>
  38. <p>从即从公务员到各级干部,政府部门成员大多数勤于政务,
  39. 没有稳定的学习时间</p>
  40. </div>
  41. </li>
  42. <li>
  43. <div>
  44. <i></i>
  45. <p>各级政府的所在地各不相同,
  46. 很难统一组织学习党建材料</p>
  47. </div>
  48. </li>
  49. </ul>
  50. </div>
  51. <!-- 解决方案 -->
  52. <div class="client-fangan-box client-container">
  53. <h4>青谷解决方案</h4>
  54. <imgCardLv2 :option="item" v-for="(item,index) in productList" :key="index">
  55. <div class="btn-groups">
  56. <onlineInformationBtn class="online-information-btn btn-item" v-if="item.zixun"/>
  57. </div>
  58. </imgCardLv2>
  59. </div>
  60. <!-- 党建类课程案例 -->
  61. <div class="client-anli-box client-container">
  62. <h4>党建类课程案例</h4>
  63. <p>青谷软件可为政府机构定制电子化课程</p>
  64. <ul>
  65. <li>
  66. <div>
  67. <video-card :card-data="{title: 'FLASH动画课程', url: ''}" @card-click="showVideo"></video-card>
  68. </div>
  69. </li>
  70. <li>
  71. <div>
  72. <video-card :card-data="{title: '视频课程', url: ''}" @card-click="showVideo"></video-card>
  73. </div>
  74. </li>
  75. <li>
  76. <div>
  77. <video-card :card-data="{title: '名师讲堂', url: ''}" @card-click="showVideo"></video-card>
  78. </div>
  79. </li>
  80. </ul>
  81. </div>
  82. <!-- 立即咨询 -->
  83. <desWithCode source="government"></desWithCode>
  84. <videoDialog :source="curVideo" :visible.sync="visible"></videoDialog>
  85. </div>
  86. </template>
  87. <script>
  88. import chanPinTiYan from "~/components/common/chanPinTiYan";
  89. import freeTrialBtn from "~/components/common/freeTrialBtn";
  90. import onlineInformationBtn from "~/components/common/onlineInformationBtn";
  91. import newsComp2 from "~/components/common/newsComp2";
  92. import {BannerImgs} from "~/defaultConfig";
  93. import videoDialog from "~/components/common/videoDialog";
  94. import videoCard from "~/components/common/videoCard";
  95. import desWithCode from "~/components/common/layout/desComp/desWithCode";
  96. import imgCardLv2 from "~/components/common/layout/imgDes/imgCardLv2";
  97. /**
  98. * @ 解决方案 -> 政府机构
  99. */
  100. export default {
  101. name: "government",
  102. layout: 'templateB',
  103. components: {
  104. chanPinTiYan,
  105. freeTrialBtn,
  106. onlineInformationBtn,
  107. newsComp2,
  108. videoDialog,
  109. videoCard,
  110. desWithCode,
  111. imgCardLv2
  112. },
  113. async asyncData({$axios, store}) {
  114. const arr = [
  115. $axios.$post(`/home/banner/list`, {'code': BannerImgs.zhengfujigou}),
  116. ];
  117. const [res2] = await Promise.all(arr);
  118. return {
  119. bannerList: res2.data.data || [],
  120. }
  121. },
  122. head() {
  123. return {
  124. title: '在线考试平台_在线考试软件_试卷软件系统',
  125. meta: [
  126. {
  127. name: 'keywords',
  128. content: '考试平台,试卷系统,试卷软件'
  129. },
  130. {
  131. name: 'description',
  132. content: '麦塔考试系统具有良好高并发性和访问安全部署、严格的考试监控防作弊功能、PC移动支持多终端,随时随地考试、丰富的考试管理功能。'
  133. }
  134. ],
  135. }
  136. },
  137. data() {
  138. return {
  139. curVideo: '',
  140. visible: false,
  141. productList: [
  142. {
  143. content: {
  144. title: '私有化专属服务器部署,数据加密更安全',
  145. list: [
  146. {
  147. value: '将青谷考培系统部署版部署到政府机构内部私有云服务器中,政府机构完全自主掌控,数据加密更安全',
  148. },
  149. {
  150. value: 'PC端与移动端无缝链接;全面支持安卓、IOS等操作系统;支持APP和微信H5学习模式;为学习者提供真正的随时随地的、个性化的、开放式的学习服务',
  151. },
  152. ],
  153. order: 2,
  154. },
  155. img: {
  156. url: require(`~/static/productImage/p25.png`),
  157. order: 1,
  158. },
  159. mianfei: true,
  160. zixun: true,
  161. shenqing: false,
  162. myType: 'kaoshi'
  163. },
  164. {
  165. content: {
  166. title: '构建培训闭环,打通线上线下教学场景',
  167. list: [
  168. {
  169. value: '支持手动、批量导入人员及部门多层级管理功能,解决机构人员多且分散的问题',
  170. },
  171. {
  172. value: '支持线上课程、直播、线下培训等多种培训形式',
  173. },
  174. {
  175. value: '在线课程支持反复学习,实现从“了解”到“理解”的飞跃',
  176. },
  177. {
  178. value: '支持六大常用题型及批量导入题库',
  179. },
  180. ],
  181. order: 2,
  182. },
  183. img: {
  184. url: require(`~/static/productImage/p26.png`),
  185. order: 1,
  186. },
  187. mianfei: true,
  188. zixun: true,
  189. shenqing: false,
  190. myType: 'kaoshi'
  191. },
  192. {
  193. content: {
  194. title: '强大的AI防作弊,保障考试公平公正',
  195. list: [
  196. {
  197. value: '人脸识别、摄像头监考、有效防止替考代考,保障考试公平公正',
  198. },
  199. {
  200. value: '支持子管理员协助多屏监控在线监考,考生的面部表情、一举一动在后台实时呈现,最大程度模拟人工监控场景',
  201. },
  202. {
  203. value: '随机组卷、试题乱序、选择题选项乱序、超时强制交卷、防止切屏限制,有效的防止考生相互抄卷的行为',
  204. },
  205. ],
  206. order: 2,
  207. },
  208. img: {
  209. url: require(`~/static/productImage/p27.png`),
  210. order: 1,
  211. },
  212. mianfei: true,
  213. zixun: true,
  214. shenqing: false,
  215. myType: 'kaoshi'
  216. },
  217. {
  218. content: {
  219. title: '智能阅卷,多维度、可视化学情分析',
  220. list: [
  221. {
  222. value: '智能阅卷系统,减轻管理员工作压力,考后直接出成绩及排行榜等信息',
  223. },
  224. {
  225. value: '从用户、学习情况、考试、成绩、试题、排名、机构等层面多维度分析培训结果,掌握学员学习情况',
  226. },
  227. ],
  228. order: 2,
  229. },
  230. img: {
  231. url: require(`~/static/productImage/p28.png`),
  232. order: 1,
  233. },
  234. mianfei: true,
  235. zixun: true,
  236. shenqing: false,
  237. myType: 'kaoshi'
  238. }
  239. ],
  240. }
  241. },
  242. methods: {
  243. showVideo({url}) {
  244. this.curVideo = url;
  245. this.visible = true;
  246. }
  247. }
  248. }
  249. </script>
  250. <style lang="scss" scoped>
  251. .client-tongdian-box {
  252. ul {
  253. li {
  254. &:nth-child(1) {
  255. div {
  256. background-image: url("~static/gangweiIcon/z91.png");
  257. i {
  258. background-image: url('~static/gangweiIcon/z94.png');
  259. }
  260. }
  261. }
  262. &:nth-child(2) {
  263. div {
  264. background-image: url("~static/gangweiIcon/z92.png");
  265. i {
  266. background-image: url('~static/gangweiIcon/z95.png');
  267. }
  268. }
  269. }
  270. &:nth-child(3) {
  271. div {
  272. background-image: url("~static/gangweiIcon/z93.png");
  273. i {
  274. background-image: url('~static/gangweiIcon/z96.png');
  275. }
  276. }
  277. }
  278. }
  279. }
  280. @media (max-width: 768px) {
  281. ul {
  282. li {
  283. &:nth-child(1) {
  284. div {
  285. background-image: none;
  286. }
  287. }
  288. &:nth-child(2) {
  289. div {
  290. background-image: none;
  291. }
  292. }
  293. &:nth-child(3) {
  294. div {
  295. background-image: none;
  296. }
  297. }
  298. }
  299. }
  300. }
  301. }
  302. </style>