pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. {
  2. "easycom": {
  3. "^u-(.*)": "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/mine/mine",
  15. "style": {
  16. "navigationBarTitleText": "我的",
  17. "navigationStyle": "custom"
  18. }
  19. }
  20. ,{
  21. "path" : "pages/login/login/login",
  22. "style" :
  23. {
  24. "navigationBarTitleText": "",
  25. "navigationBarBackgroundColor": "#fff"
  26. // "navigationStyle": "custom"
  27. }
  28. }
  29. ,{
  30. "path" : "pages/login/codeLogin/codeLogin",
  31. "style" :
  32. {
  33. "navigationBarTitleText": "",
  34. "navigationBarBackgroundColor": "#fff"
  35. // "navigationStyle": "custom"
  36. }
  37. }
  38. ,{
  39. "path" : "pages/login/forgot/forgot",
  40. "style" :
  41. {
  42. "navigationBarTitleText": "忘记密码"
  43. }
  44. }
  45. ,{
  46. "path" : "pages/release/production/production",
  47. "style" :
  48. {
  49. "navigationBarTitleText": "生产订单",
  50. "enablePullDownRefresh": false,
  51. "navigationBarBackgroundColor": "#fff"
  52. }
  53. }
  54. ,{
  55. "path" : "pages/release/purchase/purchase",
  56. "style" :
  57. {
  58. "navigationBarTitleText": "采购订单",
  59. "enablePullDownRefresh": false,
  60. "navigationBarBackgroundColor": "#fff"
  61. }
  62. }
  63. ,{
  64. "path" : "pages/release/waixie/waixie",
  65. "style" :
  66. {
  67. "navigationBarTitleText": "外协订单",
  68. "enablePullDownRefresh": false,
  69. "navigationBarBackgroundColor": "#fff"
  70. }
  71. }
  72. ,{
  73. "path" : "pages/release/ocean/ocean",
  74. "style" :
  75. {
  76. "navigationBarTitleText": "海运订单",
  77. "enablePullDownRefresh": false,
  78. "navigationBarBackgroundColor": "#fff"
  79. }
  80. },
  81. {
  82. "path" : "pages/good/add",
  83. "style" :
  84. {
  85. "navigationBarTitleText": "添加商品",
  86. "enablePullDownRefresh": false,
  87. "navigationBarBackgroundColor": "#fff"
  88. }
  89. },
  90. {
  91. "path" : "pages/good/manager",
  92. "style" :
  93. {
  94. "navigationBarTitleText": "管理商品",
  95. "enablePullDownRefresh": false,
  96. "navigationBarBackgroundColor": "#fff"
  97. }
  98. },
  99. {
  100. "path" : "pages/good/spec",
  101. "style" :
  102. {
  103. "navigationBarTitleText": "设置规格",
  104. "enablePullDownRefresh": false,
  105. "navigationBarBackgroundColor": "#fff"
  106. }
  107. },
  108. {
  109. "path" : "pages/good/options",
  110. "style" :
  111. {
  112. "navigationBarTitleText": "添加型号",
  113. "enablePullDownRefresh": false,
  114. "navigationBarBackgroundColor": "#fff"
  115. }
  116. },
  117. {
  118. "path" : "pages/good/setting",
  119. "style" :
  120. {
  121. "navigationBarTitleText": "设置价格和库存",
  122. "enablePullDownRefresh": false,
  123. "navigationBarBackgroundColor": "#fff"
  124. }
  125. },
  126. {
  127. "path" : "pages/order/list",
  128. "style" :
  129. {
  130. "navigationBarTitleText": "",
  131. "enablePullDownRefresh": false,
  132. "navigationBarBackgroundColor": "#fff",
  133. "navigationStyle": "custom"
  134. }
  135. },
  136. {
  137. "path" : "pages/order/orderDetail",
  138. "style" :
  139. {
  140. "navigationBarTitleText": "订单详情",
  141. "enablePullDownRefresh": false,
  142. "navigationBarBackgroundColor": "#fff"
  143. }
  144. },
  145. {
  146. "path" : "pages/order/send",
  147. "style" :
  148. {
  149. "navigationBarTitleText": "立即发货",
  150. "enablePullDownRefresh": false,
  151. "navigationBarBackgroundColor": "#fff"
  152. }
  153. },
  154. {
  155. "path" : "pages/order/refund",
  156. "style" :
  157. {
  158. "navigationBarTitleText": "退款/售后",
  159. "enablePullDownRefresh": false,
  160. "navigationBarBackgroundColor": "#fff"
  161. }
  162. },
  163. {
  164. "path" : "pages/order/refundDetail",
  165. "style" :
  166. {
  167. "navigationBarTitleText": "订单详情",
  168. "enablePullDownRefresh": false,
  169. "navigationBarBackgroundColor": "#fff"
  170. }
  171. },
  172. {
  173. "path" : "pages/mine/service/purOrder/list",
  174. "style" :
  175. {
  176. "navigationBarTitleText": "采购订单",
  177. "navigationBarBackgroundColor": "#fff"
  178. }
  179. },
  180. {
  181. "path" : "pages/mine/service/purOrder/detail",
  182. "style" :
  183. {
  184. "navigationBarTitleText": "订单详情",
  185. "navigationBarBackgroundColor": "#fff",
  186. "navigationStyle": "custom"
  187. }
  188. },
  189. {
  190. "path" : "pages/mine/service/purOrder/msg",
  191. "style" :
  192. {
  193. "navigationBarTitleText": "报价详情",
  194. "navigationBarBackgroundColor": "#fff"
  195. }
  196. },
  197. {
  198. "path" : "pages/mine/service/feed/feed",
  199. "style" :
  200. {
  201. "navigationBarTitleText": "意见反馈",
  202. "navigationStyle": "custom"
  203. }
  204. },
  205. {
  206. "path" : "pages/mine/service/feed/history",
  207. "style" :
  208. {
  209. "navigationBarTitleText": "反馈记录",
  210. // "navigationStyle": "custom"
  211. "navigationBarBackgroundColor": "#fff"
  212. }
  213. },
  214. {
  215. "path" : "pages/mine/service/feed/detail",
  216. "style" :
  217. {
  218. "navigationBarTitleText": "反馈详情",
  219. // "navigationStyle": "custom"
  220. "navigationBarBackgroundColor": "#fff"
  221. }
  222. },
  223. {
  224. "path" : "pages/mine/service/setting/setting",
  225. "style" :
  226. {
  227. "navigationBarTitleText": "设置",
  228. // "navigationStyle": "custom"
  229. "navigationBarBackgroundColor": "#fff"
  230. }
  231. },
  232. {
  233. "path" : "pages/mine/service/setting/account_info",
  234. "style" :
  235. {
  236. "navigationBarTitleText": "账号信息",
  237. // "navigationStyle": "custom"
  238. "navigationBarBackgroundColor": "#fff"
  239. }
  240. },
  241. {
  242. "path" : "pages/mine/service/setting/bind_eMail",
  243. "style" :
  244. {
  245. "navigationBarTitleText": "绑定邮箱",
  246. // "navigationStyle": "custom"
  247. "navigationBarBackgroundColor": "#fff"
  248. }
  249. },
  250. {
  251. "path" : "pages/mine/service/setting/edit_pwd",
  252. "style" :
  253. {
  254. "navigationBarTitleText": "修改密码",
  255. // "navigationStyle": "custom"
  256. "navigationBarBackgroundColor": "#fff"
  257. }
  258. },
  259. {
  260. "path" : "pages/mine/service/setting/personal",
  261. "style" :
  262. {
  263. "navigationBarTitleText": "个人信息",
  264. // "navigationStyle": "custom"
  265. "navigationBarBackgroundColor": "#fff"
  266. }
  267. },
  268. {
  269. "path" : "pages/mine/service/address/address",
  270. "style" :
  271. {
  272. "navigationBarTitleText": "地址管理",
  273. // "navigationStyle": "custom"
  274. "navigationBarBackgroundColor": "#fff"
  275. }
  276. },
  277. {
  278. "path" : "pages/mine/service/address/add",
  279. "style" :
  280. {
  281. "navigationBarTitleText": "发货地址",
  282. // "navigationStyle": "custom"
  283. "navigationBarBackgroundColor": "#fff"
  284. }
  285. },
  286. {
  287. "path" : "pages/mine/service/detail",
  288. "style" :
  289. {
  290. "navigationBarTitleText": "商家详情",
  291. // "navigationStyle": "custom"
  292. "navigationBarBackgroundColor": "#fff"
  293. }
  294. },
  295. {
  296. "path" : "pages/mine/service/rule",
  297. "style" :
  298. {
  299. "navigationBarTitleText": "平台规则",
  300. // "navigationStyle": "custom"
  301. "navigationBarBackgroundColor": "#fff"
  302. }
  303. },
  304. {
  305. "path" : "pages/mine/wallet/add",
  306. "style" :
  307. {
  308. "navigationBarTitleText": "绑定银行卡",
  309. // "navigationStyle": "custom"
  310. "navigationBarBackgroundColor": "#fff"
  311. }
  312. },
  313. {
  314. "path" : "pages/mine/wallet/wallet",
  315. "style" :
  316. {
  317. "navigationBarTitleText": "我的余额",
  318. // "navigationStyle": "custom"
  319. "navigationBarBackgroundColor": "#fff"
  320. }
  321. },
  322. {
  323. "path" : "pages/mine/wallet/withdraw",
  324. "style" :
  325. {
  326. "navigationBarTitleText": "提现",
  327. // "navigationStyle": "custom"
  328. "navigationBarBackgroundColor": "#fff"
  329. }
  330. },
  331. {
  332. "path" : "pages/mine/wallet/bankList",
  333. "style" :
  334. {
  335. "navigationBarTitleText": "提现账号管理",
  336. // "navigationStyle": "custom"
  337. "navigationBarBackgroundColor": "#fff"
  338. }
  339. },
  340. {
  341. "path" : "pages/mine/message/index",
  342. "style" :
  343. {
  344. "navigationBarTitleText": "消息",
  345. // "navigationStyle": "custom"
  346. "navigationBarBackgroundColor": "#fff"
  347. }
  348. },
  349. {
  350. "path" : "pages/mine/message/list",
  351. "style" :
  352. {
  353. "navigationBarTitleText": "",
  354. // "navigationStyle": "custom"
  355. "navigationBarBackgroundColor": "#fff"
  356. }
  357. },
  358. {
  359. "path" : "pages/mine/message/detail",
  360. "style" :
  361. {
  362. "navigationBarTitleText": "消息详情",
  363. // "navigationStyle": "custom"
  364. "navigationBarBackgroundColor": "#fff"
  365. }
  366. }
  367. ],
  368. "tabBar": {
  369. "custom": true,
  370. "list": [
  371. {
  372. "pagePath": "pages/tabbar/index/index"
  373. },
  374. {
  375. "pagePath": "pages/tabbar/mine/mine"
  376. }
  377. ]
  378. },
  379. "globalStyle": {
  380. "navigationBarTextStyle": "black",
  381. "navigationBarTitleText": "uni-app",
  382. "navigationBarBackgroundColor": "#F8F8F8",
  383. "backgroundColor": "#F8F8F8"
  384. },
  385. "uniIdRouter": {}
  386. }