pages.json 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802
  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/login/login",
  8. "style": {
  9. "navigationBarTitleText": ""
  10. }
  11. },
  12. {
  13. "path": "pages/login/apply-trial", // 申请试用
  14. "style": {
  15. "navigationStyle": "default", // 是否显示导航栏 default显示,custom不显示
  16. "navigationBarTitleText": "申请注册"
  17. }
  18. },
  19. {
  20. "path": "pages/index/index", // 货架
  21. "style": {
  22. "navigationBarTitleText": "货架",
  23. "enablePullDownRefresh": false
  24. }
  25. },
  26. {
  27. "path": "pages/login/userAuthYs",
  28. "style": {
  29. "navigationBarTitleText": "注意事项及服务协议"
  30. }
  31. },
  32. {
  33. "path": "pages/login/forget-pass",
  34. "style": {
  35. "navigationBarTitleText": "忘记密码"
  36. }
  37. },
  38. {
  39. "path": "pages/userCenter/index",
  40. "style": {
  41. "enablePullDownRefresh": false,
  42. "navigationStyle": "custom",
  43. // 将回弹属性关掉
  44. "bounce":"none"
  45. }
  46. },
  47. {
  48. "path": "pages/userCenter/changePwd", // 我的>修改密码
  49. "style": {
  50. "navigationBarTitleText": "修改密码"
  51. }
  52. },
  53. {
  54. "path": "pages/xtNotice/xtNotice", // 我的>消息
  55. "style": {
  56. "navigationBarTitleText": "消息",
  57. "navigationStyle":"custom",
  58. "app-plus":{
  59. "titleNView": {
  60. "titleAlign": "left",
  61. "buttons": [ //原生标题栏按钮配置,
  62. {
  63. "text": "设置全部已读" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  64. "fontSize": "14",
  65. "color": "#00aaff",
  66. "width":"100px"
  67. }
  68. ]
  69. }
  70. }
  71. }
  72. },
  73. {
  74. "path": "pages/xtNotice/xtNoticeDetail/xtNoticeDetail", // 我的>消息详情
  75. "style": {
  76. "navigationBarTitleText": "消息详情"
  77. }
  78. },
  79. {
  80. "path" : "pages/latePlay/chooseBulk",
  81. "style" :
  82. {
  83. "navigationBarTitleText": "选择货架",
  84. "enablePullDownRefresh": false
  85. }
  86. }
  87. ,{
  88. "path" : "pages/latePlay/chooseProduct",
  89. "style": {
  90. "navigationBarTitleText": "打印贴签",
  91. "navigationStyle":"custom",
  92. "app-plus":{
  93. "titleNView": {
  94. "titleAlign": "left",
  95. "buttons": [ //原生标题栏按钮配置,
  96. {
  97. "text": "\ue65a 批量打印" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  98. "fontSrc": "/static/iconfont/iconfont.ttf",
  99. "fontSize": "14",
  100. "color": "#00aaff",
  101. "width":"110px"
  102. }
  103. ]
  104. }
  105. }
  106. }
  107. },
  108. {
  109. "path" : "pages/index/printAbc",
  110. "style" :
  111. {
  112. "navigationBarTitleText": "打印ABC",
  113. "enablePullDownRefresh": false
  114. }
  115. },
  116. {
  117. "path" : "pages/shuntBackManage/shuntBackList",
  118. "style" :
  119. {
  120. "navigationBarTitleText": "调回管理",
  121. "enablePullDownRefresh": false
  122. }
  123. },
  124. {
  125. "path" : "pages/shuntBackManage/cancellingStocks",
  126. "style" :
  127. {
  128. "navigationBarTitleText": "调回退库",
  129. "enablePullDownRefresh": false,
  130. "titleView":false,
  131. // 将回弹属性关掉
  132. "bounce":"none"
  133. }
  134. },
  135. {
  136. "path" : "pages/shuntBackManage/detail",
  137. "style" :
  138. {
  139. "navigationBarTitleText": "调回详情",
  140. "enablePullDownRefresh": false
  141. }
  142. },
  143. {
  144. "path" : "pages/replenishmentManage/replenishmentList",
  145. "style" :
  146. {
  147. "navigationBarTitleText": "补货管理",
  148. "enablePullDownRefresh": false
  149. }
  150. },
  151. {
  152. "path" : "pages/replenishmentManage/confirm",
  153. "style" :
  154. {
  155. "navigationBarTitleText": "补货确认",
  156. "enablePullDownRefresh": false
  157. }
  158. },
  159. {
  160. "path" : "pages/replenishmentManage/outWarehousing",
  161. "style" :
  162. {
  163. "navigationBarTitleText": "补货出库",
  164. "navigationStyle":"custom",
  165. "app-plus":{
  166. "titleNView": {
  167. "titleAlign": "left",
  168. "buttons": [ //原生标题栏按钮配置,
  169. {
  170. "text": "\ue603 生成销售单" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  171. "fontSrc": "/static/iconfont/iconfont.ttf",
  172. "fontSize": "14",
  173. "color": "#ffffff",
  174. "width":"120px"
  175. }
  176. ]
  177. }
  178. }
  179. }
  180. },
  181. {
  182. "path" : "pages/replenishmentManage/manualPrint",
  183. "style" :
  184. {
  185. "navigationBarTitleText": "手动打印",
  186. "enablePullDownRefresh": false
  187. }
  188. },
  189. {
  190. "path" : "pages/replenishmentManage/scanCodePrint",
  191. "style" :
  192. {
  193. "navigationBarTitleText": "扫码打印",
  194. "enablePullDownRefresh": false
  195. }
  196. },
  197. {
  198. "path" : "pages/replenishmentManage/sendOutGoods",
  199. "style" :
  200. {
  201. "navigationBarTitleText": "扫码出库",
  202. "enablePullDownRefresh": false
  203. }
  204. },
  205. {
  206. "path" : "pages/replenishmentManage/signWarehousing",
  207. "style" :
  208. {
  209. "navigationBarTitleText": "补货签收",
  210. "navigationStyle":"custom",
  211. "app-plus":{
  212. "titleNView": {
  213. "titleAlign": "left",
  214. "buttons": [ //原生标题栏按钮配置,
  215. {
  216. "text": "\ue603 生成销售单" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  217. "fontSrc": "/static/iconfont/iconfont.ttf",
  218. "fontSize": "14",
  219. "color": "#ffffff",
  220. "width":"120px"
  221. }
  222. ]
  223. }
  224. }
  225. }
  226. },
  227. {
  228. "path" : "pages/replenishmentManage/detail",
  229. "style": {
  230. "navigationStyle": "custom" ,// 隐藏系统导航栏
  231. "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
  232. }
  233. }
  234. ,{
  235. "path" : "pages/common/printTag/printTag",
  236. "style" :
  237. {
  238. "navigationBarTitleText": "打印标签",
  239. "enablePullDownRefresh": false
  240. }
  241. },
  242. {
  243. "path": "pages/stock/index", // 库存
  244. "style": {
  245. "navigationBarTitleText": "库存",
  246. "enablePullDownRefresh": false
  247. }
  248. },
  249. {
  250. "path": "pages/stock/stockSearch", // 库存查询
  251. "style": {
  252. "navigationBarTitleText": "库存查询",
  253. "enablePullDownRefresh": false
  254. }
  255. },
  256. {
  257. "path": "pages/stock/detaiList", // 库存详情列表
  258. "style": {
  259. "navigationBarTitleText": "库存详情",
  260. "enablePullDownRefresh": false
  261. }
  262. },
  263. {
  264. "path": "pages/stock/stockDetail", // 库存详情
  265. "style": {
  266. "navigationBarTitleText": "库存详情",
  267. "enablePullDownRefresh": false
  268. }
  269. },
  270. {
  271. "path": "pages/stock/warehouseDetail", // 出入库明细详情
  272. "style": {
  273. "navigationBarTitleText": "出入库明细",
  274. "enablePullDownRefresh": false
  275. }
  276. },
  277. {
  278. "path": "pages/sales/index", // 销售
  279. "style": {
  280. "navigationBarTitleText": "销售",
  281. "enablePullDownRefresh": false
  282. }
  283. },
  284. {
  285. "path": "pages/sales/list", // 销售列表
  286. "style": {
  287. "navigationBarTitleText": "销售单",
  288. "navigationStyle":"custom",
  289. "app-plus":{
  290. "titleNView": {
  291. "titleAlign": "left",
  292. "buttons": [ //原生标题栏按钮配置,
  293. {
  294. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  295. "fontSrc": "/static/iconfont/iconfont.ttf",
  296. "fontSize": "14",
  297. "width":"90px"
  298. }
  299. ]
  300. }
  301. }
  302. }
  303. },
  304. {
  305. "path": "pages/sales/addSales", // 新增销售单
  306. "style": {
  307. "navigationBarTitleText": "新增销售单",
  308. "enablePullDownRefresh": false
  309. }
  310. },
  311. {
  312. "path": "pages/sales/edit", // 新增销售单/编辑销售单/销售单详情
  313. "style": {
  314. "navigationBarTitleText": "销售单",
  315. "enablePullDownRefresh": false
  316. }
  317. },
  318. {
  319. "path": "pages/sales/chooseProduct", // 选择产品
  320. "style": {
  321. "navigationBarTitleText": "选择产品",
  322. "navigationStyle":"custom",
  323. "app-plus":{
  324. "titleNView": {
  325. "titleAlign": "left",
  326. "buttons": [ //原生标题栏按钮配置,
  327. {
  328. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  329. "fontSrc": "/static/iconfont/iconfont.ttf",
  330. "fontSize": "14",
  331. "width":"90px"
  332. }
  333. ]
  334. }
  335. }
  336. }
  337. },
  338. {
  339. "path": "pages/sales/chooseCustomer", // 销售单 选择客户
  340. "style": {
  341. "navigationBarTitleText": "选择客户",
  342. "enablePullDownRefresh": false
  343. }
  344. },
  345. {
  346. "path": "pages/sales/addCustomer", // 销售单 选择客户
  347. "style": {
  348. "navigationBarTitleText": "新增客户",
  349. "enablePullDownRefresh": false
  350. }
  351. },
  352. {
  353. "path": "pages/sales/productPricing", // 产品报价
  354. "style": {
  355. "navigationBarTitleText": "产品报价",
  356. "navigationStyle":"custom",
  357. "app-plus":{
  358. "titleNView": {
  359. "titleAlign": "left",
  360. "buttons": [ //原生标题栏按钮配置,
  361. {
  362. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  363. "fontSrc": "/static/iconfont/iconfont.ttf",
  364. "fontSize": "14",
  365. "width":"90px"
  366. }
  367. ]
  368. }
  369. }
  370. }
  371. },
  372. {
  373. "path" : "pages/webviews/openview",
  374. "style" :
  375. {
  376. "navigationBarTitleText": "网页",
  377. "enablePullDownRefresh": false
  378. }
  379. }
  380. ,{
  381. "path" : "pages/sales/salesRecord",
  382. "style" :
  383. {
  384. "navigationBarTitleText": "销售记录",
  385. "enablePullDownRefresh": false
  386. }
  387. }
  388. ,{
  389. "path" : "pages/approveStore/list",
  390. "style" :
  391. {
  392. "navigationBarTitleText": "门店审核",
  393. "enablePullDownRefresh": false
  394. }
  395. }
  396. ,{
  397. "path" : "pages/approveStore/authPass",
  398. "style" :
  399. {
  400. "navigationBarTitleText": "审核通过",
  401. "enablePullDownRefresh": false
  402. }
  403. }
  404. ,{
  405. "path" : "pages/approveStore/detail",
  406. "style" :
  407. {
  408. "navigationBarTitleText": "门店审核详情",
  409. "enablePullDownRefresh": false
  410. }
  411. }
  412. ,{
  413. "path" : "pages/shelfSetting/shelfList",
  414. "style" :
  415. {
  416. "navigationBarTitleText": "选择货架",
  417. "enablePullDownRefresh": false
  418. }
  419. }
  420. ,{
  421. "path" : "pages/shelfSetting/shelfSet",
  422. "style": {
  423. "navigationStyle": "custom" ,// 隐藏系统导航栏
  424. "navigationBarTextStyle": "black" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
  425. }
  426. }
  427. ,{
  428. "path" : "pages/shelfSetting/editShelf",
  429. "style" :
  430. {
  431. "navigationBarTitleText": "修改货架名称",
  432. "enablePullDownRefresh": false
  433. }
  434. }
  435. ,{
  436. "path" : "pages/shelfSetting/searchShelfHw",
  437. "style" :
  438. {
  439. "navigationBarTitleText": "按产品搜索",
  440. "enablePullDownRefresh": false
  441. }
  442. }
  443. ,{
  444. "path" : "pages/shelfSetting/editShelfHw",
  445. "style" :
  446. {
  447. "navigationBarTitleText": "编辑货位",
  448. "enablePullDownRefresh": false
  449. }
  450. }
  451. ,{
  452. "path" : "pages/shelfSetting/addShelfHw",
  453. "style" :
  454. {
  455. "navigationBarTitleText": "新增货位",
  456. "enablePullDownRefresh": false
  457. }
  458. }
  459. ,{
  460. "path" : "pages/shelfSetting/bindProduct",
  461. "style" :
  462. {
  463. "navigationBarTitleText": "绑定产品",
  464. "enablePullDownRefresh": false
  465. }
  466. }
  467. ,{
  468. "path" : "pages/shelfSetting/batchPrint",
  469. "style" :
  470. {
  471. "navigationBarTitleText": "批量打印",
  472. "enablePullDownRefresh": false
  473. }
  474. }
  475. ,{
  476. "path" : "pages/shelfSetting/quickReplenish",
  477. "style" :
  478. {
  479. "navigationBarTitleText": "快速补货",
  480. "enablePullDownRefresh": false
  481. }
  482. }
  483. ,{
  484. "path" : "pages/stockCheck/shelfList",
  485. "style" :
  486. {
  487. "navigationBarTitleText": "选择货架",
  488. "enablePullDownRefresh": false
  489. }
  490. }
  491. ,{
  492. "path" : "pages/stockCheck/startCheck",
  493. "style": {
  494. "navigationBarTitleText": "库存盘点",
  495. "navigationStyle":"custom",
  496. "app-plus":{
  497. "titleNView": {
  498. "titleAlign": "left",
  499. "buttons": [ //原生标题栏按钮配置,
  500. {
  501. "text": "\ue694 盘点历史" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  502. "fontSrc": "/static/iconfont/iconfont.ttf",
  503. "fontSize": "14",
  504. "color": "#00aaff",
  505. "width":"120px"
  506. }
  507. ]
  508. }
  509. }
  510. }
  511. }
  512. ,{
  513. "path" : "pages/stockCheck/submitStockCheck",
  514. "style" :
  515. {
  516. "navigationBarTitleText": "提交盘点单",
  517. "enablePullDownRefresh": false
  518. }
  519. }
  520. ,{
  521. "path" : "pages/stockCheck/checkRecord",
  522. "style" :
  523. {
  524. "navigationBarTitleText": "盘点历史",
  525. "enablePullDownRefresh": false
  526. }
  527. }
  528. ,{
  529. "path" : "pages/batchShelves/index",
  530. "style" :
  531. {
  532. "navigationBarTitleText": "批量上架—选层",
  533. "enablePullDownRefresh": false
  534. }
  535. }
  536. ,{
  537. "path" : "pages/batchShelves/scanProduct",
  538. "style" :
  539. {
  540. "navigationBarTitleText": "扫描条形码",
  541. "enablePullDownRefresh": false,
  542. "app-plus":{
  543. "titleNView": {
  544. "titleAlign": "left",
  545. "buttons": [ //原生标题栏按钮配置,
  546. {
  547. "text": "\ue694 搜索" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  548. "fontSrc": "/static/iconfont/iconfont.ttf",
  549. "fontSize": "16",
  550. "color": "#00aaff",
  551. "width":"80px"
  552. }
  553. ]
  554. }
  555. }
  556. }
  557. }
  558. ,{
  559. "path" : "pages/batchShelves/searchProduct",
  560. "style" :
  561. {
  562. "navigationBarTitleText": "产品编码搜索",
  563. "enablePullDownRefresh": false,
  564. "app-plus":{
  565. "titleNView": {
  566. "titleAlign": "left",
  567. "buttons": [ //原生标题栏按钮配置,
  568. {
  569. "text": "\ue617 扫码" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  570. "fontSrc": "/static/iconfont/iconfont.ttf",
  571. "fontSize": "16",
  572. "color": "#00aaff",
  573. "width":"80px"
  574. }
  575. ]
  576. }
  577. }
  578. }
  579. }
  580. ,{
  581. "path" : "pages/batchShelves/cartList",
  582. "style" :
  583. {
  584. "navigationBarTitleText": "批量上架",
  585. "enablePullDownRefresh": false,
  586. "app-plus":{
  587. "titleNView": {
  588. "titleAlign": "left",
  589. "buttons": [ //原生标题栏按钮配置,
  590. {
  591. "text": "\ue67a 上架" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  592. "fontSrc": "/static/iconfont/iconfont.ttf",
  593. "fontSize": "14",
  594. "color": "#00aaff",
  595. "width":"80px"
  596. },
  597. {
  598. "text": "\ue65a 打印" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  599. "fontSrc": "/static/iconfont/iconfont.ttf",
  600. "fontSize": "14",
  601. "color": "#00aaff",
  602. "width":"auto"
  603. }
  604. ]
  605. }
  606. }
  607. }
  608. },{
  609. "path" : "pages/batchShelves/editShelfHw",
  610. "style" :
  611. {
  612. "navigationBarTitleText": "编辑上架信息",
  613. "enablePullDownRefresh": false
  614. }
  615. }
  616. ,{
  617. "path" : "pages/batchShelves/setProductCost",
  618. "style" :
  619. {
  620. "navigationBarTitleText": "结算价设置",
  621. "enablePullDownRefresh": false
  622. }
  623. }
  624. ,{
  625. "path" : "pages/batchShelves/batchPrint/batchPrint",
  626. "style" :
  627. {
  628. "navigationBarTitleText": "批量打印",
  629. "enablePullDownRefresh": false
  630. }
  631. }
  632. ,{
  633. "path" : "pages/shelfOrder/shelfOrder",
  634. "style" :
  635. {
  636. "navigationBarTitleText": "货架订单",
  637. "enablePullDownRefresh": false,
  638. "app-plus":{
  639. "titleNView": {
  640. "titleAlign": "left",
  641. "buttons": [ //原生标题栏按钮配置,
  642. {
  643. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  644. "fontSrc": "/static/iconfont/iconfont.ttf",
  645. "fontSize": "14",
  646. "width":"80px"
  647. }
  648. ]
  649. }
  650. }
  651. }
  652. }
  653. ,{
  654. "path" : "pages/shelfOrder/orderDetail",
  655. "style" :
  656. {
  657. "navigationBarTitleText": "货架订单详情",
  658. "enablePullDownRefresh": false
  659. }
  660. }
  661. ,{
  662. "path" : "pages/statistics/index",
  663. "style" :
  664. {
  665. "navigationBarTitleText": "销售统计",
  666. "navigationStyle":"custom",
  667. "app-plus":{
  668. "titleNView": {
  669. "titleAlign": "left",
  670. "buttons": [ //原生标题栏按钮配置,
  671. {
  672. "text": "\ue626 本周" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  673. "fontSrc": "/static/iconfont/iconfont.ttf",
  674. "fontSize": "14",
  675. "color": "#00aaff",
  676. "width":"90px"
  677. }
  678. ]
  679. }
  680. }
  681. }
  682. }
  683. ,{
  684. "path" : "pages/statistics/chooseShelf",
  685. "style" :
  686. {
  687. "navigationBarTitleText": "选择客户",
  688. "enablePullDownRefresh": false
  689. }
  690. }
  691. ,{
  692. "path" : "pages/vinAnalyse/shelfList",
  693. "style" :
  694. {
  695. "navigationBarTitleText": "选择货架",
  696. "enablePullDownRefresh": false
  697. }
  698. }
  699. ,{
  700. "path" : "pages/vinAnalyse/fitProductlist",
  701. "style" :
  702. {
  703. "navigationBarTitleText": "适配产品统计",
  704. "navigationStyle":"custom",
  705. "app-plus":{
  706. "titleNView": {
  707. "titletext": "适配产品统计"
  708. }
  709. }
  710. }
  711. }
  712. ,{
  713. "path" : "pages/vinAnalyse/shelfAnalyse",
  714. "style": {
  715. "navigationStyle":"custom",
  716. "app-plus":{
  717. "titleNView": {
  718. "titletext":"VIN分析",
  719. "titleAlign": "left",
  720. "buttons": [ //原生标题栏按钮配置,
  721. {
  722. "text": "\ue626 适配产品统计" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  723. "fontSrc": "/static/iconfont/iconfont.ttf",
  724. "fontSize": "14",
  725. "color": "#00aaff",
  726. "width":"140px"
  727. }
  728. ]
  729. }
  730. }
  731. }
  732. }
  733. ],
  734. "globalStyle": {
  735. "navigationBarTextStyle": "black",
  736. "navigationBarTitleText": "iscm",
  737. "navigationBarBackgroundColor": "#FFFFFF",
  738. "backgroundColor": "#f2f2f2",
  739. "app-plus": {
  740. // 将回弹属性关掉
  741. "bounce": "none",
  742. "scrollIndicator": "none",
  743. "titleAlign": "left",
  744. "disableSwipeBack": true,
  745. "softinputMode":"adjustResize"
  746. }
  747. },
  748. "tabBar": {
  749. "fontSize": "14px",
  750. "list": [
  751. {
  752. "pagePath": "pages/sales/index",
  753. "text": "销售",
  754. "visible": true
  755. },
  756. {
  757. "pagePath": "pages/stock/index",
  758. "text": "库存",
  759. "visible": true
  760. },
  761. {
  762. "pagePath": "pages/index/index",
  763. "text": "货架",
  764. "visible": true
  765. },
  766. {
  767. "pagePath": "pages/statistics/index",
  768. "text": "统计",
  769. "visible": true
  770. },
  771. {
  772. "pagePath": "pages/userCenter/index",
  773. "text": "我的",
  774. "visible": true
  775. }
  776. ]
  777. }
  778. }