index.js 44 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613
  1. import VueRouter from "vue-router";
  2. import { getUrlCode } from "@/common/wxjssdk.util";
  3. import { setCopyFlag } from "@/common/util";
  4. import { informationRoutes } from "@/router/information-routes";
  5. import { imageTextRoutes } from "@/router/image-text-routes";
  6. import { videoRoutes } from "@/router/video-routes";
  7. import { supplierRoutes } from "@/router/supplier-routes";
  8. import { activityRoutes } from "@/router/activity-routes";
  9. import { forumRoutes } from "@/router/forum-routes";
  10. import { newsRoutes } from "@/router/news-routes";
  11. import { demandRoutes } from "@/router/demand-routes";
  12. import { recruitRoutes } from "@/router/recruit-routes";
  13. import { productRoutes } from "@/router/product-routes";
  14. const routes = [
  15. // 新版设计-视频模块路由
  16. ...videoRoutes,
  17. // 新版设计-图文模块路由
  18. ...imageTextRoutes,
  19. // 新版设计-资料模块路由
  20. ...informationRoutes,
  21. // 新版设计-供应商模块路由
  22. ...supplierRoutes,
  23. // 新版设计-活动模块路由
  24. ...activityRoutes,
  25. // 新版设计-问答模块路由
  26. ...forumRoutes,
  27. // 新版设计-新闻模块路由
  28. ...newsRoutes,
  29. // 新版设计-需求模块路由
  30. ...demandRoutes,
  31. // 新版设计-招聘模块路由
  32. ...recruitRoutes,
  33. // 新版设计-商品模块路由
  34. ...productRoutes,
  35. {
  36. path: "/",
  37. redirect: "/index",
  38. },
  39. // 首页
  40. {
  41. path: "/home",
  42. component: () => import("../views/Home.vue"),
  43. meta: {
  44. title: "首页", // 页面标题ti.footer-wrap>button tle
  45. },
  46. },
  47. // 首页
  48. {
  49. path: "/index",
  50. component: () => import("../views/index.vue"),
  51. meta: {
  52. title: "首页", // 页面标题title
  53. showTabbar: true, // 显示tabbar
  54. keepAlive: true, // 默认开启缓存,防止第一次缓存失败
  55. },
  56. },
  57. // 我的
  58. {
  59. path: "/my",
  60. component: () => import("../views/my.vue"),
  61. meta: {
  62. title: "我的", // 页面标题title
  63. showTabbar: true, // 显示tabbar
  64. keepAlive: true, // 默认开启缓存,防止第一次缓存失败
  65. },
  66. },
  67. // 登录
  68. {
  69. path: "/login",
  70. component: () => import("../views/login.vue"),
  71. meta: {
  72. title: "登录", // 页面标题title
  73. },
  74. },
  75. // 个人信息
  76. {
  77. path: "/personal-information",
  78. component: () => import("../views/personal-information.vue"),
  79. meta: {
  80. title: "个人信息", // 页面标题title
  81. },
  82. },
  83. // 会员
  84. {
  85. path: "/member",
  86. component: () => import("../views/member.vue"),
  87. meta: {
  88. title: "会员", // 页面标题title
  89. },
  90. },
  91. // 无偿资料
  92. {
  93. path: "/free-information",
  94. component: () => import("../views/free-information.vue"),
  95. meta: {
  96. title: "无偿资料", // 页面标题title
  97. },
  98. },
  99. // 有偿投稿视频
  100. {
  101. path: "/paid-contribution-video",
  102. component: () => import("../views/paid-contribution-video.vue"),
  103. meta: {
  104. title: "有偿投稿视频", // 页面标题title
  105. },
  106. },
  107. // 举报
  108. {
  109. path: "/report",
  110. component: () => import("../views/report.vue"),
  111. meta: {
  112. title: "举报", // 页面标题title
  113. },
  114. },
  115. // 举报-结果
  116. {
  117. path: "/report-result",
  118. component: () => import("../views/report-result.vue"),
  119. meta: {
  120. title: "举报结果", // 页面标题title
  121. },
  122. },
  123. // 投稿-结果
  124. {
  125. path: "/submission-result",
  126. component: () => import("../views/submission-result.vue"),
  127. meta: {
  128. title: "投稿结果", // 页面标题title
  129. },
  130. },
  131. // // 稿件管理
  132. // {
  133. // path: '/manuscript-management',
  134. // component: () => import('../views/manuscript-management.vue'),
  135. // meta: {
  136. // title: '稿件管理', // 页面标题title
  137. // },
  138. // },
  139. // 搜索
  140. {
  141. path: "/search",
  142. // component: () => import('../views/search.vue'),
  143. component: () => import("../views/search/search.vue"),
  144. meta: {
  145. title: "搜索", // 页面标题title
  146. keepAlive: true, // 开启缓存
  147. // 仅前往这些页面时缓存
  148. toPagesKeep: ["/search-result"],
  149. },
  150. },
  151. // 搜索结果
  152. {
  153. path: "/search-result",
  154. // component: () => import('../views/search-result.vue'),
  155. component: () => import("../views/search/search-result.vue"),
  156. meta: {
  157. title: "搜索结果", // 页面标题title
  158. keepAlive: true, // 开启缓存
  159. // 仅前往这些页面时缓存
  160. toPagesKeep: ["/video-details", "/report", "/feedback"],
  161. },
  162. },
  163. // // h5/视频
  164. // {
  165. // path: '/video',
  166. // component: () => import('../views/video.vue'),
  167. // meta: {
  168. // title: 'h5/视频', // 页面标题title
  169. // keepAlive: true, // 开启缓存
  170. // // 仅前往这些页面时缓存
  171. // toPagesKeep: [
  172. // '/video-classification',
  173. // '/video-details',
  174. // '/report',
  175. // '/search',
  176. // '/free-information',
  177. // '/paid-contribution-video',
  178. // ],
  179. // },
  180. // },
  181. // // 视频-分类
  182. // {
  183. // path: '/video-classification',
  184. // component: () => import('../views/video-classification.vue'),
  185. // meta: {
  186. // title: '视频', // 页面标题title
  187. // keepAlive: true, // 开启缓存
  188. // // 仅前往这些页面时缓存
  189. // toPagesKeep: [
  190. // // '/video',
  191. // '/video-details',
  192. // '/report',
  193. // '/search',
  194. // '/free-information',
  195. // '/paid-contribution-video',
  196. // ],
  197. // },
  198. // },
  199. // // 视频详情
  200. // {
  201. // path: '/video-details',
  202. // component: () => import('../views/video-details.vue'),
  203. // meta: {
  204. // title: '视频详情', // 页面标题title
  205. // toTop: true, // 显示回到顶部
  206. // },
  207. // },
  208. // 意见反馈
  209. {
  210. path: "/feedback",
  211. component: () => import("../views/feedback.vue"),
  212. meta: {
  213. title: "意见反馈", // 页面标题title
  214. },
  215. },
  216. // 意见反馈-结果
  217. {
  218. path: "/feedback-result",
  219. component: () => import("../views/feedback-result.vue"),
  220. meta: {
  221. title: "意见反馈", // 页面标题title
  222. },
  223. },
  224. // 各种协议页面
  225. {
  226. path: "/agreement",
  227. component: () => import("../views/agreement.vue"),
  228. meta: {
  229. title: "协议", // 页面标题title
  230. },
  231. },
  232. // // 视频
  233. // {
  234. // path: '/video-tab-list',
  235. // component: () => import('../views/video-tab-list.vue'),
  236. // meta: {
  237. // title: '视频', // 页面标题title
  238. // },
  239. // },
  240. // 文件下载
  241. {
  242. path: "/file-download",
  243. component: () => import("../views/file-download.vue"),
  244. meta: {
  245. title: "文件下载", // 页面标题title
  246. },
  247. },
  248. // 资料
  249. // {
  250. // path: '/information',
  251. // component: () => import('../views/information.vue'),
  252. // meta: {
  253. // title: '资料', // 页面标题title
  254. // keepAlive: true, // 开启缓存
  255. // // 仅前往这些页面时缓存
  256. // toPagesKeep: [
  257. // '/information-series',
  258. // '/report',
  259. // '/paid-contribution-video',
  260. // '/information-details',
  261. // '/information-search',
  262. // ],
  263. // },
  264. // },
  265. // // 资料
  266. // {
  267. // path: '/information-tab-list',
  268. // component: () => import('../views/information-tab-list.vue'),
  269. // meta: {
  270. // title: '资料', // 页面标题title
  271. // },
  272. // },
  273. // // 资料
  274. // {
  275. // path: '/information-release',
  276. // component: () => import('../views/information-release.vue'),
  277. // meta: {
  278. // title: '无偿投稿资料', // 页面标题title
  279. // },
  280. // },
  281. // 资料-系列
  282. {
  283. path: "/information-series",
  284. component: () => import("../views/information-series.vue"),
  285. meta: {
  286. title: "资料-系列", // 页面标题title
  287. },
  288. },
  289. // 资料-详情
  290. {
  291. path: "/information-details",
  292. component: () => import("../views/information-details.vue"),
  293. meta: {
  294. title: "资料-详情", // 页面标题title
  295. keepAlive: true, // 开启缓存
  296. // 仅前往这些页面时缓存
  297. toPagesKeep: ["/information-series", "/report"],
  298. },
  299. },
  300. // 资料-搜索
  301. {
  302. path: "/information-search",
  303. component: () => import("../views/information-search.vue"),
  304. meta: {
  305. title: "资料-搜索", // 页面标题title
  306. keepAlive: true, // 开启缓存
  307. // 仅前往这些页面时缓存
  308. toPagesKeep: ["/information-details", "/report", "/feedback"],
  309. },
  310. },
  311. // 图文
  312. // {
  313. // path: '/image-text',
  314. // component: () => import('../views/image-text.vue'),
  315. // meta: {
  316. // title: '图文', // 页面标题title
  317. // keepAlive: true, // 开启缓存
  318. // // 仅前往这些页面时缓存
  319. // toPagesKeep: [
  320. // '/report',
  321. // '/image-text-search',
  322. // '/image-text-details',
  323. // '/free-information',
  324. // '/paid-contribution-video',
  325. // ],
  326. // },
  327. // },
  328. // 图文-列表
  329. {
  330. path: "/image-text-list",
  331. component: () => import("../views/image-text-list.vue"),
  332. meta: {
  333. title: "图文-列表", // 页面标题title
  334. },
  335. },
  336. // 图文-搜索
  337. {
  338. path: "/image-text-search",
  339. component: () => import("../views/image-text-search.vue"),
  340. meta: {
  341. title: "图文-搜索", // 页面标题title
  342. keepAlive: true, // 开启缓存
  343. // 仅前往这些页面时缓存
  344. toPagesKeep: ["/image-text-details", "/report", "/feedback"],
  345. },
  346. },
  347. // // 图文-详情
  348. // {
  349. // path: '/image-text-details',
  350. // component: () => import('../views/image-text-details.vue'),
  351. // meta: {
  352. // title: '图文-详情', // 页面标题title
  353. // toTop: true,
  354. // },
  355. // },
  356. // 无偿投稿文章
  357. {
  358. path: "/free-articles",
  359. component: () => import("../views/free-articles.vue"),
  360. meta: {
  361. title: "无偿投稿文章", // 页面标题title
  362. },
  363. },
  364. // // 资料-我的发布
  365. // {
  366. // path: '/informationmy-my-release',
  367. // component: () => import('../views/informationmy-my-release.vue'),
  368. // meta: {
  369. // title: '资料-我的发布', // 页面标题title
  370. // },
  371. // },
  372. // // 图文-我的发布
  373. // {
  374. // path: '/image-text-my-release',
  375. // component: () => import('../views/image-text-my-release.vue'),
  376. // meta: {
  377. // title: '图文-我的发布', // 页面标题title
  378. // },
  379. // },
  380. // // 图文
  381. // {
  382. // path: '/image-text-tab-list',
  383. // component: () => import('../views/image-text-tab-list.vue'),
  384. // meta: {
  385. // title: '图文', // 页面标题title
  386. // },
  387. // },
  388. // // 论坛
  389. // {
  390. // path: "/forum",
  391. // component: () => import("../views/forum/forum.vue"),
  392. // meta: {
  393. // title: "论坛", // 页面标题title
  394. // showTabbar: true, // 显示tabbar
  395. // keepAlive: true, // 开启缓存
  396. // // 仅前往这些页面时缓存
  397. // toPagesKeep: [
  398. // "/forum-question-details",
  399. // "/forum-message",
  400. // "/forum-release-issues",
  401. // "/search",
  402. // ],
  403. // },
  404. // },
  405. // {
  406. // path: "/forum-answer-item",
  407. // name: "forum-answer-item",
  408. // component: () => import("../views/forum/forumAnswerItem.vue"),
  409. // meta: {
  410. // title: "回答详情", // 页面标题title
  411. // showTabbar: true, // 显示tabbar
  412. // keepAlive: false, // 开启缓存
  413. // },
  414. // },
  415. // // 论坛-列表
  416. // {
  417. // path: "/forum-tab-list",
  418. // component: () => import("../views/forum/forum-tab-list.vue"),
  419. // meta: {
  420. // title: "我的问答", // 页面标题title
  421. // },
  422. // },
  423. // // 论坛-我的关注
  424. // {
  425. // path: "/forum-attention",
  426. // component: () => import("../views/forum/forum-attention.vue"),
  427. // meta: {
  428. // title: "论坛-我的关注", // 页面标题title
  429. // },
  430. // },
  431. // // 论坛-点赞我的
  432. // {
  433. // path: "/forum-like-me",
  434. // component: () => import("../views/forum/forum-like-me.vue"),
  435. // meta: {
  436. // title: "论坛-点赞我的", // 页面标题title
  437. // },
  438. // },
  439. // // 论坛-浏览记录
  440. // {
  441. // path: "/forum-history",
  442. // component: () => import("../views/forum/forum-history.vue"),
  443. // meta: {
  444. // title: "论坛-浏览记录", // 页面标题title
  445. // },
  446. // },
  447. // // 论坛-我的点赞
  448. // {
  449. // path: "/forum-my-like",
  450. // component: () => import("../views/forum/forum-my-like.vue"),
  451. // meta: {
  452. // title: "论坛-我的点赞", // 页面标题title
  453. // keepAlive: true, // 开启缓存
  454. // },
  455. // },
  456. // // 论坛-消息
  457. // {
  458. // path: "/forum-message",
  459. // component: () => import("../views/forum/forum-message.vue"),
  460. // meta: {
  461. // title: "论坛-消息", // 页面标题title
  462. // },
  463. // },
  464. // // 论坛-问题详情
  465. // {
  466. // path: "/forum-question-details",
  467. // component: () => import("../views/forum/forum-question-details.vue"),
  468. // meta: {
  469. // title: "论坛-问题详情", // 页面标题title
  470. // },
  471. // },
  472. // // 论坛-举报
  473. // {
  474. // path: "/forum-report",
  475. // component: () => import("../views/forum/forum-report.vue"),
  476. // meta: {
  477. // title: "论坛-举报", // 页面标题title
  478. // },
  479. // },
  480. // // 论坛-我的提问
  481. // {
  482. // path: "/forum-my-question",
  483. // component: () => import("../views/forum/forum-my-question.vue"),
  484. // meta: {
  485. // title: "论坛-我的提问", // 页面标题title
  486. // },
  487. // },
  488. // // 论坛-回复我的
  489. // {
  490. // path: "/forum-reply-to-me",
  491. // component: () => import("../views/forum/forum-reply-to-me.vue"),
  492. // meta: {
  493. // title: "论坛-回复我的", // 页面标题title
  494. // },
  495. // },
  496. // // 论坛-我的回答
  497. // {
  498. // path: "/forum-my-reply",
  499. // component: () => import("../views/forum/forum-my-reply.vue"),
  500. // meta: {
  501. // title: "论坛-我的回答", // 页面标题title
  502. // },
  503. // },
  504. // // 论坛-我的回复
  505. // {
  506. // path: "/forum-my-reply-comment",
  507. // component: () => import("../views/forum/forum-my-reply-comment.vue"),
  508. // meta: {
  509. // title: "论坛-我的回复", // 页面标题title
  510. // },
  511. // },
  512. // // 论坛-回答我的
  513. // {
  514. // path: "/forum-answer-me",
  515. // component: () => import("../views/forum/forum-answer-me.vue"),
  516. // meta: {
  517. // title: "论坛-回答我的", // 页面标题title
  518. // },
  519. // },
  520. // // 论坛-我的评论
  521. // {
  522. // path: "/forum-my-comments",
  523. // component: () => import("../views/forum/forum-my-comments.vue"),
  524. // meta: {
  525. // title: "论坛-我的评论", // 页面标题title
  526. // },
  527. // },
  528. // // 论坛-评论我的
  529. // {
  530. // path: "/forum-comment-on-my",
  531. // component: () => import("../views/forum/forum-comment-on-my.vue"),
  532. // meta: {
  533. // title: "论坛-评论我的", // 页面标题title
  534. // },
  535. // },
  536. // // 论坛-搜索
  537. // {
  538. // path: "/forum-search",
  539. // component: () => import("../views/forum/forum-search.vue"),
  540. // meta: {
  541. // title: "论坛-搜索", // 页面标题title
  542. // keepAlive: true, // 开启缓存
  543. // // 仅前往这些页面时缓存
  544. // toPagesKeep: ["/forum-question-details", "/contact-online"],
  545. // },
  546. // },
  547. // // 论坛-发布问题
  548. // {
  549. // path: "/forum-release-issues",
  550. // name: "forum-release-issues",
  551. // component: () => import("../views/forum/forum-release-issues.vue"),
  552. // meta: {
  553. // title: "论坛-发布问题", // 页面标题title
  554. // },
  555. // },
  556. // // 论坛-回答问题
  557. // {
  558. // path: "/forum-question-answering",
  559. // component: () => import("../views/forum/forum-question-answering.vue"),
  560. // meta: {
  561. // title: "论坛-回答问题", // 页面标题title
  562. // },
  563. // },
  564. // 活动
  565. {
  566. path: "/activity",
  567. component: () => import("../views/activity.vue"),
  568. meta: {
  569. title: "活动", // 页面标题title
  570. keepAlive: true, // 开启缓存
  571. // 仅前往这些页面时缓存
  572. toPagesKeep: ["/activity-sign-up", "/search", "/contact"],
  573. },
  574. },
  575. // 活动
  576. {
  577. path: "/activity-tab-list",
  578. component: () => import("../views/activity-tab-list.vue"),
  579. meta: {
  580. title: "活动", // 页面标题title
  581. },
  582. },
  583. // 活动-我的发布
  584. {
  585. path: "/activit-my-release",
  586. component: () => import("../views/activit-my-release.vue"),
  587. meta: {
  588. title: "活动-我的发布", // 页面标题title
  589. },
  590. },
  591. // 活动-我的报名
  592. {
  593. path: "/activit-my-registration",
  594. component: () => import("../views/activit-my-registration.vue"),
  595. meta: {
  596. title: "活动-我的报名", // 页面标题title
  597. },
  598. },
  599. // 活动-我的收藏
  600. {
  601. path: "/activit-my-collection",
  602. component: () => import("../views/activit-my-collection.vue"),
  603. meta: {
  604. title: "活动-我的收藏", // 页面标题title
  605. },
  606. },
  607. // 活动-我的点赞
  608. {
  609. path: "/activit-my-likes",
  610. component: () => import("../views/activit-my-likes.vue"),
  611. meta: {
  612. title: "活动-我的点赞", // 页面标题title
  613. },
  614. },
  615. // 活动-浏览记录
  616. {
  617. path: "/activit-browse-records",
  618. component: () => import("../views/activit-browse-records.vue"),
  619. meta: {
  620. title: "活动-浏览记录", // 页面标题title
  621. },
  622. },
  623. // 活动-立即报名
  624. {
  625. path: "/activity-sign-up",
  626. component: () => import("../views/activity-sign-up.vue"),
  627. meta: {
  628. title: "活动-立即报名", // 页面标题title
  629. },
  630. },
  631. // 活动-立即报名-信息
  632. {
  633. path: "/activity-sign-up-information",
  634. component: () => import("../views/activity-sign-up-information.vue"),
  635. meta: {
  636. title: "完善信息", // 页面标题title
  637. },
  638. },
  639. // 活动-搜索
  640. {
  641. path: "/activity-search",
  642. component: () => import("../views/activity-search.vue"),
  643. meta: {
  644. title: "搜索", // 页面标题title
  645. },
  646. },
  647. // 活动-发布
  648. {
  649. path: "/activit-release",
  650. component: () => import("../views/activit-release.vue"),
  651. meta: {
  652. title: "发布活动", // 页面标题title
  653. },
  654. },
  655. // // 招聘
  656. // {
  657. // path: '/recruit-tab-list',
  658. // component: () => import('../views/recruit-tab-list.vue'),
  659. // meta: {
  660. // title: '招聘', // 页面标题title
  661. // },
  662. // },
  663. // // 招聘-详情
  664. // {
  665. // path: '/recruit-details',
  666. // component: () => import('../views/recruit-details.vue'),
  667. // meta: {
  668. // title: '招聘-详情', // 页面标题title
  669. // },
  670. // },
  671. // // 招聘-联系HR
  672. // {
  673. // path: '/recruit-contact',
  674. // component: () => import('../views/recruit-contact.vue'),
  675. // meta: {
  676. // title: '联系HR', // 页面标题title
  677. // },
  678. // },
  679. // // 招聘-搜索
  680. // {
  681. // path: '/recruit-search',
  682. // component: () => import('../views/recruit-search.vue'),
  683. // meta: {
  684. // title: '搜索', // 页面标题title
  685. // },
  686. // },
  687. // // 招聘
  688. // {
  689. // path: '/recruit',
  690. // component: () => import('../views/recruit.vue'),
  691. // meta: {
  692. // title: '招聘', // 页面标题title
  693. // keepAlive: true, // 开启缓存
  694. // // 仅前往这些页面时缓存
  695. // toPagesKeep: [
  696. // '/recruit-details',
  697. // '/search',
  698. // '/contact',
  699. // ],
  700. // },
  701. // },
  702. // // 招聘-我的发布
  703. // {
  704. // path: '/recruit-my-release',
  705. // component: () => import('../views/recruit-my-release.vue'),
  706. // meta: {
  707. // title: '招聘-我的发布', // 页面标题title
  708. // },
  709. // },
  710. // // 招聘-我的收藏
  711. // {
  712. // path: '/recruit-my-collection',
  713. // component: () => import('../views/recruit-my-collection.vue'),
  714. // meta: {
  715. // title: '招聘-我的收藏', // 页面标题title
  716. // },
  717. // },
  718. // // 招聘-浏览记录
  719. // {
  720. // path: '/recruit-browse-records',
  721. // component: () => import('../views/recruit-browse-records.vue'),
  722. // meta: {
  723. // title: '招聘-浏览记录', // 页面标题title
  724. // },
  725. // },
  726. // // 商品
  727. // {
  728. // path: "/product",
  729. // component: () => import("../views/product.vue"),
  730. // meta: {
  731. // title: "商品", // 页面标题title
  732. // },
  733. // },
  734. // // 商品
  735. // {
  736. // path: "/product-tab-list",
  737. // component: () => import("../views/product-tab-list.vue"),
  738. // meta: {
  739. // title: "商品", // 页面标题title
  740. // },
  741. // },
  742. // // 商品-确认订单
  743. // {
  744. // path: "/product-confirm-order",
  745. // component: () => import("../views/product-confirm-order.vue"),
  746. // meta: {
  747. // title: "确认订单", // 页面标题title
  748. // },
  749. // },
  750. // // 商品-购物车确认订单
  751. // {
  752. // path: "/product-cart-confirm-order",
  753. // component: () => import("../views/product-cart-confirm-order.vue"),
  754. // meta: {
  755. // title: "确认订单", // 页面标题title
  756. // },
  757. // },
  758. // // 商品-收货地址
  759. // {
  760. // path: "/product-address",
  761. // component: () => import("../views/product-address.vue"),
  762. // meta: {
  763. // title: "收货地址", // 页面标题title
  764. // },
  765. // },
  766. // // 商品-收货地址-添加
  767. // {
  768. // path: "/product-address-add",
  769. // component: () => import("../views/product-address-add.vue"),
  770. // meta: {
  771. // title: "收货地址-添加", // 页面标题title
  772. // },
  773. // },
  774. // // 商品-购物车
  775. // {
  776. // path: "/product-address-shopping-cart",
  777. // component: () => import("../views/product-address-shopping-cart.vue"),
  778. // meta: {
  779. // title: "购物车", // 页面标题title
  780. // },
  781. // },
  782. // // 商品详情
  783. // {
  784. // path: "/product-details",
  785. // component: () => import("../views/product-details.vue"),
  786. // meta: {
  787. // title: "商品详情", // 页面标题title
  788. // },
  789. // },
  790. // // 商品-搜索
  791. // {
  792. // path: "/product-search",
  793. // component: () => import("../views/product-search.vue"),
  794. // meta: {
  795. // title: "搜索", // 页面标题title
  796. // keepAlive: true, // 开启缓存
  797. // // 仅前往这些页面时缓存
  798. // toPagesKeep: ["/product-details"],
  799. // },
  800. // },
  801. // // 商品-客服
  802. // {
  803. // path: "/product-customer-service",
  804. // component: () => import("../views/product-customer-service.vue"),
  805. // meta: {
  806. // title: "客服", // 页面标题title
  807. // },
  808. // },
  809. // // 商品-联系我们
  810. // {
  811. // path: "/product-contact",
  812. // component: () => import("../views/product-contact.vue"),
  813. // meta: {
  814. // title: "联系我们", // 页面标题title
  815. // },
  816. // },
  817. // // 商品-订单详情
  818. // {
  819. // path: "/product-order-details",
  820. // component: () => import("../views/product-order-details.vue"),
  821. // meta: {
  822. // title: "订单详情", // 页面标题title
  823. // },
  824. // },
  825. // // 商品-我的收藏
  826. // {
  827. // path: "/product-my-collection",
  828. // component: () => import("../views/product-my-collection.vue"),
  829. // meta: {
  830. // title: "我的收藏", // 页面标题title
  831. // },
  832. // },
  833. // // 商品-浏览记录
  834. // {
  835. // path: "/product-browse-records",
  836. // component: () => import("../views/product-browse-records.vue"),
  837. // meta: {
  838. // title: "浏览记录", // 页面标题title
  839. // },
  840. // },
  841. // // 商品-我的发布
  842. // {
  843. // path: "/product-my-release",
  844. // component: () => import("../views/product-my-release.vue"),
  845. // meta: {
  846. // title: "我的发布", // 页面标题title
  847. // },
  848. // },
  849. // // 商品-订单
  850. // {
  851. // path: "/product-order",
  852. // component: () => import("../views/product-order.vue"),
  853. // meta: {
  854. // title: "订单", // 页面标题title
  855. // },
  856. // },
  857. // // 新闻
  858. // {
  859. // path: '/news',
  860. // component: () => import('../views/news.vue'),
  861. // meta: {
  862. // title: '新闻', // 页面标题title
  863. // },
  864. // },
  865. // // 新闻
  866. // {
  867. // path: '/news-tab-list',
  868. // component: () => import('../views/news-tab-list.vue'),
  869. // meta: {
  870. // title: '新闻', // 页面标题title
  871. // },
  872. // },
  873. // // 举报
  874. // {
  875. // path: '/news-report',
  876. // component: () => import('../views/news-report.vue'),
  877. // meta: {
  878. // title: '举报', // 页面标题title
  879. // },
  880. // },
  881. // // 新闻详情
  882. // {
  883. // path: '/news-details',
  884. // component: () => import('../views/news-details.vue'),
  885. // meta: {
  886. // title: '新闻详情', // 页面标题title
  887. // toTop: true,
  888. // },
  889. // },
  890. // // 新闻搜索
  891. // {
  892. // path: '/news-search',
  893. // component: () => import('../views/news-search.vue'),
  894. // meta: {
  895. // title: '搜索', // 页面标题title
  896. // },
  897. // },
  898. // // 新闻-我的收藏
  899. // {
  900. // path: '/news-my-collection',
  901. // component: () => import('../views/news-my-collection.vue'),
  902. // meta: {
  903. // title: '我的收藏', // 页面标题title
  904. // },
  905. // },
  906. // // 新闻-浏览记录
  907. // {
  908. // path: '/news-browse-records',
  909. // component: () => import('../views/news-browse-records.vue'),
  910. // meta: {
  911. // title: '浏览记录', // 页面标题title
  912. // },
  913. // },
  914. // // 新闻-我的评论
  915. // {
  916. // path: '/news-my-comments',
  917. // component: () => import('../views/news-my-comments.vue'),
  918. // meta: {
  919. // title: '我的评论', // 页面标题title
  920. // },
  921. // },
  922. // // 新闻-评论我的
  923. // {
  924. // path: '/news-comments-to-my',
  925. // component: () => import('../views/news-comments-to-my.vue'),
  926. // meta: {
  927. // title: '评论我的', // 页面标题title
  928. // },
  929. // },
  930. // // 联系我们
  931. // {
  932. // path: '/news-contact',
  933. // component: () => import('../views/news-contact.vue'),
  934. // meta: {
  935. // title: '联系我们', // 页面标题title
  936. // },
  937. // },
  938. // // 新闻-我的回复
  939. // {
  940. // path: '/news-my-reply',
  941. // component: () => import('../views/news-my-reply.vue'),
  942. // meta: {
  943. // title: '新闻-我的回复', // 页面标题title
  944. // },
  945. // },
  946. // // 新闻-回复我的
  947. // {
  948. // path: '/news-reply-to-me',
  949. // component: () => import('../views/news-reply-to-me.vue'),
  950. // meta: {
  951. // title: '新闻-回复我的', // 页面标题title
  952. // },
  953. // },
  954. // // 新闻-我的点赞
  955. // {
  956. // path: '/news-my-likes',
  957. // component: () => import('../views/news-my-likes.vue'),
  958. // meta: {
  959. // title: '新闻-我的点赞', // 页面标题title
  960. // },
  961. // },
  962. // 热搜
  963. {
  964. path: "/hot-search",
  965. component: () => import("../views/hot-search/hot-search.vue"),
  966. meta: {
  967. title: "热搜", // 页面标题title
  968. showTabbar: true, // 显示tabbar
  969. // keepAlive: true, // 默认开启缓存,防止第一次缓存失败
  970. },
  971. },
  972. // {
  973. // path: "/hot-search",
  974. // component: () => import("../views/hot-search.vue"),
  975. // meta: {
  976. // title: "热搜", // 页面标题title
  977. // showTabbar: true, // 显示tabbar
  978. // // keepAlive: true, // 默认开启缓存,防止第一次缓存失败
  979. // },
  980. // },
  981. // // 需求
  982. // {
  983. // path: '/demand',
  984. // component: () => import('../views/demand.vue'),
  985. // meta: {
  986. // title: '需求', // 页面标题title
  987. // },
  988. // },
  989. // // 需求
  990. // {
  991. // path: '/demand-tab-list',
  992. // component: () => import('../views/demand-tab-list.vue'),
  993. // meta: {
  994. // title: '需求', // 页面标题title
  995. // },
  996. // },
  997. // // 需求-搜索
  998. // {
  999. // path: '/demand-search',
  1000. // component: () => import('../views/demand-search.vue'),
  1001. // meta: {
  1002. // title: '搜索', // 页面标题title
  1003. // },
  1004. // },
  1005. // // 需求-发布
  1006. // {
  1007. // path: '/demand-release',
  1008. // component: () => import('../views/demand-release.vue'),
  1009. // meta: {
  1010. // title: '发布需求', // 页面标题title
  1011. // },
  1012. // },
  1013. // // 需求-发布-填写
  1014. // {
  1015. // path: '/demand-release-write',
  1016. // component: () => import('../views/demand-release-write.vue'),
  1017. // meta: {
  1018. // title: '发布需求-填写', // 页面标题title
  1019. // },
  1020. // },
  1021. // // 需求-结果
  1022. // {
  1023. // path: '/demand-result',
  1024. // component: () => import('../views/demand-result.vue'),
  1025. // meta: {
  1026. // title: '发布结果', // 页面标题title
  1027. // },
  1028. // },
  1029. // // 需求-详情
  1030. // {
  1031. // path: '/demand-details',
  1032. // component: () => import('../views/demand-details.vue'),
  1033. // meta: {
  1034. // title: '需求详情', // 页面标题title
  1035. // },
  1036. // },
  1037. // // 需求-详情-我的
  1038. // {
  1039. // path: '/demand-details-my',
  1040. // component: () => import('../views/demand-details-my.vue'),
  1041. // meta: {
  1042. // title: '需求详情', // 页面标题title
  1043. // },
  1044. // },
  1045. // // 需求-浏览记录
  1046. // {
  1047. // path: '/demand-browse-records',
  1048. // component: () => import('../views/demand-browse-records.vue'),
  1049. // meta: {
  1050. // title: '浏览记录', // 页面标题title
  1051. // },
  1052. // },
  1053. // // 需求-我的发布
  1054. // {
  1055. // path: '/demand-my-release',
  1056. // component: () => import('../views/demand-my-release.vue'),
  1057. // meta: {
  1058. // title: '我的发布', // 页面标题title
  1059. // },
  1060. // },
  1061. // // 需求-我的收藏
  1062. // {
  1063. // path: '/demand-my-collection',
  1064. // component: () => import('../views/demand-my-collection.vue'),
  1065. // meta: {
  1066. // title: '我的收藏', // 页面标题title
  1067. // },
  1068. // },
  1069. // // 需求-我的评论
  1070. // {
  1071. // path: '/demand-my-comments',
  1072. // component: () => import('../views/demand-my-comments.vue'),
  1073. // meta: {
  1074. // title: '需求-我的评论', // 页面标题title
  1075. // },
  1076. // },
  1077. // // 需求-评论我的
  1078. // {
  1079. // path: '/demand-comment-on-my',
  1080. // component: () => import('../views/demand-comment-on-my.vue'),
  1081. // meta: {
  1082. // title: '需求-评论我的', // 页面标题title
  1083. // },
  1084. // },
  1085. // 全局搜索
  1086. {
  1087. path: "/global-search",
  1088. component: () => import("../views/global-search.vue"),
  1089. meta: {
  1090. title: "全局搜索", // 页面标题title
  1091. },
  1092. },
  1093. // 联系我们
  1094. {
  1095. path: "/contact-us",
  1096. component: () => import("../views/contact-us.vue"),
  1097. meta: {
  1098. title: "联系我们", // 页面标题title
  1099. },
  1100. },
  1101. // 我的反馈
  1102. {
  1103. path: "/feedback-my",
  1104. component: () => import("../views/feedback-my.vue"),
  1105. meta: {
  1106. title: "我的反馈", // 页面标题title
  1107. },
  1108. },
  1109. // 反馈情况
  1110. {
  1111. path: "/feedback-situation",
  1112. component: () => import("../views/feedback-situation.vue"),
  1113. meta: {
  1114. title: "反馈情况", // 页面标题title
  1115. },
  1116. },
  1117. // 消息
  1118. {
  1119. path: "/message",
  1120. component: () => import("../views/message.vue"),
  1121. meta: {
  1122. title: "消息", // 页面标题title
  1123. keepAlive: true, // 开启缓存
  1124. // 仅前往这些页面时缓存
  1125. toPagesKeep: ["/message-info"],
  1126. },
  1127. },
  1128. // 消息
  1129. {
  1130. path: "/message-info",
  1131. component: () => import("../views/message-info.vue"),
  1132. meta: {
  1133. title: "消息详情", // 页面标题title
  1134. },
  1135. },
  1136. // // 学习服务-图文-历史
  1137. // {
  1138. // path: '/learning-services-image-text-history',
  1139. // component: () => import('../views/learning-services-image-text-history.vue'),
  1140. // meta: {
  1141. // title: '学习服务-图文-历史', // 页面标题title
  1142. // },
  1143. // },
  1144. // // 学习服务-图文-回复我的
  1145. // {
  1146. // path: '/learning-services-image-text-reply-to-me',
  1147. // component: () => import('../views/learning-services-image-text-reply-to-me.vue'),
  1148. // meta: {
  1149. // title: '学习服务-图文-历史', // 页面标题title
  1150. // },
  1151. // },
  1152. // // 学习服务-图文-我的回复
  1153. // {
  1154. // path: '/learning-services-image-text-my-reply',
  1155. // component: () => import('../views/learning-services-image-text-my-reply.vue'),
  1156. // meta: {
  1157. // title: '学习服务-图文-我的回复', // 页面标题title
  1158. // },
  1159. // },
  1160. // // 学习服务-图文-我的已购
  1161. // {
  1162. // path: '/learning-services-image-text-my-purchased',
  1163. // component: () => import('../views/learning-services-image-text-my-purchased.vue'),
  1164. // meta: {
  1165. // title: '学习服务-图文-我的已购', // 页面标题title
  1166. // },
  1167. // },
  1168. // // 学习服务-图文-我的评论
  1169. // {
  1170. // path: '/learning-services-image-text-my-comments',
  1171. // component: () => import('../views/learning-services-image-text-my-comments.vue'),
  1172. // meta: {
  1173. // title: '学习服务-图文-我的评论', // 页面标题title
  1174. // },
  1175. // },
  1176. // // 学习服务-图文-我的收藏
  1177. // {
  1178. // path: '/learning-services-image-text-my-collection',
  1179. // component: () => import('../views/learning-services-image-text-my-collection.vue'),
  1180. // meta: {
  1181. // title: '学习服务-图文-我的收藏', // 页面标题title
  1182. // },
  1183. // },
  1184. // // 学习服务-图文-我的发布
  1185. // {
  1186. // path: '/learning-services-image-text-my-release',
  1187. // component: () => import('../views/learning-services-image-text-my-release.vue'),
  1188. // meta: {
  1189. // title: '学习服务-图文-我的发布', // 页面标题title
  1190. // },
  1191. // },
  1192. // // 学习服务-图文-我的点赞
  1193. // {
  1194. // path: '/learning-services-image-text-my-likes',
  1195. // component: () => import('../views/learning-services-image-text-my-likes.vue'),
  1196. // meta: {
  1197. // title: '学习服务-图文-我的点赞', // 页面标题title
  1198. // },
  1199. // },
  1200. // // 学习服务-图文-评论我的
  1201. // {
  1202. // path: '/learning-services-comment-on-my',
  1203. // component: () => import('../views/learning-services-comment-on-my.vue'),
  1204. // meta: {
  1205. // title: '学习服务-图文-评论我的', // 页面标题title
  1206. // },
  1207. // },
  1208. // 学习服务-视频-我的下载
  1209. {
  1210. path: "/learning-services-video-my-downloads",
  1211. component: () =>
  1212. import("../views/learning-services-video-my-downloads.vue"),
  1213. meta: {
  1214. title: "学习服务-视频-我的下载", // 页面标题title
  1215. },
  1216. },
  1217. // // 学习服务-视频-我的点赞
  1218. // {
  1219. // path: '/learning-services-video-my-likes',
  1220. // component: () => import('../views/learning-services-video-my-likes.vue'),
  1221. // meta: {
  1222. // title: '学习服务-视频-我的点赞', // 页面标题title
  1223. // },
  1224. // },
  1225. // // 学习服务-视频-学习历史
  1226. // {
  1227. // path: '/learning-services-video-history',
  1228. // component: () => import('../views/learning-services-video-history.vue'),
  1229. // meta: {
  1230. // title: '学习服务-视频-学习历史', // 页面标题title
  1231. // },
  1232. // },
  1233. // // 学习服务-视频-回复我的
  1234. // {
  1235. // path: '/learning-services-video-reply-to-me',
  1236. // component: () => import('../views/learning-services-video-reply-to-me.vue'),
  1237. // meta: {
  1238. // title: '学习服务-视频-回复我的', // 页面标题title
  1239. // },
  1240. // },
  1241. // // 学习服务-视频-我的回复
  1242. // {
  1243. // path: '/learning-services-video-my-reply',
  1244. // component: () => import('../views/learning-services-video-my-reply.vue'),
  1245. // meta: {
  1246. // title: '学习服务-视频-我的回复', // 页面标题title
  1247. // },
  1248. // },
  1249. // // 学习服务-视频-我的已购
  1250. // {
  1251. // path: '/learning-services-video-my-purchased',
  1252. // component: () => import('../views/learning-services-video-my-purchased.vue'),
  1253. // meta: {
  1254. // title: '学习服务-视频-我的已购', // 页面标题title
  1255. // },
  1256. // },
  1257. // // 学习服务-视频-我的收藏
  1258. // {
  1259. // path: '/learning-services-video-my-collection',
  1260. // component: () => import('../views/learning-services-video-my-collection.vue'),
  1261. // meta: {
  1262. // title: '学习服务-视频-我的收藏', // 页面标题title
  1263. // },
  1264. // },
  1265. // // 学习服务-视频-我的评论
  1266. // {
  1267. // path: '/learning-services-video-my-comments',
  1268. // component: () => import('../views/learning-services-video-my-comments.vue'),
  1269. // meta: {
  1270. // title: '学习服务-视频-我的评论', // 页面标题title
  1271. // },
  1272. // },
  1273. // // 学习服务-视频-我的发布
  1274. // {
  1275. // path: '/learning-services-video-my-release',
  1276. // component: () => import('../views/learning-services-video-my-release.vue'),
  1277. // meta: {
  1278. // title: '学习服务-视频-我的发布', // 页面标题title
  1279. // },
  1280. // },
  1281. // // 学习服务-视频-评论我的
  1282. // {
  1283. // path: '/learning-services-video-comment-on-my',
  1284. // component: () => import('../views/learning-services-video-comment-on-my.vue'),
  1285. // meta: {
  1286. // title: '学习服务-视频-评论我的', // 页面标题title
  1287. // },
  1288. // },
  1289. // // 学习服务-资料-我的下载
  1290. // {
  1291. // path: '/learning-services-information-my-downloads',
  1292. // component: () => import('../views/learning-services-information-my-downloads.vue'),
  1293. // meta: {
  1294. // title: '学习服务-资料-我的下载', // 页面标题title
  1295. // },
  1296. // },
  1297. // // 学习服务-资料-学习历史
  1298. // {
  1299. // path: '/learning-services-information-history',
  1300. // component: () => import('../views/learning-services-information-history.vue'),
  1301. // meta: {
  1302. // title: '学习服务-资料-学习历史', // 页面标题title
  1303. // },
  1304. // },
  1305. // // 学习服务-资料-我的收藏
  1306. // {
  1307. // path: '/learning-services-information-my-collection',
  1308. // component: () => import('../views/learning-services-information-my-collection.vue'),
  1309. // meta: {
  1310. // title: '学习服务-资料-我的收藏', // 页面标题title
  1311. // },
  1312. // },
  1313. // 学习服务-资料-我的发布
  1314. {
  1315. path: "/learning-services-information-my-release",
  1316. component: () =>
  1317. import("../views/learning-services-information-my-release.vue"),
  1318. meta: {
  1319. title: "学习服务-资料-我的发布", // 页面标题title
  1320. },
  1321. },
  1322. // 联系我们
  1323. {
  1324. path: "/contact",
  1325. component: () => import("../views/contact.vue"),
  1326. meta: {
  1327. title: "联系我们", // 页面标题title
  1328. },
  1329. },
  1330. // 在线客服
  1331. {
  1332. path: "/contact-online",
  1333. component: () => import("../views/contact-online.vue"),
  1334. meta: {
  1335. title: "在线客服", // 页面标题title
  1336. },
  1337. },
  1338. // PPT预览
  1339. {
  1340. path: "/ppt-view",
  1341. component: () => import("../views/ppt-view.vue"),
  1342. meta: {
  1343. title: "PPT预览", // 页面标题title
  1344. },
  1345. },
  1346. // 富文本编辑
  1347. {
  1348. path: "/app-rich-text",
  1349. component: () => import("../views/app-rich-text.vue"),
  1350. meta: {
  1351. title: "富文本编辑", // 页面标题title
  1352. },
  1353. },
  1354. // 富文本编辑
  1355. {
  1356. path: "/rich-text-view",
  1357. component: () => import("../views/rich-text-view.vue"),
  1358. meta: {
  1359. title: "富文本", // 页面标题title
  1360. },
  1361. },
  1362. // // PDF预览
  1363. {
  1364. path: "/pdf-view",
  1365. component: () => import("../views/pdf.vue"),
  1366. meta: {
  1367. title: "PDF预览", // 页面标题title
  1368. },
  1369. },
  1370. // PDF预览
  1371. // {
  1372. // path: "/pdf-view",
  1373. // component: () => import("../views/pdf/pdf-view-radius.vue"),
  1374. // meta: {
  1375. // title: "PDF预览", // 页面标题title
  1376. // },
  1377. // },
  1378. // // 图文模块-合集列表
  1379. // {
  1380. // path: '/image-text-collection-list',
  1381. // component: () => import('../views/image-text-collection-list.vue'),
  1382. // meta: {
  1383. // title: '合集列表', // 页面标题title
  1384. // },
  1385. // },
  1386. // // 资料模块-合集列表
  1387. // {
  1388. // path: '/information-collection-list',
  1389. // component: () => import('../views/information-collection-list.vue'),
  1390. // meta: {
  1391. // title: '合集列表', // 页面标题title
  1392. // },
  1393. // },
  1394. // 资料模块-压缩包打开
  1395. {
  1396. path: "/compressed-package-open",
  1397. component: () => import("../views/compressed-package-open.vue"),
  1398. meta: {
  1399. title: "压缩包打开", // 页面标题title
  1400. },
  1401. },
  1402. // 全局搜索新(资料,图文,视频)
  1403. {
  1404. path: "/global-search2",
  1405. component: () => import("../views/global-search2.vue"),
  1406. meta: {
  1407. title: "搜索结果", // 页面标题title
  1408. },
  1409. },
  1410. // 企业用户请绑定手机号
  1411. {
  1412. path: "/bind-mobile-phone-number",
  1413. component: () => import("../views/bind-mobile-phone-number.vue"),
  1414. meta: {
  1415. title: "企业用户请绑定手机号", // 页面标题title
  1416. },
  1417. },
  1418. // // 个人中心-资料-我的订阅
  1419. // {
  1420. // path: '/learning-services-information-my-subscriptions',
  1421. // component: () => import('../views/learning-services-information-my-subscriptions.vue'),
  1422. // meta: {
  1423. // title: '我的订阅', // 页面标题title
  1424. // },
  1425. // },
  1426. // // 个人中心-图文-我的订阅
  1427. // {
  1428. // path: '/learning-services-image-text-my-subscriptions',
  1429. // component: () => import('../views/learning-services-image-text-my-subscriptions.vue'),
  1430. // meta: {
  1431. // title: '我的订阅', // 页面标题title
  1432. // },
  1433. // },
  1434. // // 个人中心-视频-我的追番
  1435. // {
  1436. // path: '/learning-services-video-my-catch-up',
  1437. // component: () => import('../views/learning-services-video-my-catch-up.vue'),
  1438. // meta: {
  1439. // title: '我的追番', // 页面标题title
  1440. // },
  1441. // },
  1442. // 首页
  1443. {
  1444. path: "/pdf",
  1445. component: () => import("../views/pdf/index.vue"),
  1446. meta: {
  1447. title: "PDF", // 页面标题ti.footer-wrap>button tle
  1448. },
  1449. },
  1450. // // 个人中心-资料-点赞我的
  1451. // {
  1452. // path: '/learning-services-information-like-me',
  1453. // component: () => import('../views/learning-services-information-like-me.vue'),
  1454. // meta: {
  1455. // title: '点赞我的', // 页面标题title
  1456. // },
  1457. // },
  1458. // // 个人中心-资料-回复我的
  1459. // {
  1460. // path: '/learning-services-information-reply-to-me',
  1461. // component: () => import('../views/learning-services-information-reply-to-me.vue'),
  1462. // meta: {
  1463. // title: '回复我的', // 页面标题title
  1464. // },
  1465. // },
  1466. // // 个人中心-资料-评论我的
  1467. // {
  1468. // path: '/learning-services-information-comment-on-my',
  1469. // component: () => import('../views/learning-services-information-comment-on-my.vue'),
  1470. // meta: {
  1471. // title: '评论我的', // 页面标题title
  1472. // },
  1473. // },
  1474. // 新增
  1475. // // 个人中心-资料-我的点赞
  1476. // {
  1477. // path: '/learning-services-information-my-likes',
  1478. // component: () => import('../views/learning-services-information-my-likes.vue'),
  1479. // meta: {
  1480. // title: '我的点赞', // 页面标题title
  1481. // },
  1482. // },
  1483. // // 个人中心-资料-我的回复
  1484. // {
  1485. // path: '/learning-services-information-my-reply',
  1486. // component: () => import('../views/learning-services-information-my-reply.vue'),
  1487. // meta: {
  1488. // title: '我的回复', // 页面标题title
  1489. // },
  1490. // },
  1491. // // 个人中心-资料-我的评论
  1492. // {
  1493. // path: '/learning-services-information-my-comments',
  1494. // component: () => import('../views/learning-services-information-my-comments.vue'),
  1495. // meta: {
  1496. // title: '我的评论', // 页面标题title
  1497. // },
  1498. // },
  1499. // // 个人中心-图文-点赞我的
  1500. // {
  1501. // path: '/learning-services-image-text-like-me',
  1502. // component: () => import('../views/learning-services-image-text-like-me.vue'),
  1503. // meta: {
  1504. // title: '点赞我的', // 页面标题title
  1505. // },
  1506. // },
  1507. // // 个人中心-视频-点赞我的
  1508. // {
  1509. // path: '/learning-services-video-like-me',
  1510. // component: () => import('../views/learning-services-video-like-me.vue'),
  1511. // meta: {
  1512. // title: '点赞我的', // 页面标题title
  1513. // },
  1514. // },
  1515. // 全局搜索最新
  1516. {
  1517. path: "/global-search-new",
  1518. component: () => import("../views/global-search-new.vue"),
  1519. meta: {
  1520. title: "搜索结果", // 页面标题title
  1521. },
  1522. },
  1523. ];
  1524. const router = new VueRouter({
  1525. mode: "hash",
  1526. // mode: 'history',
  1527. routes,
  1528. });
  1529. let disabledKeydown = false;
  1530. export const disabledKeydownFn = (bl) => (disabledKeydown = bl);
  1531. document.addEventListener("keydown", (e) => {
  1532. if (disabledKeydown) {
  1533. e.preventDefault();
  1534. }
  1535. });
  1536. router.beforeEach((to, from, next) => {
  1537. /* 路由发生变化修改页面title */
  1538. // 判断连接是否带token
  1539. if (to.query.token) {
  1540. localStorage.setItem("token", to.query.token);
  1541. }
  1542. // 判断是否APP打开
  1543. if (to.query.platform) {
  1544. localStorage.setItem("APP_OPEN", to.query.platform);
  1545. }
  1546. if (to.meta.title) {
  1547. document.title = to.meta.title;
  1548. }
  1549. if (to.path === "/forum-release-issues") {
  1550. setCopyFlag(true);
  1551. } else {
  1552. setCopyFlag(false);
  1553. }
  1554. if (to.path === "/login") {
  1555. to.params.from_path = from.path;
  1556. }
  1557. disabledKeydown = [
  1558. "/image-text-details", // 图文
  1559. "/information-details", // 资料
  1560. "/ppt-view", // 查看ppt
  1561. ].includes(to.path);
  1562. // 监听路由中的code
  1563. getUrlCode(location.href);
  1564. if (!to.meta.keepAlive) window.scrollTo(0, 0);
  1565. next();
  1566. });
  1567. // 重写back()方法,没有页面时则返回首页
  1568. router.back = () => {
  1569. const currentPage = location.hash.split("#").join("").split("?")[0];
  1570. if (localStorage.getItem("APP_OPEN")) {
  1571. const openPages = [
  1572. "/video-tab-list",
  1573. "/image-text-tab-list",
  1574. "/information-tab-list",
  1575. "/video-my-release",
  1576. "/image-text-my-release",
  1577. "/informationmy-my-releaset",
  1578. ];
  1579. try {
  1580. if (
  1581. localStorage.getItem("APP_OPEN") === "ios" &&
  1582. openPages.includes(currentPage)
  1583. ) {
  1584. window.webkit.messageHandlers.h5PageBack.postMessage("h5_page_back");
  1585. }
  1586. } catch (e) {
  1587. console.error(e);
  1588. }
  1589. setTimeout(() => {
  1590. window.history.back();
  1591. }, 100);
  1592. return;
  1593. }
  1594. if (
  1595. window.history &&
  1596. (window.history.length <= 1 || window.history.state === null)
  1597. ) {
  1598. router.push("/");
  1599. } else {
  1600. router.go(-1);
  1601. }
  1602. };
  1603. export default router;