navigation.js 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. /**
  2. * 页面展示列表数据
  3. */
  4. export default {
  5. data: [{
  6. title: '速立保首页',
  7. backgroundColor: 'tn-cool-bg-color-1',
  8. list: [{
  9. icon: 'code',
  10. title: '关于我们',
  11. url: '/homePages/about',
  12. author: '速立保'
  13. },{
  14. icon: 'code',
  15. title: '全局搜索',
  16. url: '/homePages/search',
  17. author: '速立保'
  18. },
  19. {
  20. icon: 'code',
  21. title: '今日热榜',
  22. url: '/homePages/hot',
  23. author: '速立保'
  24. },
  25. {
  26. icon: 'code',
  27. title: '前端业务',
  28. url: '/homePages/profession',
  29. author: '速立保'
  30. },
  31. {
  32. icon: 'code',
  33. title: '加载效果',
  34. url: '/homePages/loading',
  35. author: '速立保'
  36. }
  37. ]
  38. },
  39. {
  40. title: '酷炫圈子',
  41. backgroundColor: 'tn-cool-bg-color-1',
  42. list: [{
  43. icon: 'code',
  44. title: '博主_Me',
  45. url: '/circlePages/blogger',
  46. author: '速立保'
  47. },
  48. {
  49. icon: 'code',
  50. title: '博主_Ta',
  51. url: '/circlePages/blogger_other',
  52. author: '速立保'
  53. },
  54. {
  55. icon: 'code',
  56. title: '编辑发布',
  57. url: '/circlePages/edit',
  58. author: '速立保'
  59. },
  60. {
  61. icon: 'code',
  62. title: '广告页',
  63. url: '/circlePages/advertise',
  64. author: '速立保'
  65. },
  66. {
  67. icon: 'code',
  68. title: '资讯详情',
  69. url: '/circlePages/news',
  70. author: '速立保'
  71. },
  72. {
  73. icon: 'code',
  74. title: '名片王者',
  75. url: '/circlePages/king',
  76. author: '速立保'
  77. },
  78. {
  79. icon: 'code',
  80. title: '智能名片',
  81. url: '/circlePages/business',
  82. author: '速立保'
  83. },
  84. {
  85. icon: 'code',
  86. title: '精选圈子',
  87. url: '/circlePages/group',
  88. author: '速立保'
  89. },
  90. {
  91. icon: 'code',
  92. title: '积分排行',
  93. url: '/circlePages/ranking',
  94. author: '速立保'
  95. },
  96. {
  97. icon: 'code',
  98. title: '圈子详情',
  99. url: '/circlePages/details',
  100. author: '速立保'
  101. },
  102. {
  103. icon: 'code',
  104. title: '预约接龙',
  105. url: '/circlePages/reserve',
  106. author: '速立保'
  107. },
  108. {
  109. icon: 'code',
  110. title: '活动创建',
  111. url: '/circlePages/create',
  112. author: '速立保'
  113. },
  114. {
  115. icon: 'code',
  116. title: '打造圈子',
  117. url: '/circlePages/build',
  118. author: '速立保'
  119. },
  120. {
  121. icon: 'code',
  122. title: '一起群聊',
  123. url: '/circlePages/chat',
  124. author: '速立保'
  125. },
  126. {
  127. icon: 'code',
  128. title: '对话聊天',
  129. url: '/circlePages/chatting',
  130. author: '速立保'
  131. }
  132. ]
  133. },
  134. {
  135. title: '活动广场',
  136. backgroundColor: 'tn-cool-bg-color-1',
  137. list: [{
  138. icon: 'code',
  139. title: '地图打卡',
  140. url: '/activityPages/map',
  141. author: '速立保'
  142. },
  143. {
  144. icon: 'code',
  145. title: '快速答题',
  146. url: '/activityPages/topic',
  147. author: '速立保'
  148. },
  149. {
  150. icon: 'code',
  151. title: '课程学习',
  152. url: '/activityPages/study',
  153. author: '速立保'
  154. },
  155. {
  156. icon: 'code',
  157. title: '开源项目',
  158. url: '/activityPages/project',
  159. author: '速立保'
  160. },
  161. {
  162. icon: 'code',
  163. title: '活动星球',
  164. url: '/activityPages/planet',
  165. author: '速立保'
  166. }
  167. ]
  168. },
  169. {
  170. title: '商品优选',
  171. backgroundColor: 'tn-cool-bg-color-1',
  172. list: [{
  173. icon: 'code',
  174. title: '优质商家',
  175. url: '/preferredPages/shop',
  176. author: '速立保'
  177. },
  178. {
  179. icon: 'code',
  180. title: '商品详情',
  181. url: '/preferredPages/product',
  182. author: '速立保'
  183. },
  184. {
  185. icon: 'code',
  186. title: '历史订单',
  187. url: '/preferredPages/order',
  188. author: '速立保'
  189. },
  190. {
  191. icon: 'code',
  192. title: '商品分类',
  193. url: '/preferredPages/classify',
  194. author: '速立保'
  195. },
  196. {
  197. icon: 'code',
  198. title: '商家相册',
  199. url: '/preferredPages/photo',
  200. author: '速立保'
  201. },
  202. {
  203. icon: 'code',
  204. title: '品牌官网',
  205. url: '/preferredPages/website',
  206. author: '速立保'
  207. },
  208. {
  209. icon: 'code',
  210. title: '积分兑换',
  211. url: '/preferredPages/redeem',
  212. author: '速立保'
  213. },
  214. {
  215. icon: 'code',
  216. title: '免单活动',
  217. url: '/preferredPages/award',
  218. author: '速立保'
  219. },
  220. {
  221. icon: 'code',
  222. title: '免单获取',
  223. url: '/preferredPages/awardget',
  224. author: '速立保'
  225. }
  226. ]
  227. },
  228. {
  229. title: '关于我的',
  230. backgroundColor: 'tn-cool-bg-color-1',
  231. list: [{
  232. icon: 'code',
  233. title: '使用协议',
  234. url: '/minePages/protocol',
  235. author: '速立保'
  236. },
  237. {
  238. icon: 'code',
  239. title: '授权登录',
  240. url: '/minePages/login',
  241. author: '速立保'
  242. },
  243. {
  244. icon: 'code',
  245. title: '消息通知',
  246. url: '/minePages/message',
  247. author: '速立保'
  248. },
  249. {
  250. icon: 'code',
  251. title: '全局设置',
  252. url: '/minePages/set',
  253. author: '速立保'
  254. },
  255. {
  256. icon: 'code',
  257. title: '立即体验',
  258. url: '/minePages/start',
  259. author: '速立保'
  260. },
  261. {
  262. icon: 'code',
  263. title: '感谢名单',
  264. url: '/minePages/thanks',
  265. author: '速立保'
  266. },
  267. {
  268. icon: 'code',
  269. title: '版本更新',
  270. url: '/minePages/version',
  271. author: '速立保'
  272. },
  273. {
  274. icon: 'code',
  275. title: '帮助中心',
  276. url: '/minePages/help',
  277. author: '速立保'
  278. },
  279. {
  280. icon: 'code',
  281. title: '头像上传',
  282. url: '/minePages/avatar',
  283. author: '速立保'
  284. },
  285. {
  286. icon: 'code',
  287. title: '积分明细',
  288. url: '/minePages/integral',
  289. author: '速立保'
  290. },
  291. {
  292. icon: 'code',
  293. title: '积分签到',
  294. url: '/minePages/signed',
  295. author: '速立保'
  296. },
  297. {
  298. icon: 'code',
  299. title: '好物收藏',
  300. url: '/minePages/collect',
  301. author: '速立保'
  302. },
  303. {
  304. icon: 'code',
  305. title: '账号安全',
  306. url: '/minePages/safety',
  307. author: '速立保'
  308. },
  309. {
  310. icon: 'code',
  311. title: '赞赏支持',
  312. url: '/minePages/reward',
  313. author: '速立保'
  314. },
  315. {
  316. icon: 'code',
  317. title: '缺省页',
  318. url: '/minePages/default',
  319. author: '速立保'
  320. },
  321. {
  322. icon: 'code',
  323. title: '富文本',
  324. url: '/minePages/content',
  325. author: '速立保'
  326. }
  327. ]
  328. }
  329. ]
  330. }