pages.json 32 KB

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