pages.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/home",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/index/my",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. },
  15. {
  16. "path": "pages/index/template",
  17. "style": {
  18. "navigationBarTitleText": "模板"
  19. }
  20. }
  21. ],
  22. "subPackages": [
  23. {
  24. "root": "pages/set",
  25. "pages": [
  26. {
  27. "path": "index",
  28. "style": {
  29. "navigationBarTitleText": "设置"
  30. }
  31. },
  32. {
  33. "path": "general",
  34. "style": {
  35. "navigationBarTitleText": "通用设置"
  36. }
  37. },
  38. {
  39. "path": "notice",
  40. "style": {
  41. "navigationBarTitleText": "通知设置"
  42. }
  43. },
  44. {
  45. "path": "about",
  46. "style": {
  47. "navigationBarTitleText": ""
  48. }
  49. },
  50. {
  51. "path": "cs",
  52. "style": {
  53. "navigationBarTitleText": "联系客服"
  54. }
  55. }
  56. ]
  57. },
  58. {
  59. "root": "pages/user",
  60. "pages": [
  61. {
  62. "path": "edit",
  63. "style": {
  64. "navigationBarTitleText": "编辑资料"
  65. }
  66. },
  67. {
  68. "path": "edit-name",
  69. "style": {
  70. "navigationStyle": "custom"
  71. }
  72. },
  73. {
  74. "path": "edit-description",
  75. "style": {
  76. "navigationStyle": "custom"
  77. }
  78. },
  79. {
  80. "path": "login",
  81. "style": {
  82. "navigationStyle": "custom",
  83. "disableScroll": true
  84. }
  85. }
  86. ]
  87. },
  88. {
  89. "root": "pages/demo",
  90. "pages": [
  91. {
  92. "path": "basic/text",
  93. "style": {
  94. "navigationBarTitleText": "Text 文本"
  95. }
  96. },
  97. {
  98. "path": "basic/button",
  99. "style": {
  100. "navigationBarTitleText": "Button 按钮"
  101. }
  102. },
  103. {
  104. "path": "basic/image",
  105. "style": {
  106. "navigationBarTitleText": "Image 图片"
  107. }
  108. },
  109. {
  110. "path": "basic/icon",
  111. "style": {
  112. "navigationBarTitleText": "Icon 图标"
  113. }
  114. },
  115. {
  116. "path": "basic/tag",
  117. "style": {
  118. "navigationBarTitleText": "Tag 标签"
  119. }
  120. },
  121. {
  122. "path": "form/form",
  123. "style": {
  124. "navigationBarTitleText": "Form 表单验证"
  125. }
  126. },
  127. {
  128. "path": "form/input",
  129. "style": {
  130. "navigationBarTitleText": "Input 输入框"
  131. }
  132. },
  133. {
  134. "path": "form/textarea",
  135. "style": {
  136. "navigationBarTitleText": "Textarea 文本域"
  137. }
  138. },
  139. {
  140. "path": "form/input-number",
  141. "style": {
  142. "navigationBarTitleText": "InputNumber 计数器"
  143. }
  144. },
  145. {
  146. "path": "form/input-otp",
  147. "style": {
  148. "navigationBarTitleText": "InputOtp 口令输入"
  149. }
  150. },
  151. {
  152. "path": "form/keyboard",
  153. "style": {
  154. "navigationBarTitleText": "Keyboard 键盘"
  155. }
  156. },
  157. {
  158. "path": "form/radio",
  159. "style": {
  160. "navigationBarTitleText": "Radio 单选框"
  161. }
  162. },
  163. {
  164. "path": "form/checkbox",
  165. "style": {
  166. "navigationBarTitleText": "Checkbox 多选框"
  167. }
  168. },
  169. {
  170. "path": "form/switch",
  171. "style": {
  172. "navigationBarTitleText": "Switch 开关"
  173. }
  174. },
  175. {
  176. "path": "form/rate",
  177. "style": {
  178. "navigationBarTitleText": "Rate 评分"
  179. }
  180. },
  181. {
  182. "path": "form/slider",
  183. "style": {
  184. "navigationBarTitleText": "Slider 滑块"
  185. }
  186. },
  187. {
  188. "path": "form/select",
  189. "style": {
  190. "navigationBarTitleText": "Select 选择器"
  191. }
  192. },
  193. {
  194. "path": "form/select-date",
  195. "style": {
  196. "navigationBarTitleText": "SelectDate 日期选择器"
  197. }
  198. },
  199. {
  200. "path": "form/select-time",
  201. "style": {
  202. "navigationBarTitleText": "SelectTime 时间选择器"
  203. }
  204. },
  205. {
  206. "path": "form/cascader",
  207. "style": {
  208. "navigationBarTitleText": "Cascader 级联选择器"
  209. }
  210. },
  211. {
  212. "path": "form/upload",
  213. "style": {
  214. "navigationBarTitleText": "Upload 文件上传"
  215. }
  216. },
  217. {
  218. "path": "form/calendar",
  219. "style": {
  220. "navigationBarTitleText": "Calendar 日历"
  221. }
  222. },
  223. {
  224. "path": "layout/flex",
  225. "style": {
  226. "navigationBarTitleText": "Flex 弹性布局"
  227. }
  228. },
  229. {
  230. "path": "layout/tabs",
  231. "style": {
  232. "navigationBarTitleText": "Tabs 标签页"
  233. }
  234. },
  235. {
  236. "path": "layout/collapse",
  237. "style": {
  238. "navigationBarTitleText": "Collapse 折叠面板"
  239. }
  240. },
  241. {
  242. "path": "layout/sticky",
  243. "style": {
  244. "navigationBarTitleText": "Sticky 吸顶"
  245. }
  246. },
  247. {
  248. "path": "layout/topbar",
  249. "style": {
  250. "navigationBarTitleText": "TopBar 导航栏"
  251. }
  252. },
  253. {
  254. "path": "layout/float-view",
  255. "style": {
  256. "navigationBarTitleText": "FloatView 悬浮视图"
  257. }
  258. },
  259. {
  260. "path": "layout/footer",
  261. "style": {
  262. "navigationBarTitleText": "Footer 底部视图"
  263. }
  264. },
  265. {
  266. "path": "data/list",
  267. "style": {
  268. "navigationBarTitleText": "List 列表"
  269. }
  270. },
  271. {
  272. "path": "data/list-view",
  273. "style": {
  274. "navigationBarTitleText": "ListView 列表视图"
  275. }
  276. },
  277. {
  278. "path": "data/list-view-refresh",
  279. "style": {
  280. "navigationBarTitleText": "ListViewRefresh 列表刷新"
  281. }
  282. },
  283. {
  284. "path": "data/waterfall",
  285. "style": {
  286. "navigationBarTitleText": "Waterfall 瀑布流"
  287. }
  288. },
  289. {
  290. "path": "data/banner",
  291. "style": {
  292. "navigationBarTitleText": "Banner 轮播图"
  293. }
  294. },
  295. {
  296. "path": "data/pagination",
  297. "style": {
  298. "navigationBarTitleText": "Pagination 分页"
  299. }
  300. },
  301. {
  302. "path": "data/timeline",
  303. "style": {
  304. "navigationBarTitleText": "Timeline 时间轴"
  305. }
  306. },
  307. {
  308. "path": "data/avatar",
  309. "style": {
  310. "navigationBarTitleText": "Avatar 头像"
  311. }
  312. },
  313. {
  314. "path": "data/draggable",
  315. "style": {
  316. "navigationBarTitleText": "Draggable 拖拽"
  317. }
  318. },
  319. {
  320. "path": "data/filter-bar",
  321. "style": {
  322. "navigationBarTitleText": "FilterBar 筛选栏"
  323. }
  324. },
  325. {
  326. "path": "data/tree",
  327. "style": {
  328. "navigationBarTitleText": "Tree 树形结构"
  329. }
  330. },
  331. {
  332. "path": "status/badge",
  333. "style": {
  334. "navigationBarTitleText": "Badge 角标"
  335. }
  336. },
  337. {
  338. "path": "status/noticebar",
  339. "style": {
  340. "navigationBarTitleText": "NoticeBar 通知栏"
  341. }
  342. },
  343. {
  344. "path": "status/countdown",
  345. "style": {
  346. "navigationBarTitleText": "Countdown 倒计时"
  347. }
  348. },
  349. {
  350. "path": "status/progress",
  351. "style": {
  352. "navigationBarTitleText": "Progress 进度条"
  353. }
  354. },
  355. {
  356. "path": "status/progress-circle",
  357. "style": {
  358. "navigationBarTitleText": "ProgressCircle 圆形进度条"
  359. }
  360. },
  361. {
  362. "path": "status/skeleton",
  363. "style": {
  364. "navigationBarTitleText": "Skeleton 骨架图"
  365. }
  366. },
  367. {
  368. "path": "status/loadmore",
  369. "style": {
  370. "navigationBarTitleText": "LoadMore 加载更多"
  371. }
  372. },
  373. {
  374. "path": "status/rolling-number",
  375. "style": {
  376. "navigationBarTitleText": "RollingNumber 数字滚动"
  377. }
  378. },
  379. {
  380. "path": "feedback/action-sheet",
  381. "style": {
  382. "navigationBarTitleText": "ActionSheet 操作菜单"
  383. }
  384. },
  385. {
  386. "path": "feedback/popup",
  387. "style": {
  388. "navigationBarTitleText": "Popup 弹窗"
  389. }
  390. },
  391. {
  392. "path": "feedback/confirm",
  393. "style": {
  394. "navigationBarTitleText": "Confirm 确认框"
  395. }
  396. },
  397. {
  398. "path": "feedback/toast",
  399. "style": {
  400. "navigationBarTitleText": "Toast 提示框"
  401. }
  402. },
  403. {
  404. "path": "other/qrcode",
  405. "style": {
  406. "navigationBarTitleText": "QRCode 二维码"
  407. }
  408. },
  409. {
  410. "path": "other/sign",
  411. "style": {
  412. "navigationBarTitleText": "Sign 签名"
  413. }
  414. },
  415. {
  416. "path": "other/day-uts",
  417. "style": {
  418. "navigationBarTitleText": "DayUts 日期"
  419. }
  420. },
  421. {
  422. "path": "other/vibrate",
  423. "style": {
  424. "navigationBarTitleText": "Vibrate 震动"
  425. }
  426. },
  427. {
  428. "path": "other/cropper",
  429. "style": {
  430. "navigationBarTitleText": "Cropper 图片裁剪"
  431. }
  432. },
  433. {
  434. "path": "other/canvas",
  435. "style": {
  436. "navigationBarTitleText": "Canvas 画布"
  437. }
  438. },
  439. {
  440. "path": "other/svg",
  441. "style": {
  442. "navigationBarTitleText": "SVG 图标"
  443. }
  444. },
  445. {
  446. "path": "other/slide-verify",
  447. "style": {
  448. "navigationBarTitleText": "SlideVerify 滑动验证"
  449. }
  450. },
  451. {
  452. "path": "other/animate",
  453. "style": {
  454. "navigationBarTitleText": "Animate 动画"
  455. }
  456. }
  457. ]
  458. },
  459. {
  460. "root": "pages/template",
  461. "pages": [
  462. {
  463. "path": "shop/goods-category",
  464. "style": {
  465. "navigationBarTitleText": "商品分类"
  466. }
  467. },
  468. {
  469. "path": "shop/shopping-cart",
  470. "style": {
  471. "navigationStyle": "custom"
  472. }
  473. },
  474. {
  475. "path": "shop/address",
  476. "style": {
  477. "navigationBarTitleText": "收货地址",
  478. "enablePullDownRefresh": true
  479. }
  480. },
  481. {
  482. "path": "shop/address-edit",
  483. "style": {
  484. "navigationBarTitleText": "编辑地址"
  485. }
  486. }
  487. ]
  488. }
  489. ],
  490. "globalStyle": {
  491. "navigationBarTitleText": "cool-unix",
  492. "navigationBarTextStyle": "@navTextStyle",
  493. "backgroundColorContent": "@bgContentColor",
  494. "backgroundColor": "@bgColor",
  495. "navigationBarBackgroundColor": "@navBgColor"
  496. },
  497. "tabBar": {
  498. "custom": true,
  499. "color": "@tabColor",
  500. "selectedColor": "@tabSelectedColor",
  501. "backgroundColor": "@tabBgColor",
  502. "borderStyle": "@tabBorderStyle",
  503. "height": "60px",
  504. "list": [
  505. {
  506. "pagePath": "pages/index/home",
  507. "iconPath": "/static/icon/tabbar/home.png",
  508. "selectedIconPath": "/static/icon/tabbar/home2.png",
  509. "text": "首页"
  510. },
  511. {
  512. "pagePath": "pages/index/template",
  513. "iconPath": "/static/icon/tabbar/template.png",
  514. "selectedIconPath": "/static/icon/tabbar/template2.png",
  515. "text": "模板"
  516. },
  517. {
  518. "pagePath": "pages/index/my",
  519. "iconPath": "/static/icon/tabbar/my.png",
  520. "selectedIconPath": "/static/icon/tabbar/my2.png",
  521. "text": "我的"
  522. }
  523. ]
  524. },
  525. "uniIdRouter": {}
  526. }