pages.json 14 KB

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