pages.json 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/login/login",
  7. "style": {
  8. "navigationBarTitleText": "登录",
  9. "app-plus": {
  10. "titleNView": false
  11. }
  12. }
  13. }, {
  14. "path": "pages/login/forgotPassword",
  15. "style": {
  16. "navigationBarTitleText": "忘记密码"
  17. }
  18. }, {
  19. "path": "pages/tabBar/home",
  20. "style": {
  21. "navigationBarTitleText": "首页",
  22. "app-plus": {
  23. "titleNView": false
  24. }
  25. }
  26. }, {
  27. "path": "pages/tabBar/record",
  28. "style": {
  29. "navigationBarTitleText": "数据中心"
  30. }
  31. }, {
  32. "path": "pages/tabBar/dynamic",
  33. "style": {
  34. "navigationBarTitleText": "工作圈",
  35. "app-plus": {
  36. "titleNView": false
  37. }
  38. }
  39. }, {
  40. "path": "pages/tabBar/news",
  41. "style": {
  42. "navigationBarTitleText": "消息",
  43. "app-plus": {
  44. "titleNView": false
  45. }
  46. }
  47. }, {
  48. "path": "pages/tabBar/center",
  49. "style": {
  50. "navigationBarTitleText": "我的",
  51. "app-plus": {
  52. "titleNView": false
  53. }
  54. }
  55. }],
  56. "subPackages": [{
  57. "root": "pages/views",
  58. "pages": [{
  59. "path": "visit/visit",
  60. "style": {
  61. "navigationBarTitleText": "拜访",
  62. "titleNView": {
  63. "buttons": [{
  64. "text": "\ue638",
  65. "fontSrc": "/static/typeface/iconfont.ttf",
  66. "fontSize": "16px",
  67. "float": "right",
  68. "color": "#fff"
  69. }],
  70. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  71. }
  72. }
  73. }, {
  74. "path": "visit/historical0rders",
  75. "style": {
  76. "navigationBarTitleText": "拜访历史"
  77. }
  78. }]
  79. },{
  80. "root": "pages",
  81. "pages": [{
  82. "path": "user/setUp",
  83. "style": {
  84. "navigationBarTitleText": "设置",
  85. "app-plus": {
  86. "titleNView": false
  87. }
  88. }
  89. }]
  90. }, {
  91. "root": "pages/views",
  92. "pages": [{
  93. "path": "salesSlip/index",
  94. "style": {
  95. "navigationBarTitleText": "销售",
  96. "app-plus": {
  97. "titleNView": false
  98. }
  99. }
  100. }, {
  101. "path": "purchase/index",
  102. "style": {
  103. "navigationBarTitleText": "采购",
  104. "app-plus": {
  105. "titleNView": false
  106. }
  107. }
  108. }, {
  109. "path": "salesSlip/salesOrderList",
  110. "style": {
  111. "navigationBarTitleText": "销售列表"
  112. }
  113. }, {
  114. "path": "salesSlip/toBeCollectedlist",
  115. "style": {
  116. "navigationBarTitleText": "销售订单"
  117. }
  118. }, {
  119. "path": "salesSlip/toBeCollectedlistBatch",
  120. "style": {
  121. "navigationBarTitleText": "待收款"
  122. }
  123. }, {
  124. "path": "salesSlip/collectionManagement",
  125. "style": {
  126. "navigationBarTitleText": "待收款客户"
  127. }
  128. }, {
  129. "path": "salesSlip/aiiReceivables",
  130. "style": {
  131. "navigationBarTitleText": "客户收款单"
  132. }
  133. }, {
  134. "path": "purchase/salesOrderList",
  135. "style": {
  136. "navigationBarTitleText": "采购列表",
  137. "app-plus": {
  138. "titleNView": false
  139. }
  140. }
  141. }, {
  142. "path": "salesSlip/salesOrderDetails",
  143. "style": {
  144. "navigationBarTitleText": "销售明细"
  145. }
  146. }, {
  147. "path": "purchase/salesOrderDetails",
  148. "style": {
  149. "navigationBarTitleText": "采购明细"
  150. }
  151. }, {
  152. "path": "salesSlip/collectionList",
  153. "style": {
  154. "navigationBarTitleText": "收款列表"
  155. }
  156. }, {
  157. "path": "purchase/collectionList",
  158. "style": {
  159. "navigationBarTitleText": "收款列表"
  160. }
  161. }, {
  162. "path": "salesSlip/selectCustomer",
  163. "style": {
  164. "navigationBarTitleText": "选择客户",
  165. "titleNView": {
  166. "buttons": [{
  167. "text": "\ue62d",
  168. "fontSrc": "/static/typeface/iconfont.ttf",
  169. "fontSize": "16px",
  170. "float": "right",
  171. "color": "#fff"
  172. }],
  173. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  174. }
  175. }
  176. }, {
  177. "path": "purchase/selectCustomer",
  178. "style": {
  179. "navigationBarTitleText": "选择供应商",
  180. "titleNView": {
  181. "buttons": [{
  182. "text": "\ue62d",
  183. "fontSrc": "/static/typeface/iconfont.ttf",
  184. "fontSize": "16px",
  185. "float": "right",
  186. "color": "#fff"
  187. }],
  188. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  189. }
  190. }
  191. }, {
  192. "path": "customer/index",
  193. "style": {
  194. "navigationBarTitleText": "客户",
  195. "app-plus": {
  196. "titleNView": false
  197. }
  198. }
  199. }, {
  200. "path": "customer/customerDetails",
  201. "style": {
  202. "navigationBarTitleText": "新建客户"
  203. }
  204. }, {
  205. "path": "supplier/index",
  206. "style": {
  207. "navigationBarTitleText": "供应商",
  208. "app-plus": {
  209. "titleNView": false
  210. }
  211. }
  212. }, {
  213. "path": "supplier/customerDetails",
  214. "style": {
  215. "navigationBarTitleText": "新建供应商"
  216. }
  217. }, {
  218. "path": "salesSlip/selectProduct",
  219. "style": {
  220. "navigationBarTitleText": "选择产品",
  221. "navigationBarBackgroundColor": "#FD4B09",
  222. "app-plus": {
  223. "titleNView": {
  224. "buttons": [{
  225. "text": "\ue62d",
  226. "fontSrc": "/static/typeface/iconfont.ttf",
  227. "fontSize": "16px",
  228. "float": "right",
  229. "color": "#fff"
  230. }]
  231. }
  232. }
  233. }
  234. }, {
  235. "path": "purchase/selectProduct",
  236. "style": {
  237. "navigationBarTitleText": "选择产品",
  238. "navigationBarBackgroundColor": "#FD4B09",
  239. "app-plus": {
  240. "titleNView": {
  241. "buttons": [{
  242. "text": "\ue62d",
  243. "fontSrc": "/static/typeface/iconfont.ttf",
  244. "fontSize": "16px",
  245. "float": "right",
  246. "color": "#fff"
  247. }]
  248. }
  249. }
  250. }
  251. }, {
  252. "path": "product/index",
  253. "style": {
  254. "navigationBarTitleText": "产品",
  255. "app-plus": {
  256. "titleNView": false
  257. }
  258. }
  259. }, {
  260. "path": "product/productDetails",
  261. "style": {
  262. "navigationBarTitleText": "新建产品",
  263. "app-plus": {
  264. "titleNView": false
  265. }
  266. }
  267. }, {
  268. "path": "product/classification",
  269. "style": {
  270. "navigationBarTitleText": "产品分类",
  271. "app-plus": {
  272. "titleNView": {
  273. "buttons": [{
  274. "text": "\ue62d",
  275. "fontSrc": "/static/typeface/iconfont.ttf",
  276. "fontSize": "16px",
  277. "float": "right",
  278. "color": "#fff"
  279. }],
  280. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  281. }
  282. }
  283. }
  284. }, {
  285. "path": "product/createCompany",
  286. "style": {
  287. "navigationBarTitleText": "单位",
  288. "app-plus": {
  289. "titleNView": {
  290. "buttons": [{
  291. "text": "\ue62d",
  292. "fontSrc": "/static/typeface/iconfont.ttf",
  293. "fontSize": "16px",
  294. "float": "right",
  295. "color": "#fff"
  296. }],
  297. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  298. }
  299. }
  300. }
  301. }, {
  302. "path": "product/createWarehouse",
  303. "style": {
  304. "navigationBarTitleText": "仓库库区",
  305. "app-plus": {
  306. "titleNView": {
  307. "buttons": [{
  308. "text": "\ue62d",
  309. "fontSrc": "/static/typeface/iconfont.ttf",
  310. "fontSize": "16px",
  311. "float": "right",
  312. "color": "#fff"
  313. }],
  314. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  315. }
  316. }
  317. }
  318. }, {
  319. "path": "product/customerType",
  320. "style": {
  321. "navigationBarTitleText": "客户分类",
  322. "app-plus": {
  323. "titleNView": {
  324. "buttons": [{
  325. "text": "\ue62d",
  326. "fontSrc": "/static/typeface/iconfont.ttf",
  327. "fontSize": "16px",
  328. "float": "right",
  329. "color": "#fff"
  330. }],
  331. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  332. }
  333. }
  334. }
  335. },
  336. {
  337. "path": "stock/index",
  338. "style": {
  339. "navigationBarTitleText": "库存",
  340. "app-plus": {
  341. "titleNView": false
  342. }
  343. }
  344. }
  345. ]
  346. }],
  347. "globalStyle": {
  348. "navigationBarTextStyle": "white",
  349. // #ifdef H5
  350. "navigationBarBackgroundColor": "#FD4B09",
  351. // #endif
  352. "app-plus": {
  353. "bounce": "none",
  354. "scrollIndicator": "none",
  355. "titleNView": {
  356. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  357. }
  358. }
  359. },
  360. "tabBar": {
  361. "color": "#727272",
  362. "selectedColor": "#fd5003",
  363. "borderStyle": "white",
  364. "backgroundColor": "#FFFFFF",
  365. "list": [{
  366. "pagePath": "pages/tabBar/home",
  367. "iconPath": "static/images/tabBar/home.png",
  368. "selectedIconPath": "static/images/tabBar/home_selected.png",
  369. "text": "首页"
  370. }, {
  371. "pagePath": "pages/tabBar/record",
  372. "iconPath": "static/images/tabBar/record.png",
  373. "selectedIconPath": "static/images/tabBar/record_selected.png",
  374. "text": "数据"
  375. },
  376. // {
  377. // "pagePath": "pages/tabBar/dynamic",
  378. // "iconPath": "static/images/tabBar/dynamic.png",
  379. // "selectedIconPath": "static/images/tabBar/dynamic_selected.png",
  380. // "text": "工作圈"
  381. // }, {
  382. // "pagePath": "pages/tabBar/news",
  383. // "iconPath": "static/images/tabBar/news.png",
  384. // "selectedIconPath": "static/images/tabBar/news_selected.png",
  385. // "text": "消息"
  386. // },
  387. {
  388. "pagePath": "pages/tabBar/center",
  389. "iconPath": "static/images/tabBar/my.png",
  390. "selectedIconPath": "static/images/tabBar/my_selected.png",
  391. "text": "我的"
  392. }
  393. ]
  394. }
  395. }