pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  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. "path": "device/EquipmentArchives/EquipmentArchives",
  91. "style": {
  92. "navigationBarTitleText": "设备档案",
  93. "enablePullDownRefresh": false
  94. }
  95. }, {
  96. "path": "device/FileDetails/FileDetails",
  97. "style": {
  98. "navigationBarTitleText": "设备档案",
  99. "enablePullDownRefresh": false
  100. }
  101. },
  102. {
  103. "path": "device/FileDetails/selectMachine",
  104. "style": {
  105. "navigationBarTitleText": "选择设备",
  106. "enablePullDownRefresh": false
  107. }
  108. },
  109. {
  110. "path": "device/RepairReportList/RepairReportList",
  111. "style": {
  112. "navigationBarTitleText": "报修列表",
  113. "enablePullDownRefresh": false
  114. }
  115. }, {
  116. "path": "device/RepairDetails/RepairDetails",
  117. "style": {
  118. "navigationBarTitleText": "设备报修",
  119. "enablePullDownRefresh": false
  120. }
  121. }]
  122. }, {
  123. "root": "pages/views",
  124. "pages": [{
  125. "path": "productLaunch/index",
  126. "style": {
  127. "navigationBarTitleText": "产品上架",
  128. "app-plus": {
  129. "titleNView": false
  130. }
  131. }
  132. }]
  133. }, {
  134. "root": "pages/views",
  135. "pages": [{
  136. "path": "salesSlip/index",
  137. "style": {
  138. "navigationBarTitleText": "销售",
  139. "app-plus": {
  140. "titleNView": false
  141. }
  142. }
  143. }, {
  144. "path": "purchase/index",
  145. "style": {
  146. "navigationBarTitleText": "采购",
  147. "app-plus": {
  148. "titleNView": false
  149. }
  150. }
  151. }, {
  152. "path": "salesSlip/salesOrderList",
  153. "style": {
  154. "navigationBarTitleText": "销售列表"
  155. }
  156. }, {
  157. "path": "salesSlip/toBeCollectedlist",
  158. "style": {
  159. "navigationBarTitleText": "销售订单"
  160. }
  161. }, {
  162. "path": "salesSlip/toBeCollectedlistBatch",
  163. "style": {
  164. "navigationBarTitleText": "待收款"
  165. }
  166. }, {
  167. "path": "salesSlip/collectionManagement",
  168. "style": {
  169. "navigationBarTitleText": "待收款客户"
  170. }
  171. }, {
  172. "path": "salesSlip/aiiReceivables",
  173. "style": {
  174. "navigationBarTitleText": "客户收款单"
  175. }
  176. }, {
  177. "path": "purchase/salesOrderList",
  178. "style": {
  179. "navigationBarTitleText": "采购列表",
  180. "app-plus": {
  181. "titleNView": false
  182. }
  183. }
  184. }, {
  185. "path": "salesSlip/salesOrderDetails",
  186. "style": {
  187. "navigationBarTitleText": "销售明细",
  188. "titleNView": {
  189. "buttons": [{
  190. "text": "\ue630",
  191. "fontSrc": "/static/typeface/iconfont.ttf",
  192. "fontSize": "16px",
  193. "float": "right",
  194. "color": "#fff"
  195. }],
  196. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  197. }
  198. }
  199. }, {
  200. "path": "purchase/salesOrderDetails",
  201. "style": {
  202. "navigationBarTitleText": "采购明细"
  203. }
  204. }, {
  205. "path": "salesSlip/collectionList",
  206. "style": {
  207. "navigationBarTitleText": "收款列表"
  208. }
  209. }, {
  210. "path": "purchase/collectionList",
  211. "style": {
  212. "navigationBarTitleText": "收款列表"
  213. }
  214. }, {
  215. "path": "salesSlip/selectCustomer",
  216. "style": {
  217. "navigationBarTitleText": "选择客户",
  218. "titleNView": {
  219. "buttons": [{
  220. "text": "\ue62d",
  221. "fontSrc": "/static/typeface/iconfont.ttf",
  222. "fontSize": "16px",
  223. "float": "right",
  224. "color": "#fff"
  225. }],
  226. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  227. }
  228. }
  229. }, {
  230. "path": "purchase/selectCustomer",
  231. "style": {
  232. "navigationBarTitleText": "选择供应商",
  233. "titleNView": {
  234. "buttons": [{
  235. "text": "\ue62d",
  236. "fontSrc": "/static/typeface/iconfont.ttf",
  237. "fontSize": "16px",
  238. "float": "right",
  239. "color": "#fff"
  240. }],
  241. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  242. }
  243. }
  244. }, {
  245. "path": "customer/index",
  246. "style": {
  247. "navigationBarTitleText": "客户",
  248. "app-plus": {
  249. "titleNView": false
  250. }
  251. }
  252. }, {
  253. "path": "customer/customerDetails",
  254. "style": {
  255. "navigationBarTitleText": "新建客户"
  256. }
  257. }, {
  258. "path": "supplier/index",
  259. "style": {
  260. "navigationBarTitleText": "供应商",
  261. "app-plus": {
  262. "titleNView": false
  263. }
  264. }
  265. }, {
  266. "path": "supplier/customerDetails",
  267. "style": {
  268. "navigationBarTitleText": "新建供应商"
  269. }
  270. }, {
  271. "path": "salesSlip/selectProduct",
  272. "style": {
  273. "navigationBarTitleText": "选择产品",
  274. "navigationBarBackgroundColor": "#FD4B09",
  275. "app-plus": {
  276. "titleNView": {
  277. "buttons": [{
  278. "text": "\ue62d",
  279. "fontSrc": "/static/typeface/iconfont.ttf",
  280. "fontSize": "16px",
  281. "float": "right",
  282. "color": "#fff"
  283. }]
  284. }
  285. }
  286. }
  287. }, {
  288. "path": "purchase/selectProduct",
  289. "style": {
  290. "navigationBarTitleText": "选择产品",
  291. "navigationBarBackgroundColor": "#FD4B09",
  292. "app-plus": {
  293. "titleNView": {
  294. "buttons": [{
  295. "text": "\ue62d",
  296. "fontSrc": "/static/typeface/iconfont.ttf",
  297. "fontSize": "16px",
  298. "float": "right",
  299. "color": "#fff"
  300. }]
  301. }
  302. }
  303. }
  304. }, {
  305. "path": "product/index",
  306. "style": {
  307. "navigationBarTitleText": "产品",
  308. "app-plus": {
  309. "titleNView": false
  310. }
  311. }
  312. }, {
  313. "path": "product/productDetails",
  314. "style": {
  315. "navigationBarTitleText": "新建产品",
  316. "app-plus": {
  317. "titleNView": false
  318. }
  319. }
  320. }, {
  321. "path": "product/classification",
  322. "style": {
  323. "navigationBarTitleText": "产品分类",
  324. "app-plus": {
  325. "titleNView": {
  326. "buttons": [{
  327. "text": "\ue62d",
  328. "fontSrc": "/static/typeface/iconfont.ttf",
  329. "fontSize": "16px",
  330. "float": "right",
  331. "color": "#fff"
  332. }],
  333. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  334. }
  335. }
  336. }
  337. }, {
  338. "path": "product/createCompany",
  339. "style": {
  340. "navigationBarTitleText": "单位",
  341. "app-plus": {
  342. "titleNView": {
  343. "buttons": [{
  344. "text": "\ue62d",
  345. "fontSrc": "/static/typeface/iconfont.ttf",
  346. "fontSize": "16px",
  347. "float": "right",
  348. "color": "#fff"
  349. }],
  350. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  351. }
  352. }
  353. }
  354. }, {
  355. "path": "product/createWarehouse",
  356. "style": {
  357. "navigationBarTitleText": "仓库库区",
  358. "app-plus": {
  359. "titleNView": {
  360. "buttons": [{
  361. "text": "\ue62d",
  362. "fontSrc": "/static/typeface/iconfont.ttf",
  363. "fontSize": "16px",
  364. "float": "right",
  365. "color": "#fff"
  366. }],
  367. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  368. }
  369. }
  370. }
  371. }, {
  372. "path": "product/customerType",
  373. "style": {
  374. "navigationBarTitleText": "客户分类",
  375. "app-plus": {
  376. "titleNView": {
  377. "buttons": [{
  378. "text": "\ue62d",
  379. "fontSrc": "/static/typeface/iconfont.ttf",
  380. "fontSize": "16px",
  381. "float": "right",
  382. "color": "#fff"
  383. }],
  384. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  385. }
  386. }
  387. }
  388. },
  389. {
  390. "path": "stock/index",
  391. "style": {
  392. "navigationBarTitleText": "库存",
  393. "app-plus": {
  394. "titleNView": false
  395. }
  396. }
  397. }, {
  398. "path": "warehouseDelivery/salesOrderList",
  399. "style": {
  400. "navigationBarTitleText": "出库列表"
  401. }
  402. }, {
  403. "path": "warehouseDelivery/salesOrderDetails",
  404. "style": {
  405. "navigationBarTitleText": "出库明细"
  406. }
  407. }, {
  408. "path": "bluetooth/index",
  409. "style": {
  410. "navigationBarTitleText": "蓝牙设备"
  411. }
  412. }, {
  413. "path": "bluetooth/salesSlipTable",
  414. "style": {
  415. "navigationBarTitleText": "销售单"
  416. }
  417. }
  418. ]
  419. }],
  420. "globalStyle": {
  421. "navigationBarTextStyle": "white",
  422. // #ifdef H5
  423. "navigationBarBackgroundColor": "#FD4B09",
  424. // #endif
  425. "app-plus": {
  426. "bounce": "none",
  427. "scrollIndicator": "none",
  428. "titleNView": {
  429. "backgroundImage": "linear-gradient(to bottom, #FD4B09, #FF6F3B)"
  430. }
  431. }
  432. },
  433. "tabBar": {
  434. "color": "#727272",
  435. "selectedColor": "#fd5003",
  436. "borderStyle": "white",
  437. "backgroundColor": "#FFFFFF",
  438. "list": [{
  439. "pagePath": "pages/tabBar/home",
  440. "iconPath": "static/images/tabBar/home.png",
  441. "selectedIconPath": "static/images/tabBar/home_selected.png",
  442. "text": "首页"
  443. }, {
  444. "pagePath": "pages/tabBar/record",
  445. "iconPath": "static/images/tabBar/record.png",
  446. "selectedIconPath": "static/images/tabBar/record_selected.png",
  447. "text": "数据"
  448. },
  449. // {
  450. // "pagePath": "pages/tabBar/dynamic",
  451. // "iconPath": "static/images/tabBar/dynamic.png",
  452. // "selectedIconPath": "static/images/tabBar/dynamic_selected.png",
  453. // "text": "工作圈"
  454. // }, {
  455. // "pagePath": "pages/tabBar/news",
  456. // "iconPath": "static/images/tabBar/news.png",
  457. // "selectedIconPath": "static/images/tabBar/news_selected.png",
  458. // "text": "消息"
  459. // },
  460. {
  461. "pagePath": "pages/tabBar/center",
  462. "iconPath": "static/images/tabBar/my.png",
  463. "selectedIconPath": "static/images/tabBar/my_selected.png",
  464. "text": "我的"
  465. }
  466. ]
  467. }
  468. }