pages.json 14 KB

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