pages.json 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  1. {
  2. "pages": [{
  3. "path": "pages/index",
  4. "style": {
  5. "navigationBarTitleText": "首页"
  6. }
  7. },
  8. {
  9. "path": "pages/mall",
  10. "style": {
  11. "navigationBarTitleText": "分类"
  12. }
  13. },
  14. {
  15. "path": "pages/service",
  16. "style": {
  17. "navigationBarTitleText": "售后"
  18. }
  19. },
  20. {
  21. "path": "pages/my",
  22. "style": {
  23. "navigationBarTitleText": "我的"
  24. }
  25. },
  26. {
  27. "path": "pages/map/index",
  28. "style": {
  29. "navigationBarTitleText": "地图"
  30. }
  31. },
  32. {
  33. "path": "pages/qrPage/index",
  34. "style": {
  35. "navigationBarTitleText": "二维码页面"
  36. }
  37. },
  38. {
  39. "path": "pages/test/index",
  40. "style": {
  41. "navigationBarTitleText": "接口测试页面"
  42. }
  43. },
  44. {
  45. "path": "pages/privicyPopup/index",
  46. "style": {
  47. "navigationBarTitleText": "隐私弹窗页面"
  48. }
  49. }
  50. ],
  51. "subPackages": [{
  52. "root": "pages/index",
  53. "pages": [{
  54. "path": "customMian_step1/index",
  55. "style": {
  56. "navigationBarTitleText": "",
  57. "enablePullDownRefresh": false
  58. }
  59. },
  60. {
  61. "path": "customNoMian_step1/index",
  62. "style": {
  63. "navigationBarTitleText": "",
  64. "enablePullDownRefresh": false
  65. }
  66. },
  67. {
  68. "path": "customNoMian_step2/index",
  69. "style": {
  70. "navigationBarTitleText": "",
  71. "enablePullDownRefresh": false
  72. }
  73. },
  74. {
  75. "path": "customMian/index",
  76. "style": {
  77. "navigationBarTitleText": "",
  78. "enablePullDownRefresh": false
  79. }
  80. },
  81. {
  82. "path": "mainDetail/index",
  83. "style": {
  84. "navigationBarTitleText": "",
  85. "enablePullDownRefresh": false
  86. }
  87. },
  88. {
  89. "path": "customNoMain/index",
  90. "style": {
  91. "navigationBarTitleText": "",
  92. "enablePullDownRefresh": false
  93. }
  94. },
  95. {
  96. "path": "productLead/index",
  97. "style": {
  98. "navigationBarTitleText": "",
  99. "enablePullDownRefresh": false
  100. }
  101. },
  102. {
  103. "path": "fullHouseWifi/index",
  104. "style": {
  105. "navigationBarTitleText": "",
  106. "enablePullDownRefresh": false
  107. }
  108. },
  109. {
  110. "path": "aiControlSys/index",
  111. "style": {
  112. "navigationBarTitleText": "",
  113. "enablePullDownRefresh": false
  114. }
  115. },
  116. {
  117. "path": "rule/index",
  118. "style": {
  119. "navigationBarTitleText": "",
  120. "enablePullDownRefresh": false
  121. }
  122. },
  123. {
  124. "path": "mainList/index",
  125. "style": {
  126. "navigationBarTitleText": "",
  127. "enablePullDownRefresh": false
  128. }
  129. },
  130. {
  131. "path": "productLeadDetail/index",
  132. "style": {
  133. "navigationBarTitleText": "",
  134. "enablePullDownRefresh": false
  135. }
  136. },
  137. {
  138. "path": "aiControlSys_step2/index",
  139. "style": {
  140. "navigationBarTitleText": "",
  141. "enablePullDownRefresh": false
  142. }
  143. }
  144. ]
  145. },
  146. {
  147. "root": "pages/mall",
  148. "pages": [{
  149. "path": "detail/index",
  150. "style": {
  151. "navigationBarTitleText": "",
  152. "enablePullDownRefresh": false
  153. }
  154. },
  155. {
  156. "path": "pickKeting/index",
  157. "style": {
  158. "navigationBarTitleText": "",
  159. "enablePullDownRefresh": false
  160. }
  161. },
  162. {
  163. "path": "goodsList/index",
  164. "style": {
  165. "navigationBarTitleText": "",
  166. "enablePullDownRefresh": false
  167. }
  168. }
  169. ]
  170. },
  171. {
  172. "root": "pages/service",
  173. "pages": [{
  174. "path": "detail/index",
  175. "style": {
  176. "navigationBarTitleText": "",
  177. "enablePullDownRefresh": false
  178. }
  179. }
  180. // ,
  181. // {
  182. // "path": "pickKeting/index",
  183. // "style": {
  184. // "navigationBarTitleText": "",
  185. // "enablePullDownRefresh": false
  186. // }
  187. // }
  188. ]
  189. },
  190. {
  191. "root": "pages/my",
  192. "pages": [{
  193. "path": "actGoods/index",
  194. "style": {
  195. "navigationBarTitleText": "",
  196. "enablePullDownRefresh": false
  197. }
  198. },
  199. {
  200. "path": "actGoodsDetail/index",
  201. "style": {
  202. "navigationBarTitleText": "",
  203. "enablePullDownRefresh": false
  204. }
  205. },
  206. {
  207. "path": "chapinShip/index",
  208. "style": {
  209. "navigationBarTitleText": "",
  210. "enablePullDownRefresh": false
  211. }
  212. },
  213. {
  214. "path": "collect/index",
  215. "style": {
  216. "navigationBarTitleText": "",
  217. "enablePullDownRefresh": false
  218. }
  219. },
  220. {
  221. "path": "useLead/index",
  222. "style": {
  223. "navigationBarTitleText": "",
  224. "enablePullDownRefresh": false
  225. }
  226. },
  227. {
  228. "path": "feedBack/index",
  229. "style": {
  230. "navigationBarTitleText": "",
  231. "enablePullDownRefresh": false
  232. }
  233. },
  234. {
  235. "path": "userInfo/index",
  236. "style": {
  237. "navigationBarTitleText": "",
  238. "enablePullDownRefresh": false
  239. }
  240. },
  241. {
  242. "path": "set/index",
  243. "style": {
  244. "navigationBarTitleText": "",
  245. "enablePullDownRefresh": false
  246. }
  247. },
  248. {
  249. "path": "sellAfter/index",
  250. "style": {
  251. "navigationBarTitleText": "",
  252. "enablePullDownRefresh": false
  253. }
  254. },
  255. {
  256. "path": "otherInfo/index",
  257. "style": {
  258. "navigationBarTitleText": "",
  259. "enablePullDownRefresh": false
  260. }
  261. },
  262. {
  263. "path": "sellAfterDefer/index",
  264. "style": {
  265. "navigationBarTitleText": "",
  266. "enablePullDownRefresh": false
  267. }
  268. },
  269. {
  270. "path": "sellAfterCon/index",
  271. "style": {
  272. "navigationBarTitleText": "",
  273. "enablePullDownRefresh": false
  274. }
  275. },
  276. {
  277. "path": "inviteDetail/index",
  278. "style": {
  279. "navigationBarTitleText": "",
  280. "enablePullDownRefresh": false
  281. }
  282. },
  283. {
  284. "path": "collectDetail/index",
  285. "style": {
  286. "navigationBarTitleText": "",
  287. "enablePullDownRefresh": false
  288. }
  289. },
  290. {
  291. "path": "changeNewStep/index",
  292. "style": {
  293. "navigationBarTitleText": "",
  294. "enablePullDownRefresh": false
  295. }
  296. },
  297. {
  298. "path": "changeNewGoods/index",
  299. "style": {
  300. "navigationBarTitleText": "",
  301. "enablePullDownRefresh": false
  302. }
  303. },
  304. {
  305. "path": "aboutMe/index",
  306. "style": {
  307. "navigationBarTitleText": "",
  308. "enablePullDownRefresh": false
  309. }
  310. }
  311. ]
  312. }
  313. ],
  314. "globalStyle": {
  315. "navigationBarTextStyle": "black",
  316. "navigationBarTitleText": "uni-app",
  317. "navigationBarBackgroundColor": "#F8F8F8",
  318. "backgroundColor": "#F8F8F8",
  319. "navigationStyle": "custom",
  320. "app-plus": {
  321. "background": "#efeff4"
  322. }
  323. },
  324. "tabBar": {
  325. "color": "#CBC8C7", //字体颜色
  326. "selectedColor": "#F7790C", //选中时字体颜色
  327. "borderStyle": "black", //底部的上边框线条
  328. "backgroundColor": "#F8F8F8", //底部背景色
  329. "fontSize": "22rpx", //字体大小
  330. "spacing": "5px", //字体到图标的距离
  331. "height": "50px", //底部高
  332. // 引入字体图标库
  333. "iconfontSrc": "static/fonts/iconfont.ttf",
  334. "list": [
  335. // {
  336. // "pagePath": "pages/home/index",
  337. // "text": "自定义首页",
  338. // "iconPath": "static/tabbar/index.png",
  339. // "selectedIconPath": "static/tabbar/index_a.png"
  340. // },
  341. {
  342. "pagePath": "pages/index",
  343. "text": "首页",
  344. "iconPath": "static/tabbar/index.png",
  345. "selectedIconPath": "static/tabbar/index_a.png",
  346. // 优先级高于 iconPath,该属性依赖 tabbar 根节点的 iconfontSrc
  347. "iconfont": {
  348. "text": "\ue600", //  这是图标原始的编码
  349. "selectedText": "\ue600", //
  350. "fontSize": "17px", // 图标大小
  351. "color": "#333", // 未选中时,图标的颜色
  352. "selectedColor": "red" // 选中时,图标的颜色
  353. }
  354. },
  355. {
  356. "pagePath": "pages/mall",
  357. "text": "商城",
  358. "iconPath": "static/tabbar/mall.png",
  359. "selectedIconPath": "static/tabbar/mall_a.png",
  360. "iconfont": {
  361. "text": "\ue750", //  这是图标原始的编码
  362. "selectedText": "\ue750", //
  363. "fontSize": "17px", // 图标大小
  364. "color": "#333", // 未选中时,图标的颜色
  365. "selectedColor": "red" // 选中时,图标的颜色
  366. }
  367. },
  368. {
  369. "pagePath": "pages/service",
  370. "text": "服务",
  371. "iconPath": "static/tabbar/service.png",
  372. "selectedIconPath": "static/tabbar/service_a.png",
  373. "iconfont": {
  374. "text": "\ue60a", //  这是图标原始的编码
  375. "selectedText": "\ue60a", //
  376. "fontSize": "17px", // 图标大小
  377. "color": "#333", // 未选中时,图标的颜色
  378. "selectedColor": "red" // 选中时,图标的颜色
  379. }
  380. },
  381. {
  382. "pagePath": "pages/my",
  383. "text": "我的",
  384. "iconPath": "static/tabbar/my.png",
  385. "selectedIconPath": "static/tabbar/my_a.png",
  386. "iconfont": {
  387. "text": "\ue8c6", //  这是图标原始的编码
  388. "selectedText": "\ue8c6", //
  389. "fontSize": "17px", // 图标大小
  390. "color": "#333", // 未选中时,图标的颜色
  391. "selectedColor": "red" // 选中时,图标的颜色
  392. }
  393. }
  394. ]
  395. }
  396. }