pages.json 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/tabbar/index/index",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/tabbar/shipyard/shipyard",
  15. "style": {
  16. "navigationBarTitleText": "",
  17. "navigationBarBackgroundColor": "#fff"
  18. }
  19. },
  20. {
  21. "path": "pages/tabbar/shop/shop",
  22. "style": {
  23. "navigationBarTitleText": "商城"
  24. }
  25. },
  26. {
  27. "path": "pages/tabbar/mine/mine",
  28. "style": {
  29. "navigationBarTitleText": ""
  30. }
  31. },
  32. {
  33. "path": "pages/login/register",
  34. "style": {
  35. "navigationBarTitleText": "注册账号"
  36. }
  37. },
  38. {
  39. "path": "pages/login/forgot_pwd",
  40. "style": {
  41. "navigationBarTitleText": "找回密码",
  42. "navigationBarBackgroundColor": "#fff"
  43. }
  44. },
  45. {
  46. "path": "pages/login/password_login",
  47. "style": {
  48. "navigationBarTitleText": "",
  49. "navigationBarBackgroundColor": "#fff"
  50. }
  51. },
  52. {
  53. "path": "pages/login/code_login",
  54. "style": {
  55. "navigationBarTitleText": "验证码登录",
  56. "navigationBarBackgroundColor": "#fff"
  57. }
  58. }
  59. ],
  60. "subPackages": [
  61. {
  62. "root": "page_index",
  63. "pages": [
  64. {
  65. "path": "pages/index/changeCity",
  66. "style": {
  67. "navigationBarTitleText": "选择城市"
  68. }
  69. },
  70. {
  71. "path": "pages/index/noticeList",
  72. "style": {
  73. "navigationBarTitleText": "公告列表"
  74. }
  75. },
  76. {
  77. "path": "pages/index/noticeDetail",
  78. "style": {
  79. "navigationBarTitleText": "文章详情"
  80. }
  81. }
  82. ]
  83. },
  84. {
  85. "root": "page_mine",
  86. "pages": [
  87. {
  88. "path": "pages/setting/setting",
  89. "style": {
  90. "navigationBarTitleText": "设置",
  91. "navigationBarBackgroundColor": "#fff"
  92. }
  93. },
  94. {
  95. "path": "pages/setting/personal",
  96. "style": {
  97. "navigationBarTitleText": "个人信息",
  98. "navigationBarBackgroundColor": "#fff"
  99. }
  100. },
  101. {
  102. "path": "pages/setting/real_name",
  103. "style": {
  104. "navigationBarTitleText": "",
  105. "navigationBarBackgroundColor": "#fff"
  106. }
  107. },
  108. {
  109. "path": "pages/setting/account_info",
  110. "style": {
  111. "navigationBarTitleText": "账号信息",
  112. "navigationBarBackgroundColor": "#fff"
  113. }
  114. },
  115. {
  116. "path": "pages/setting/bind_eMail",
  117. "style": {
  118. "navigationBarTitleText": "邮箱绑定",
  119. "navigationBarBackgroundColor": "#fff"
  120. }
  121. },
  122. {
  123. "path": "pages/setting/edit_pwd",
  124. "style": {
  125. "navigationBarTitleText": "修改密码",
  126. "navigationBarBackgroundColor": "#fff"
  127. }
  128. },
  129. {
  130. "path": "pages/setting/about",
  131. "style": {
  132. "navigationBarTitleText": "关于我们",
  133. "navigationBarBackgroundColor": "#fff"
  134. }
  135. },
  136. {
  137. "path": "pages/setting/rules",
  138. "style": {
  139. "navigationBarTitleText": "平台规则",
  140. "navigationBarBackgroundColor": "#fff"
  141. }
  142. },
  143. {
  144. "path": "pages/message/message",
  145. "style": {
  146. "navigationBarTitleText": "消息中心",
  147. "navigationBarBackgroundColor": "#fff"
  148. }
  149. },
  150. {
  151. "path": "pages/message/detail",
  152. "style": {
  153. "navigationBarTitleText": "消息详情",
  154. "navigationBarBackgroundColor": "#fff"
  155. }
  156. },
  157. {
  158. "path": "pages/member/index",
  159. "style": {
  160. "navigationBarTitleText": "会员中心",
  161. "navigationBarBackgroundColor": "#fff"
  162. }
  163. },
  164. {
  165. "path": "pages/wallet/wallet",
  166. "style": {
  167. "navigationBarTitleText": "我的余额",
  168. "navigationBarBackgroundColor": "#fff"
  169. }
  170. },
  171. {
  172. "path": "pages/wallet/withdrawal",
  173. "style": {
  174. "navigationBarTitleText": "提现",
  175. "navigationBarBackgroundColor": "#fff"
  176. }
  177. },
  178. {
  179. "path": "pages/collect/collect",
  180. "style": {
  181. "navigationBarTitleText": "我的收藏",
  182. "navigationBarBackgroundColor": "#fff"
  183. }
  184. },
  185. {
  186. "path": "pages/order/production",
  187. "style": {
  188. "navigationBarTitleText": "生产订单",
  189. "navigationBarBackgroundColor": "#fff"
  190. }
  191. },
  192. {
  193. "path": "pages/order/outsourcing",
  194. "style": {
  195. "navigationBarTitleText": "外协订单",
  196. "navigationBarBackgroundColor": "#fff"
  197. }
  198. },
  199. {
  200. "path": "pages/order/purchase",
  201. "style": {
  202. "navigationBarTitleText": "采购订单",
  203. "navigationBarBackgroundColor": "#fff"
  204. }
  205. },
  206. {
  207. "path": "pages/order/oceanShipping",
  208. "style": {
  209. "navigationBarTitleText": "海运订单",
  210. "navigationBarBackgroundColor": "#fff"
  211. }
  212. },
  213. {
  214. "path": "pages/order/repair",
  215. "style": {
  216. "navigationBarTitleText": "维修订单",
  217. "navigationBarBackgroundColor": "#fff"
  218. }
  219. },
  220. {
  221. "path": "pages/service/joinPerson",
  222. "style": {
  223. "navigationBarTitleText": "船用人才注册",
  224. "navigationBarBackgroundColor": "#fff"
  225. }
  226. },
  227. {
  228. "path": "pages/service/applyMaintenance",
  229. "style": {
  230. "navigationBarTitleText": "申请维修工",
  231. "navigationBarBackgroundColor": "#fff"
  232. }
  233. }
  234. ]
  235. }
  236. ],
  237. "tabBar": {
  238. "borderStyle": "black",
  239. "backgroundColor": "#ffffff",
  240. "color": "#000",
  241. "selectedColor": "#4766ff",
  242. "list": [{
  243. "pagePath": "pages/tabbar/index/index",
  244. "iconPath": "static/images/tabbar/home-1.png",
  245. "selectedIconPath": "static/images/tabbar/home-2.png",
  246. "text": "首页"
  247. },
  248. {
  249. "pagePath": "pages/tabbar/shipyard/shipyard",
  250. "iconPath": "static/images/tabbar/shipyard-1.png",
  251. "selectedIconPath": "static/images/tabbar/shipyard-2.png",
  252. "text": "船厂"
  253. },
  254. {
  255. "pagePath": "pages/tabbar/shop/shop",
  256. "iconPath": "static/images/tabbar/shop-1.png",
  257. "selectedIconPath": "static/images/tabbar/shop-1.png",
  258. "text": "商城"
  259. },
  260. {
  261. "pagePath": "pages/tabbar/mine/mine",
  262. "iconPath": "static/images/tabbar/mine-1.png",
  263. "selectedIconPath": "static/images/tabbar/mine-2.png",
  264. "text": "我的"
  265. }
  266. ]
  267. },
  268. "globalStyle": {
  269. "navigationBarTextStyle": "black",
  270. "navigationBarTitleText": "uni-app",
  271. "navigationBarBackgroundColor": "#F8F8F8",
  272. "backgroundColor": "#F8F8F8"
  273. },
  274. "uniIdRouter": {},
  275. "requiredPrivateInfos": [
  276. "getLocation",
  277. "onLocationChange",
  278. "startLocationUpdateBackground",
  279. "chooseAddress"
  280. ]
  281. }