pages.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  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. "enablePullDownRefresh": false,
  11. // #ifdef MP-WEIXIN
  12. "navigationStyle": "custom"
  13. // #endif
  14. }
  15. },
  16. {
  17. "path": "pages/index/index",
  18. "style": {
  19. "navigationBarTitleText": "",
  20. "app-plus": {
  21. "animationType": "pop-out",
  22. "animationDuration": "slide-in-right",
  23. "enablePullDownRefresh": true
  24. }
  25. }
  26. },
  27. {
  28. "path": "pages/acceptor/acceptor",
  29. "style": {
  30. "navigationBarTitleText": "",
  31. "app-plus": {
  32. "animationType": "slide-in-right"
  33. }
  34. }
  35. },
  36. {
  37. "path": "pages/drawer/drawer",
  38. "style": {
  39. "navigationBarTitleText": "",
  40. "app-plus": {
  41. "animationType": "slide-in-right"
  42. }
  43. }
  44. },
  45. {
  46. "path": "pages/supplier/supplier",
  47. "style": {
  48. "navigationBarTitleText": "",
  49. "app-plus": {
  50. "animationType": "none"
  51. }
  52. }
  53. },
  54. {
  55. "path": "pages/mine/mine",
  56. "style": {
  57. "navigationBarTitleText": "",
  58. "app-plus": {
  59. "animationType": "none"
  60. },
  61. // #ifdef MP-WEIXIN
  62. "navigationStyle": "custom"
  63. // #endif
  64. }
  65. }
  66. ],
  67. "subPackages": [{
  68. "root": "pages/bsinessadmin",
  69. "pages": [{
  70. "path": "register",
  71. "style": {
  72. "navigationBarTextStyle": "black",
  73. "navigationBarTitleText": ""
  74. }
  75. },
  76. {
  77. "path": "supplierges",
  78. "style": {
  79. "navigationBarTextStyle": "black",
  80. "navigationBarTitleText": ""
  81. }
  82. }, {
  83. "path": "useragreement",
  84. "style": {
  85. "navigationBarTextStyle": "black",
  86. "navigationBarTitleText": "用户协议"
  87. }
  88. }, {
  89. "path": "privacypolicy",
  90. "style": {
  91. "navigationBarTextStyle": "black",
  92. "navigationBarTitleText": "隐私政策"
  93. }
  94. }, {
  95. "path": "setpassword",
  96. "style": {
  97. "navigationBarTextStyle": "black",
  98. "navigationBarTitleText": "设置密码"
  99. }
  100. }, {
  101. "path": "persondata",
  102. "style": {
  103. "navigationBarTextStyle": "black",
  104. "navigationBarTitleText": ""
  105. }
  106. }
  107. ]
  108. },
  109. {
  110. "root": "pages/other",
  111. "pages": [{
  112. "path": "homepage",
  113. "style": {
  114. "navigationBarTextStyle": "black",
  115. "navigationBarTitleText": "",
  116. // #ifdef MP-WEIXIN
  117. "navigationStyle": "custom"
  118. // #endif
  119. }
  120. }]
  121. },
  122. {
  123. "root": "pages/spladmin",
  124. "pages": [{
  125. "path": "index",
  126. "style": {
  127. "navigationBarTextStyle": "black",
  128. "navigationBarTitleText": ""
  129. }
  130. }]
  131. },
  132. {
  133. "root": "pages/alldeatil",
  134. "pages": [{
  135. "path": "acptdetail",
  136. "style": {
  137. "navigationBarTextStyle": "black",
  138. "navigationBarTitleText": "承兑人详情"
  139. }
  140. },
  141. {
  142. "path": "drawerdetail",
  143. "style": {
  144. "navigationBarTextStyle": "black",
  145. "navigationBarTitleText": "出票人详情"
  146. }
  147. },
  148. {
  149. "path": "supplierdetail",
  150. "style": {
  151. "navigationBarTextStyle": "black",
  152. "navigationBarTitleText": "供应商详情"
  153. }
  154. },
  155. {
  156. "path": "identifypic",
  157. "style": {
  158. "navigationBarTextStyle": "black",
  159. "navigationBarTitleText": "认证照片"
  160. }
  161. },
  162. {
  163. "path": "proxypic",
  164. "style": {
  165. "navigationBarTextStyle": "black",
  166. "navigationBarTitleText": "授权委托书"
  167. }
  168. },
  169. {
  170. "path": "contractdetail",
  171. "style": {
  172. "navigationBarTextStyle": "black",
  173. "navigationBarTitleText": "合同详情"
  174. }
  175. },
  176. {
  177. "path": "addbill",
  178. "style": {
  179. "navigationBarTextStyle": "black",
  180. "navigationBarTitleText": "新增汇票"
  181. }
  182. },
  183. {
  184. "path": "billdetail",
  185. "style": {
  186. "navigationBarTextStyle": "black",
  187. "navigationBarTitleText": "汇票详情"
  188. }
  189. },
  190. {
  191. "path": "addnewacpt",
  192. "style": {
  193. "navigationBarTextStyle": "black",
  194. "navigationBarTitleText": "新增承兑人"
  195. }
  196. },
  197. {
  198. "path": "addnewdrawer",
  199. "style": {
  200. "navigationBarTextStyle": "black",
  201. "navigationBarTitleText": "新增出票人"
  202. }
  203. },
  204. {
  205. "path": "upcontract",
  206. "style": {
  207. "navigationBarTextStyle": "black",
  208. "navigationBarTitleText": "上传合同"
  209. }
  210. },
  211. {
  212. "path": "addacceptbind",
  213. "style": {
  214. "navigationBarTextStyle": "black",
  215. "navigationBarTitleText": "绑定承兑人"
  216. }
  217. },
  218. {
  219. "path": "acceptorbind",
  220. "style": {
  221. "navigationBarTextStyle": "black",
  222. "navigationBarTitleText": "承兑人绑定列表"
  223. }
  224. },
  225. {
  226. "path": "acptsipplierdetail",
  227. "style": {
  228. "navigationBarTextStyle": "black",
  229. "navigationBarTitleText": "承兑人绑定详情"
  230. }
  231. }
  232. ]
  233. }
  234. ],
  235. "globalStyle": {
  236. "navigationBarTextStyle": "black",
  237. "navigationBarTitleText": "uni-app",
  238. "navigationBarBackgroundColor": "#fff",
  239. "backgroundColor": "#fff"
  240. }
  241. // "tabBar": {
  242. // "color": "#1F242A",
  243. // "selectedColor": "#D8AB5A",
  244. // "backgroundColor": "#FFF",
  245. // "borderStyle": "black",
  246. // "list": [{
  247. // "pagePath": "pages/index/index",
  248. // "text": "合同列表",
  249. // "iconPath": "static/icon/home.png",
  250. // "selectedIconPath": "static/icon/achome.png",
  251. // "visible": false
  252. // },
  253. // {
  254. // "pagePath": "pages/acceptor/acceptor",
  255. // "text": "承兑人",
  256. // "iconPath": "static/icon/per.png",
  257. // "selectedIconPath": "static/icon/out.png",
  258. // "visible": false
  259. // },
  260. // {
  261. // "pagePath": "pages/drawer/drawer",
  262. // "text": "出票人",
  263. // "iconPath": "static/icon/acsip.png",
  264. // "selectedIconPath": "static/icon/biao.png",
  265. // "visible": false
  266. // },
  267. // {
  268. // "pagePath": "pages/supplier/supplier",
  269. // "text": "供应商",
  270. // "iconPath": "static/icon/acsup.png",
  271. // "selectedIconPath": "static/icon/sup.png",
  272. // "visible": false
  273. // },
  274. // {
  275. // "pagePath": "pages/mine/mine",
  276. // "text": "我的",
  277. // "iconPath": "static/icon/my.png",
  278. // "selectedIconPath": "static/icon/acmy.png",
  279. // "visible": false
  280. // }
  281. // ]
  282. // }
  283. }