pages.json 33 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/home/index",
  5. "style": {
  6. "navigationBarTextStyle": "black",
  7. "navigationBarBackgroundColor": "#eeeeee",
  8. "backgroundColor": "#f3f3f3",
  9. "app-plus": {
  10. "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
  11. "webviewBGTransparent": true,
  12. "mask": "none",
  13. "opacity": 0.9,
  14. "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
  15. }
  16. }
  17. },
  18. {
  19. "path": "pages/app/index",
  20. "style": {
  21. "navigationBarTitleText": "应用",
  22. "navigationBarTextStyle": "black",
  23. "navigationBarBackgroundColor": "#eeeeee",
  24. "backgroundColor": "#a3a3a3",
  25. "app-plus": {
  26. "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
  27. "background": "transparent", // 背景透明
  28. "backgroundColor": "rgba(0,0,0,0)", // 背景透明
  29. "webviewBGTransparent": true,
  30. "mask": "none",
  31. "opacity": 0.9,
  32. "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
  33. }
  34. }
  35. },
  36. {
  37. "path": "pages/user/index",
  38. "style": {
  39. "navigationBarTextStyle": "black",
  40. "navigationBarTitleText": "",
  41. "navigationStyle": "custom", // 取消本页面的导航栏
  42. "app-plus": {
  43. "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
  44. "background": "transparent", // 背景透明
  45. "backgroundColor": "rgba(0,0,0,0)", // 背景透明
  46. "webviewBGTransparent": true,
  47. "mask": "none",
  48. "opacity": 0.9,
  49. "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
  50. }
  51. }
  52. }, {
  53. "path": "pages/user/payCode",
  54. "style": {
  55. "navigationBarTextStyle": "black",
  56. "navigationBarTitleText": "HS 码",
  57. "navigationBarBackgroundColor": "#d7fdfc",
  58. "backgroundColor": "#c2f5ed",
  59. "enablePullDownRefresh": false
  60. }
  61. }, {
  62. "path": "pages/user/expense/expenseCalendar",
  63. "style": {
  64. "navigationBarTextStyle": "black",
  65. "backgroundColor": "#f3f3f3",
  66. "navigationBarTitleText": "消费记录",
  67. "navigationBarBackgroundColor": "#eeeeee",
  68. "enablePullDownRefresh": false
  69. }
  70. }, {
  71. "path": "pages/user/rechargeHistory",
  72. "style": {
  73. "navigationBarTextStyle": "black",
  74. "navigationBarBackgroundColor": "#eeeeee",
  75. "navigationBarTitleText": "充值记录",
  76. "enablePullDownRefresh": false
  77. }
  78. }, {
  79. "path": "pages/user/card",
  80. "style": {
  81. "navigationBarTextStyle": "black",
  82. "navigationBarTitleText": "已绑定卡片",
  83. "navigationBarBackgroundColor": "#eeeeee",
  84. "backgroundColor": "#ffffff",
  85. "enablePullDownRefresh": false
  86. }
  87. }, {
  88. "path": "pages/user/notification",
  89. "style": {
  90. "navigationBarTextStyle": "black",
  91. "navigationBarTitleText": "消息提醒",
  92. "navigationBarBackgroundColor": "#eeeeee",
  93. "backgroundColor": "#ebebeb",
  94. "enablePullDownRefresh": false
  95. }
  96. }, {
  97. "path": "pages/user/settings/settings",
  98. "style": {
  99. "navigationBarTextStyle": "black",
  100. "navigationBarTitleText": "系统设置",
  101. "navigationBarBackgroundColor": "#eeeeee",
  102. "backgroundColor": "#ffffff",
  103. "enablePullDownRefresh": false
  104. }
  105. }, {
  106. "path": "pages/user/expense/details",
  107. "style": {
  108. "navigationBarTextStyle": "black",
  109. "navigationBarBackgroundColor": "#eeeeee",
  110. "navigationBarTitleText": "消费详情",
  111. "enablePullDownRefresh": false
  112. }
  113. },
  114. {
  115. "path": "pages/home/myWebView",
  116. "style": {
  117. "navigationBarTextStyle": "black",
  118. "navigationBarBackgroundColor": "#eeeeee",
  119. "navigationBarTitleText": "浏览",
  120. "enablePullDownRefresh": false,
  121. "app-plus": {
  122. "titleNView": {
  123. "backgroundColor": "rgb(255, 255, 255)"
  124. }
  125. }
  126. }
  127. }, {
  128. "path": "pages/task/index",
  129. "style": {
  130. "navigationBarTextStyle": "black",
  131. "navigationBarTitleText": "任务",
  132. "enablePullDownRefresh": false
  133. }
  134. }, {
  135. "path": "pages/task/details",
  136. "style": {
  137. "navigationBarTextStyle": "black",
  138. "navigationBarTitleText": "任务详情",
  139. "navigationBarBackgroundColor": "#37babd"
  140. }
  141. }, {
  142. "path": "pages/home/more",
  143. "style": {
  144. "navigationBarTextStyle": "black",
  145. "navigationBarTitleText": "更多",
  146. "enablePullDownRefresh": false,
  147. "navigationBarBackgroundColor": "#eeeeee",
  148. "titleNView": {
  149. "backgroundColor": "rgb(255, 255, 255)"
  150. }
  151. }
  152. },
  153. {
  154. "path": "pages/orderFood/index",
  155. "style": {
  156. "navigationBarTextStyle": "black",
  157. "navigationBarBackgroundColor": "#eeeeee",
  158. "backgroundColor": "#f3f3f3",
  159. "app-plus": {
  160. "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
  161. "background": "transparent", // 背景透明
  162. "backgroundColor": "rgba(0,0,0,0)", // 背景透明
  163. "webviewBGTransparent": true,
  164. "mask": "none",
  165. "opacity": 0.9,
  166. "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
  167. }
  168. }
  169. },
  170. {
  171. "path": "pages/orderFood/ok",
  172. "style": {
  173. "navigationBarTextStyle": "black",
  174. "enablePullDownRefresh": false,
  175. "backgroundColor": "#f3f3f3",
  176. "navigationBarBackgroundColor": "#eeeeee"
  177. }
  178. },
  179. {
  180. "path": "pages/orderFood/list",
  181. "style": {
  182. "navigationBarTextStyle": "black",
  183. "backgroundColor": "#f3f3f3",
  184. "navigationBarTitleText": "待支付菜单",
  185. "navigationBarBackgroundColor": "#eeeeee",
  186. "enablePullDownRefresh": false
  187. }
  188. },
  189. {
  190. "path": "pages/integral/index",
  191. "style": {
  192. "navigationBarTitleText": "积分兑换",
  193. "navigationBarTextStyle": "black",
  194. "navigationBarBackgroundColor": "#eeeeee",
  195. "backgroundColor": "#f3f3f3",
  196. // "enablePullDownRefresh": true,
  197. "app-plus": {
  198. "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
  199. "background": "transparent", // 背景透明
  200. "backgroundColor": "rgba(0,0,0,0)", // 背景透明
  201. "webviewBGTransparent": true,
  202. "mask": "none",
  203. "opacity": 0.9,
  204. "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
  205. }
  206. }
  207. },
  208. {
  209. "path": "pages/integral/list",
  210. "style": {
  211. "navigationBarTextStyle": "black",
  212. "backgroundColor": "#f3f3f3",
  213. "navigationBarTitleText": "待支付商品",
  214. "navigationBarBackgroundColor": "#eeeeee",
  215. "enablePullDownRefresh": false
  216. }
  217. }, {
  218. "path": "pages/integral/shopcar",
  219. "style": {
  220. "navigationBarTextStyle": "black",
  221. "backgroundColor": "#ebebeb",
  222. "backgroundColorBottom": "#ebebeb",
  223. "navigationBarTitleText": "购物车",
  224. "navigationBarBackgroundColor": "#ebebeb",
  225. "enablePullDownRefresh": false
  226. }
  227. }, {
  228. "path": "pages/integral/ls",
  229. "style": {
  230. "navigationBarTextStyle": "black",
  231. "backgroundColor": "#f3f3f3",
  232. "navigationBarTitleText": "积分",
  233. "navigationBarBackgroundColor": "#eeeeee",
  234. "enablePullDownRefresh": false
  235. }
  236. }, {
  237. "path": "pages/user/profile",
  238. "style": {
  239. "navigationBarTextStyle": "black",
  240. "navigationBarTitleText": "档案",
  241. "navigationBarBackgroundColor": "#eeeeee",
  242. "enablePullDownRefresh": false
  243. }
  244. }, {
  245. "path": "pages/integral/more",
  246. "style": {
  247. "navigationBarTextStyle": "black",
  248. "navigationBarTitleText": "商品详情",
  249. "navigationBarBackgroundColor": "#eeeeee",
  250. "enablePullDownRefresh": false
  251. }
  252. }, {
  253. "path": "pages/integral/ok",
  254. "style": {
  255. "navigationBarTextStyle": "black",
  256. "navigationBarTitleText": "支付结果",
  257. "navigationBarBackgroundColor": "#eeeeee",
  258. "enablePullDownRefresh": false
  259. }
  260. },
  261. {
  262. "path": "pages/tabbar/wpTabbar",
  263. "style": {
  264. "navigationBarTextStyle": "black",
  265. "navigationBarBackgroundColor": "#eeeeee",
  266. "backgroundColor": "#f3f3f3",
  267. "app-plus": {
  268. "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
  269. "background": "transparent", // 背景透明
  270. "backgroundColor": "rgba(0,0,0,0)", // 背景透明
  271. "webviewBGTransparent": true,
  272. "mask": "none",
  273. "opacity": 0.9,
  274. "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
  275. }
  276. }
  277. }
  278. ],
  279. "subPackages": [{
  280. "root": "pageA",
  281. "pages": [{
  282. "path": "login/login",
  283. "style": {
  284. "navigationBarTextStyle": "black",
  285. "navigationBarTitleText": "",
  286. "navigationStyle": "custom", // 取消本页面的导航栏
  287. "app-plus": {
  288. "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
  289. "background": "transparent", // 背景透明
  290. "backgroundColor": "rgba(0,0,0,0)", // 背景透明
  291. "webviewBGTransparent": true,
  292. "mask": "none",
  293. "opacity": 0.9,
  294. "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
  295. }
  296. }
  297. }, {
  298. "path": "login/selectOrg",
  299. "style": {
  300. "navigationBarTextStyle": "black",
  301. "navigationBarTitleText": "",
  302. "navigationStyle": "custom", // 取消本页面的导航栏
  303. "app-plus": {
  304. "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
  305. "background": "transparent", // 背景透明
  306. "backgroundColor": "rgba(0,0,0,0)", // 背景透明
  307. "webviewBGTransparent": true,
  308. "mask": "none",
  309. "opacity": 0.9,
  310. "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
  311. }
  312. }
  313. }, {
  314. "path": "login/forget",
  315. "style": {
  316. "navigationBarTextStyle": "black",
  317. "navigationBarTitleText": "重置密码",
  318. "navigationBarBackgroundColor": "#eeeeee",
  319. "backgroundColor": "#ffffff",
  320. "enablePullDownRefresh": false
  321. }
  322. }, {
  323. "path": "login/register",
  324. "style": {
  325. "navigationBarTextStyle": "black",
  326. "navigationBarTitleText": "注册",
  327. "navigationBarBackgroundColor": "#eeeeee",
  328. "backgroundColor": "#ffffff",
  329. "enablePullDownRefresh": false
  330. }
  331. }, {
  332. "path": "psq/form",
  333. "style": {
  334. "navigationBarTextStyle": "black",
  335. "navigationBarTitleText": "消费记录",
  336. "navigationBarBackgroundColor": "#eeeeee",
  337. "enablePullDownRefresh": false
  338. }
  339. }, {
  340. "path": "psq/dayForm",
  341. "style": {
  342. "navigationBarTextStyle": "black",
  343. "navigationBarTitleText": "消费记录",
  344. "navigationBarBackgroundColor": "#eeeeee",
  345. "enablePullDownRefresh": false
  346. }
  347. }, {
  348. "path": "msg/index",
  349. "style": {
  350. "navigationBarTextStyle": "black",
  351. "backgroundColor": "#f3f3f3",
  352. "navigationBarTitleText": "通讯录",
  353. "navigationBarBackgroundColor": "#eeeeee",
  354. "enablePullDownRefresh": false
  355. }
  356. }, {
  357. "path": "salary/salary",
  358. "style": {
  359. "navigationBarTextStyle": "black",
  360. "backgroundColor": "#f3f3f3",
  361. "navigationBarTitleText": "工资",
  362. "navigationBarBackgroundColor": "#eeeeee",
  363. "enablePullDownRefresh": false
  364. }
  365. }, {
  366. "path": "salary/salarySlip",
  367. "style": {
  368. "navigationBarTextStyle": "black",
  369. "backgroundColor": "#f3f3f3",
  370. "navigationBarTitleText": "工资条",
  371. "navigationBarBackgroundColor": "#eeeeee",
  372. "enablePullDownRefresh": false
  373. }
  374. }, {
  375. "path": "notice/notice",
  376. "style": {
  377. "navigationBarTextStyle": "black",
  378. "backgroundColor": "#f3f3f3",
  379. "navigationBarTitleText": "详情",
  380. "navigationBarBackgroundColor": "#eeeeee",
  381. "enablePullDownRefresh": false
  382. }
  383. }, {
  384. "path": "msg/abList",
  385. "style": {
  386. "navigationBarTextStyle": "black",
  387. "backgroundColor": "#f3f3f3",
  388. "navigationBarTitleText": "通讯录",
  389. "navigationBarBackgroundColor": "#eeeeee",
  390. "enablePullDownRefresh": false
  391. }
  392. }, {
  393. "path": "msg/visitingCard",
  394. "style": {
  395. "navigationBarTextStyle": "black",
  396. "backgroundColor": "#f3f3f3",
  397. "navigationBarTitleText": "名片",
  398. "navigationBarBackgroundColor": "#eeeeee",
  399. "enablePullDownRefresh": false
  400. }
  401. }, {
  402. "path": "msg/groupAb",
  403. "style": {
  404. "navigationBarTextStyle": "black",
  405. "backgroundColor": "#f3f3f3",
  406. "navigationBarTitleText": "通讯录",
  407. "navigationBarBackgroundColor": "#eeeeee",
  408. "enablePullDownRefresh": false
  409. }
  410. }, {
  411. "path": "msg/userMsgList",
  412. "style": {
  413. "navigationStyle": "custom"
  414. // "navigationBarTextStyle": "black",
  415. // "backgroundColor": "#f3f3f3",
  416. // "navigationBarTitleText": "消息列表",
  417. // "navigationBarBackgroundColor": "#eeeeee",
  418. // "enablePullDownRefresh": false
  419. }
  420. }, {
  421. "path": "card/activetion",
  422. "style": {
  423. "navigationBarTextStyle": "black",
  424. "backgroundColor": "#f3f3f3",
  425. "navigationBarTitleText": "卡片激活",
  426. "navigationBarBackgroundColor": "#eeeeee",
  427. "enablePullDownRefresh": false
  428. }
  429. }, {
  430. "path": "card/index",
  431. "style": {
  432. "navigationBarTextStyle": "black",
  433. "backgroundColor": "#f3f3f3",
  434. "navigationBarTitleText": "会积分",
  435. "navigationBarBackgroundColor": "#eeeeee",
  436. "enablePullDownRefresh": false
  437. }
  438. }, {
  439. "path": "card/addressMgt",
  440. "style": {
  441. "navigationBarTextStyle": "black",
  442. "backgroundColor": "#f3f3f3",
  443. "navigationBarTitleText": "地址管理",
  444. "navigationBarBackgroundColor": "#eeeeee",
  445. "enablePullDownRefresh": false
  446. }
  447. }, {
  448. "path": "card/amassScoreRecord",
  449. "style": {
  450. "navigationBarTextStyle": "black",
  451. "backgroundColor": "#f3f3f3",
  452. "navigationBarTitleText": "积分记录",
  453. "navigationBarBackgroundColor": "#eeeeee",
  454. "enablePullDownRefresh": false
  455. }
  456. }, {
  457. "path": "card/orderProcess",
  458. "style": {
  459. "navigationBarTextStyle": "black",
  460. "backgroundColor": "#f3f3f3",
  461. "navigationBarTitleText": "订单进度",
  462. "navigationBarBackgroundColor": "#eeeeee",
  463. "enablePullDownRefresh": false
  464. }
  465. }, {
  466. "path": "card/addressList",
  467. "style": {
  468. "navigationBarTextStyle": "black",
  469. "backgroundColor": "#f3f3f3",
  470. "navigationBarTitleText": "地址列表",
  471. "navigationBarBackgroundColor": "#eeeeee",
  472. "enablePullDownRefresh": false
  473. }
  474. }, {
  475. "path": "card/grant",
  476. "style": {
  477. "navigationBarTextStyle": "black",
  478. "backgroundColor": "#f3f3f3",
  479. "navigationBarTitleText": "发放登记",
  480. "navigationBarBackgroundColor": "#eeeeee",
  481. "enablePullDownRefresh": false
  482. }
  483. }, {
  484. "path": "card/expense/expenseCalendar",
  485. "style": {
  486. "navigationBarTextStyle": "black",
  487. "backgroundColor": "#f3f3f3",
  488. "navigationBarTitleText": "订单列表",
  489. "navigationBarBackgroundColor": "#eeeeee",
  490. "enablePullDownRefresh": false
  491. }
  492. }, {
  493. "path": "card/expense/details",
  494. "style": {
  495. "navigationBarTextStyle": "black",
  496. "backgroundColor": "#f3f3f3",
  497. "navigationBarTitleText": "订单详情",
  498. "navigationBarBackgroundColor": "#eeeeee",
  499. "enablePullDownRefresh": false
  500. }
  501. }, {
  502. "path": "officefile/index",
  503. "style": {
  504. "navigationBarTitleText": "",
  505. "enablePullDownRefresh": false
  506. }
  507. }, {
  508. "path": "integral/index",
  509. "style": {
  510. "navigationBarTextStyle": "black",
  511. "backgroundColor": "#f3f3f3",
  512. "navigationBarTitleText": "积分兑换",
  513. "navigationBarBackgroundColor": "#eeeeee",
  514. "enablePullDownRefresh": false
  515. }
  516. }, {
  517. "path": "integral/shopcar",
  518. "style": {
  519. "backgroundColorBottom": "#f3f3f3",
  520. "backgroundColorTop": "#f3f3f3",
  521. "navigationBarTextStyle": "black",
  522. "backgroundColor": "#dadada",
  523. "navigationBarTitleText": "购物车",
  524. "navigationBarBackgroundColor": "#eeeeee",
  525. "enablePullDownRefresh": false
  526. }
  527. }, {
  528. "path": "integral/shopcarTemporary",
  529. "style": {
  530. "backgroundColorBottom": "#f3f3f3",
  531. "backgroundColorTop": "#f3f3f3",
  532. "navigationBarTextStyle": "black",
  533. "backgroundColor": "#dadada",
  534. "navigationBarTitleText": "购物车",
  535. "navigationBarBackgroundColor": "#eeeeee",
  536. "enablePullDownRefresh": false
  537. }
  538. }, {
  539. "path": "integral/list",
  540. "style": {
  541. "navigationBarTextStyle": "black",
  542. "backgroundColor": "#f3f3f3",
  543. "navigationBarTitleText": "确认兑换",
  544. "navigationBarBackgroundColor": "#eeeeee",
  545. "enablePullDownRefresh": false
  546. }
  547. }, {
  548. "path": "integral/ok",
  549. "style": {
  550. "navigationBarTextStyle": "black",
  551. "navigationBarBackgroundColor": "#eeeeee",
  552. "backgroundColor": "#f3f3f3",
  553. "app-plus": {
  554. "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
  555. "webviewBGTransparent": true,
  556. "mask": "none",
  557. "opacity": 0.9,
  558. "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
  559. }
  560. }
  561. }, {
  562. "path": "integral/expenseCalendar",
  563. "style": {
  564. "navigationBarTextStyle": "black",
  565. "backgroundColor": "#f3f3f3",
  566. "navigationBarTitleText": "兑换记录",
  567. "navigationBarBackgroundColor": "#eeeeee",
  568. "enablePullDownRefresh": false
  569. }
  570. }, {
  571. "path": "integral/details",
  572. "style": {
  573. "navigationBarTextStyle": "black",
  574. "backgroundColor": "#f3f3f3",
  575. "navigationBarTitleText": "详细",
  576. "navigationBarBackgroundColor": "#eeeeee",
  577. "enablePullDownRefresh": false
  578. }
  579. }, {
  580. "path": "club/index",
  581. "style": {
  582. "navigationBarTextStyle": "black",
  583. "backgroundColor": "#f3f3f3",
  584. "navigationBarTitleText": "活动报名",
  585. "navigationBarBackgroundColor": "#eeeeee",
  586. "enablePullDownRefresh": false
  587. }
  588. }, {
  589. "path": "club/more",
  590. "style": {
  591. "navigationBarTextStyle": "black",
  592. "backgroundColor": "#f3f3f3",
  593. "navigationBarTitleText": "详情",
  594. "navigationBarBackgroundColor": "#eeeeee",
  595. "enablePullDownRefresh": false
  596. }
  597. }, {
  598. "path": "club/appoint",
  599. "style": {
  600. "navigationBarTextStyle": "black",
  601. "backgroundColor": "#f3f3f3",
  602. "navigationBarTitleText": "历史活动记录",
  603. "navigationBarBackgroundColor": "#eeeeee",
  604. "enablePullDownRefresh": false
  605. }
  606. }, {
  607. "path": "club/welfareList",
  608. "style": {
  609. "navigationBarTextStyle": "black",
  610. "backgroundColor": "#f3f3f3",
  611. "navigationBarTitleText": "福利",
  612. "navigationBarBackgroundColor": "#eeeeee",
  613. "enablePullDownRefresh": false
  614. }
  615. }, {
  616. "path": "club/apply",
  617. "style": {
  618. "navigationBarTextStyle": "black",
  619. "backgroundColor": "#f3f3f3",
  620. "navigationBarTitleText": "报名提交",
  621. "navigationBarBackgroundColor": "#eeeeee",
  622. "enablePullDownRefresh": false
  623. }
  624. }, {
  625. "path": "kq/kqList",
  626. "style": {
  627. "navigationBarTextStyle": "black",
  628. "backgroundColor": "#f3f3f3",
  629. "navigationBarTitleText": "考勤记录",
  630. "navigationBarBackgroundColor": "#eeeeee",
  631. "enablePullDownRefresh": false
  632. }
  633. }, {
  634. "path": "club/careAndLove",
  635. "style": {
  636. "navigationBarTextStyle": "black",
  637. "backgroundColor": "#f3f3f3",
  638. "navigationBarTitleText": "关心关爱",
  639. "navigationBarBackgroundColor": "#eeeeee",
  640. "enablePullDownRefresh": false
  641. }
  642. }]
  643. },
  644. {
  645. "root": "pageApp",
  646. "pages": [{
  647. "path": "my/MyApproval",
  648. "style": {
  649. "backgroundColorBottom": "#f3f3f3",
  650. "backgroundColorTop": "#f3f3f3",
  651. "navigationBarTextStyle": "black",
  652. "backgroundColor": "#f3f3f3",
  653. "navigationBarTitleText": "我的审批",
  654. "navigationBarBackgroundColor": "#eeeeee",
  655. "enablePullDownRefresh": false
  656. }
  657. }, {
  658. "path": "ge/geApproval",
  659. "style": {
  660. "backgroundColorBottom": "#f3f3f3",
  661. "backgroundColorTop": "#f3f3f3",
  662. "navigationBarTextStyle": "black",
  663. "backgroundColor": "#f3f3f3",
  664. "navigationBarTitleText": "审批",
  665. "navigationBarBackgroundColor": "#eeeeee",
  666. "enablePullDownRefresh": false
  667. }
  668. },
  669. {
  670. "path": "ge/geNewsApproval",
  671. "style": {
  672. "backgroundColorBottom": "#f3f3f3",
  673. "backgroundColorTop": "#f3f3f3",
  674. "navigationBarTextStyle": "black",
  675. "backgroundColor": "#f3f3f3",
  676. "navigationBarTitleText": "审批",
  677. "navigationBarBackgroundColor": "#eeeeee",
  678. "enablePullDownRefresh": false
  679. }
  680. },
  681. {
  682. "path": "ge/geReserveApproval",
  683. "style": {
  684. "backgroundColorBottom": "#f3f3f3",
  685. "backgroundColorTop": "#f3f3f3",
  686. "navigationBarTextStyle": "black",
  687. "backgroundColor": "#f3f3f3",
  688. "navigationBarTitleText": "审批",
  689. "navigationBarBackgroundColor": "#eeeeee",
  690. "enablePullDownRefresh": false
  691. }
  692. },
  693. {
  694. "path": "ge/geEntry",
  695. "style": {
  696. "backgroundColorBottom": "#f3f3f3",
  697. "backgroundColorTop": "#f3f3f3",
  698. "navigationBarTextStyle": "black",
  699. "backgroundColor": "#f3f3f3",
  700. "navigationBarTitleText": "审批",
  701. "navigationBarBackgroundColor": "#eeeeee",
  702. "enablePullDownRefresh": false
  703. }
  704. }, {
  705. "path": "ge/geDimission",
  706. "style": {
  707. "backgroundColorBottom": "#f3f3f3",
  708. "backgroundColorTop": "#f3f3f3",
  709. "navigationBarTextStyle": "black",
  710. "backgroundColor": "#f3f3f3",
  711. "navigationBarTitleText": "审批",
  712. "navigationBarBackgroundColor": "#eeeeee",
  713. "enablePullDownRefresh": false
  714. }
  715. }, {
  716. "path": "ge/geNotice",
  717. "style": {
  718. "backgroundColorBottom": "#f3f3f3",
  719. "backgroundColorTop": "#f3f3f3",
  720. "navigationBarTextStyle": "black",
  721. "backgroundColor": "#f3f3f3",
  722. "navigationBarTitleText": "审批",
  723. "navigationBarBackgroundColor": "#eeeeee",
  724. "enablePullDownRefresh": false
  725. }
  726. }, {
  727. "path": "ge/geUseSeal",
  728. "style": {
  729. "backgroundColorBottom": "#f3f3f3",
  730. "backgroundColorTop": "#f3f3f3",
  731. "navigationBarTextStyle": "black",
  732. "backgroundColor": "#f3f3f3",
  733. "navigationBarTitleText": "审批",
  734. "navigationBarBackgroundColor": "#eeeeee",
  735. "enablePullDownRefresh": false
  736. }
  737. }, {
  738. "path": "ge/geShiftOfficial",
  739. "style": {
  740. "backgroundColorBottom": "#f3f3f3",
  741. "backgroundColorTop": "#f3f3f3",
  742. "navigationBarTextStyle": "black",
  743. "backgroundColor": "#f3f3f3",
  744. "navigationBarTitleText": "审批",
  745. "navigationBarBackgroundColor": "#eeeeee",
  746. "enablePullDownRefresh": false
  747. }
  748. }, {
  749. "path": "ge/geInterview",
  750. "style": {
  751. "backgroundColorBottom": "#f3f3f3",
  752. "backgroundColorTop": "#f3f3f3",
  753. "navigationBarTextStyle": "black",
  754. "backgroundColor": "#f3f3f3",
  755. "navigationBarTitleText": "审批",
  756. "navigationBarBackgroundColor": "#eeeeee",
  757. "enablePullDownRefresh": false
  758. }
  759. }, {
  760. "path": "ge/geDeviceRepairs",
  761. "style": {
  762. "backgroundColorBottom": "#f3f3f3",
  763. "backgroundColorTop": "#f3f3f3",
  764. "navigationBarTextStyle": "black",
  765. "backgroundColor": "#f3f3f3",
  766. "navigationBarTitleText": "审批",
  767. "navigationBarBackgroundColor": "#eeeeee",
  768. "enablePullDownRefresh": false
  769. }
  770. }, {
  771. "path": "ge/geDeviceScrap",
  772. "style": {
  773. "backgroundColorBottom": "#f3f3f3",
  774. "backgroundColorTop": "#f3f3f3",
  775. "navigationBarTextStyle": "black",
  776. "backgroundColor": "#f3f3f3",
  777. "navigationBarTitleText": "审批",
  778. "navigationBarBackgroundColor": "#eeeeee",
  779. "enablePullDownRefresh": false
  780. }
  781. }, {
  782. "path": "ge/gePurchase",
  783. "style": {
  784. "backgroundColorBottom": "#f3f3f3",
  785. "backgroundColorTop": "#f3f3f3",
  786. "navigationBarTextStyle": "black",
  787. "backgroundColor": "#f3f3f3",
  788. "navigationBarTitleText": "审批",
  789. "navigationBarBackgroundColor": "#eeeeee",
  790. "enablePullDownRefresh": false
  791. }
  792. },
  793. {
  794. "path": "hr/leave",
  795. "style": {
  796. "backgroundColorBottom": "#f3f3f3",
  797. "backgroundColorTop": "#f3f3f3",
  798. "navigationBarTextStyle": "black",
  799. "backgroundColor": "#f3f3f3",
  800. "navigationBarTitleText": "请假申请",
  801. "navigationBarBackgroundColor": "#eeeeee",
  802. "enablePullDownRefresh": false
  803. }
  804. },
  805. {
  806. "path": "my/myAll",
  807. "style": {
  808. "backgroundColorBottom": "#f3f3f3",
  809. "backgroundColorTop": "#f3f3f3",
  810. "navigationBarTextStyle": "black",
  811. "backgroundColor": "#f3f3f3",
  812. "navigationBarTitleText": "我的已办",
  813. "navigationBarBackgroundColor": "#eeeeee",
  814. "enablePullDownRefresh": false
  815. }
  816. },
  817. {
  818. "path": "my/myLaunch",
  819. "style": {
  820. "backgroundColorBottom": "#f3f3f3",
  821. "backgroundColorTop": "#f3f3f3",
  822. "navigationBarTextStyle": "black",
  823. "backgroundColor": "#f3f3f3",
  824. "navigationBarTitleText": "我的发起",
  825. "navigationBarBackgroundColor": "#eeeeee",
  826. "enablePullDownRefresh": false
  827. }
  828. }, {
  829. "path": "my/myCc",
  830. "style": {
  831. "backgroundColorBottom": "#f3f3f3",
  832. "backgroundColorTop": "#f3f3f3",
  833. "navigationBarTextStyle": "black",
  834. "backgroundColor": "#f3f3f3",
  835. "navigationBarTitleText": "抄送",
  836. "navigationBarBackgroundColor": "#eeeeee",
  837. "enablePullDownRefresh": false
  838. }
  839. },
  840. {
  841. "path": "hr/list",
  842. "style": {
  843. "backgroundColorBottom": "#f3f3f3",
  844. "backgroundColorTop": "#f3f3f3",
  845. "navigationBarTextStyle": "black",
  846. "backgroundColor": "#f3f3f3",
  847. "navigationBarTitleText": "请假记录",
  848. "navigationBarBackgroundColor": "#eeeeee",
  849. "enablePullDownRefresh": false
  850. }
  851. }, {
  852. "path": "administration/reserve",
  853. "style": {
  854. "backgroundColorBottom": "#f3f3f3",
  855. "backgroundColorTop": "#f3f3f3",
  856. "navigationBarTextStyle": "black",
  857. "backgroundColor": "#f3f3f3",
  858. "navigationBarTitleText": "物资",
  859. "navigationBarBackgroundColor": "#eeeeee",
  860. "enablePullDownRefresh": false
  861. }
  862. }, {
  863. "path": "administration/conference",
  864. "style": {
  865. "backgroundColorBottom": "#f3f3f3",
  866. "backgroundColorTop": "#f3f3f3",
  867. "navigationBarTextStyle": "black",
  868. "backgroundColor": "#f3f3f3",
  869. "navigationBarTitleText": "会议审批",
  870. "navigationBarBackgroundColor": "#eeeeee",
  871. "enablePullDownRefresh": false
  872. }
  873. }, {
  874. "path": "administration/useSeal",
  875. "style": {
  876. "backgroundColorBottom": "#f3f3f3",
  877. "backgroundColorTop": "#f3f3f3",
  878. "navigationBarTextStyle": "black",
  879. "backgroundColor": "#f3f3f3",
  880. "navigationBarTitleText": "用章申请",
  881. "navigationBarBackgroundColor": "#eeeeee",
  882. "enablePullDownRefresh": false
  883. }
  884. }, {
  885. "path": "administration/useCar",
  886. "style": {
  887. "backgroundColorBottom": "#f3f3f3",
  888. "backgroundColorTop": "#f3f3f3",
  889. "navigationBarTextStyle": "black",
  890. "backgroundColor": "#f3f3f3",
  891. "navigationBarTitleText": "用车申请",
  892. "navigationBarBackgroundColor": "#eeeeee",
  893. "enablePullDownRefresh": false
  894. }
  895. }, {
  896. "path": "administration/inform",
  897. "style": {
  898. "backgroundColorBottom": "#f3f3f3",
  899. "backgroundColorTop": "#f3f3f3",
  900. "navigationBarTextStyle": "black",
  901. "backgroundColor": "#f3f3f3",
  902. "navigationBarTitleText": "发起通知",
  903. "navigationBarBackgroundColor": "#eeeeee",
  904. "enablePullDownRefresh": false
  905. }
  906. }, {
  907. "path": "hr/performance",
  908. "style": {
  909. "backgroundColorBottom": "#f3f3f3",
  910. "backgroundColorTop": "#f3f3f3",
  911. "navigationBarTextStyle": "black",
  912. "backgroundColor": "#f3f3f3",
  913. "navigationBarTitleText": "绩效考评",
  914. "navigationBarBackgroundColor": "#eeeeee",
  915. "enablePullDownRefresh": false
  916. }
  917. }, {
  918. "path": "hr/entry",
  919. "style": {
  920. "backgroundColorBottom": "#f3f3f3",
  921. "backgroundColorTop": "#f3f3f3",
  922. "navigationBarTextStyle": "black",
  923. "backgroundColor": "#f3f3f3",
  924. "navigationBarTitleText": "入职申请",
  925. "navigationBarBackgroundColor": "#eeeeee",
  926. "enablePullDownRefresh": false
  927. }
  928. }, {
  929. "path": "hr/interview",
  930. "style": {
  931. "backgroundColorBottom": "#f3f3f3",
  932. "backgroundColorTop": "#f3f3f3",
  933. "navigationBarTextStyle": "black",
  934. "backgroundColor": "#f3f3f3",
  935. "navigationBarTitleText": "面试记录",
  936. "navigationBarBackgroundColor": "#eeeeee",
  937. "enablePullDownRefresh": false
  938. }
  939. }, {
  940. "path": "hr/hire",
  941. "style": {
  942. "backgroundColorBottom": "#f3f3f3",
  943. "backgroundColorTop": "#f3f3f3",
  944. "navigationBarTextStyle": "black",
  945. "backgroundColor": "#f3f3f3",
  946. "navigationBarTitleText": "录用申请",
  947. "navigationBarBackgroundColor": "#eeeeee",
  948. "enablePullDownRefresh": false
  949. }
  950. }, {
  951. "path": "hr/shiftOfficial",
  952. "style": {
  953. "backgroundColorBottom": "#f3f3f3",
  954. "backgroundColorTop": "#f3f3f3",
  955. "navigationBarTextStyle": "black",
  956. "backgroundColor": "#f3f3f3",
  957. "navigationBarTitleText": "转正申请",
  958. "navigationBarBackgroundColor": "#eeeeee",
  959. "enablePullDownRefresh": false
  960. }
  961. }, {
  962. "path": "hr/dimission",
  963. "style": {
  964. "backgroundColorBottom": "#f3f3f3",
  965. "backgroundColorTop": "#f3f3f3",
  966. "navigationBarTextStyle": "black",
  967. "backgroundColor": "#f3f3f3",
  968. "navigationBarTitleText": "离职申请",
  969. "navigationBarBackgroundColor": "#eeeeee",
  970. "enablePullDownRefresh": false
  971. }
  972. }, {
  973. "path": "other/contract",
  974. "style": {
  975. "backgroundColorBottom": "#f3f3f3",
  976. "backgroundColorTop": "#f3f3f3",
  977. "navigationBarTextStyle": "black",
  978. "backgroundColor": "#f3f3f3",
  979. "navigationBarTitleText": "合同管理",
  980. "navigationBarBackgroundColor": "#eeeeee",
  981. "enablePullDownRefresh": false
  982. }
  983. }, {
  984. "path": "other/purchase",
  985. "style": {
  986. "backgroundColorBottom": "#f3f3f3",
  987. "backgroundColorTop": "#f3f3f3",
  988. "navigationBarTextStyle": "black",
  989. "backgroundColor": "#f3f3f3",
  990. "navigationBarTitleText": "采购申请",
  991. "navigationBarBackgroundColor": "#eeeeee",
  992. "enablePullDownRefresh": false
  993. }
  994. }, {
  995. "path": "other/file",
  996. "style": {
  997. "backgroundColorBottom": "#f3f3f3",
  998. "backgroundColorTop": "#f3f3f3",
  999. "navigationBarTextStyle": "black",
  1000. "backgroundColor": "#f3f3f3",
  1001. "navigationBarTitleText": "文件审批",
  1002. "navigationBarBackgroundColor": "#eeeeee",
  1003. "enablePullDownRefresh": false
  1004. }
  1005. }, {
  1006. "path": "other/repairs",
  1007. "style": {
  1008. "backgroundColorBottom": "#f3f3f3",
  1009. "backgroundColorTop": "#f3f3f3",
  1010. "navigationBarTextStyle": "black",
  1011. "backgroundColor": "#f3f3f3",
  1012. "navigationBarTitleText": "报修申请",
  1013. "navigationBarBackgroundColor": "#eeeeee",
  1014. "enablePullDownRefresh": false
  1015. }
  1016. }, {
  1017. "path": "other/scrap",
  1018. "style": {
  1019. "backgroundColorBottom": "#f3f3f3",
  1020. "backgroundColorTop": "#f3f3f3",
  1021. "navigationBarTextStyle": "black",
  1022. "backgroundColor": "#f3f3f3",
  1023. "navigationBarTitleText": "报废申请",
  1024. "navigationBarBackgroundColor": "#eeeeee",
  1025. "enablePullDownRefresh": false
  1026. }
  1027. }, {
  1028. "path": "finance/costReimburse",
  1029. "style": {
  1030. "backgroundColorBottom": "#f3f3f3",
  1031. "backgroundColorTop": "#f3f3f3",
  1032. "navigationBarTextStyle": "black",
  1033. "backgroundColor": "#f3f3f3",
  1034. "navigationBarTitleText": "费用报销",
  1035. "navigationBarBackgroundColor": "#eeeeee",
  1036. "enablePullDownRefresh": false
  1037. }
  1038. }
  1039. ]
  1040. }
  1041. ],
  1042. "preloadRule": {
  1043. "pageA/login/login": {
  1044. "network": "all",
  1045. "packages": ["__APP__"]
  1046. }
  1047. },
  1048. // 原生的导航
  1049. "tabBar": {
  1050. // 需要时HexColor,设置成red 无法识别,下方颜色设置同理
  1051. "selectedColor": "#555",
  1052. "backgroundColor": "#f3f3f3",
  1053. "color": "#7A7E83",
  1054. "borderStyle": "white",
  1055. "height": "70px",
  1056. "list": [{
  1057. "pagePath": "pages/home/index",
  1058. "iconPath": "static/img/tab-icon/home.png",
  1059. "selectedIconPath": "static/img/tab-icon/home-active.png",
  1060. "text": "首页"
  1061. },
  1062. {
  1063. "pagePath": "pages/orderFood/index",
  1064. "iconPath": "static/img/tab-icon/order-food.png",
  1065. "selectedIconPath": "static/img/tab-icon/order-food-active.png",
  1066. "text": "订餐"
  1067. },
  1068. {
  1069. "pagePath": "pages/integral/index",
  1070. "iconPath": "static/img/tab-icon/shop.png",
  1071. "selectedIconPath": "static/img/tab-icon/shop-active.png",
  1072. "text": "积分商城"
  1073. },
  1074. // {
  1075. // "pagePath": "pages/task/index",
  1076. // "iconPath": "static/img/tab-icon/task.png",
  1077. // "selectedIconPath": "static/img/tab-icon/task-fill.png",
  1078. // "text": "任务"
  1079. // },
  1080. {
  1081. "pagePath": "pages/app/index",
  1082. "iconPath": "static/img/tab-icon/app.png",
  1083. "selectedIconPath": "static/img/tab-icon/app-active.png",
  1084. "text": "应用"
  1085. },
  1086. // {
  1087. // "pagePath": "pages/msg/index",
  1088. // "iconPath": "static/img/tab-icon/tongxun.png",
  1089. // "selectedIconPath": "static/img/tab-icon/tongxun-active.png",
  1090. // "text": "通讯"
  1091. // },
  1092. {
  1093. "pagePath": "pages/user/index",
  1094. "iconPath": "static/img/tab-icon/me.png",
  1095. "selectedIconPath": "static/img/tab-icon/me-active.png",
  1096. "text": "我的"
  1097. }
  1098. ]
  1099. },
  1100. "globalStyle": {
  1101. "app-plus": {}
  1102. },
  1103. "condition": { //模式配置,仅开发期间生效
  1104. "current": 0, //当前激活的模式(list 的索引项)
  1105. "list": [{
  1106. "name": "default", //模式名称
  1107. "path": "pages/tabbar/wpTabbar", //启动页面,必选
  1108. "query": "" //启动参数,在页面的onLoad函数里面得到
  1109. }]
  1110. }
  1111. }