pages.json 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/food/food",
  8. "style": {
  9. "navigationBarTitleText": "美食",
  10. "enablePullDownRefresh": false,
  11. "navigationStyle": "custom"
  12. }
  13. }, {
  14. "path": "pages/accommodation/accommodation",
  15. "style": {
  16. "navigationBarTitleText": "住宿",
  17. "enablePullDownRefresh": false
  18. }
  19. },
  20. {
  21. "path": "pages/my/my",
  22. "style": {
  23. "navigationBarTitleText": "我的"
  24. }
  25. }
  26. , {
  27. "path": "pages/play/play",
  28. "style": {
  29. "navigationBarTitleText": "游玩",
  30. "enablePullDownRefresh": false
  31. }
  32. }, {
  33. "path": "pages/find/find",
  34. "style": {
  35. "navigationBarTitleText": "发现",
  36. "enablePullDownRefresh": false
  37. }
  38. }
  39. ,{
  40. "path" : "pages/my/editNickName",
  41. "style" :
  42. {
  43. "navigationBarTitleText": "编辑昵称",
  44. "enablePullDownRefresh": false
  45. }
  46. }
  47. ],
  48. "tabBar": {
  49. "custom": false,
  50. "color": "#656765",
  51. "selectedColor": "#fbb612",
  52. "borderStyle": "white",
  53. "backgroundColor": "#ffffff",
  54. "list": [
  55. // {
  56. // "pagePath": "pages/accommodation/accommodation",
  57. // "iconPath": "static/image/nav-icon/riLine-hotel-line.png",
  58. // "selectedIconPath": "static/image/nav-icon/riLine-hotel-line Copy.png",
  59. // "text": "住宿"
  60. // },
  61. {
  62. "pagePath": "pages/food/food",
  63. "iconPath": "static/image/nav-icon/md-restaurant_menu.png",
  64. "selectedIconPath": "static/image/nav-icon/md-restaurant_menu Copy.png",
  65. "text": "美食"
  66. },
  67. // {
  68. // "pagePath": "pages/play/play",
  69. // "iconPath": "static/image/nav-icon/iconPark-landscape.png",
  70. // "selectedIconPath": "static/image/nav-icon/iconPark-landscape Copy.png",
  71. // "text": "游玩"
  72. // },
  73. {
  74. "pagePath": "pages/find/find",
  75. "iconPath": "static/image/nav-icon/antOutline-compass.png",
  76. "selectedIconPath": "static/image/nav-icon/antOutline-compass Copy.png",
  77. "text": "发现"
  78. },
  79. {
  80. "pagePath": "pages/my/my",
  81. "iconPath": "static/image/nav-icon/antOutline-user.png",
  82. "selectedIconPath": "static/image/nav-icon/antOutline-user Copy.png",
  83. "text": "我的"
  84. }
  85. ]
  86. },
  87. "globalStyle": {
  88. "navigationBarTextStyle": "black",
  89. "navigationBarTitleText": "uni-app",
  90. "navigationBarBackgroundColor": "#fff",
  91. "backgroundColor": "#F8F8F8"
  92. },
  93. "uniIdRouter": {},
  94. "subPackages": [{
  95. "root": "pageA",
  96. "pages": [{
  97. "path": "find/createLifeService",
  98. "style": {
  99. "navigationBarTitleText": "全品类入驻",
  100. "enablePullDownRefresh": false
  101. }
  102. },
  103. {
  104. "path": "find/search",
  105. "style": {
  106. "navigationBarTitleText": "搜索",
  107. "enablePullDownRefresh": false
  108. }
  109. }, {
  110. "path": "food/search",
  111. "style": {
  112. "navigationBarTitleText": "美食搜索",
  113. "enablePullDownRefresh": false
  114. }
  115. }, {
  116. "path": "food/groupBuying",
  117. "style": {
  118. "navigationBarTitleText": "",
  119. "enablePullDownRefresh": false
  120. }
  121. }, {
  122. "path": "food/menu",
  123. "style": {
  124. "navigationBarTitleText": "菜单",
  125. "enablePullDownRefresh": false,
  126. "navigationBarBackgroundColor": "#fff"
  127. }
  128. }, {
  129. "path": "food/fondMap",
  130. "style": {
  131. "navigationBarTitleText": "美食地图",
  132. "enablePullDownRefresh": false
  133. }
  134. },
  135. {
  136. "path": "enter/cateringindustry",
  137. "style": {
  138. "navigationBarTitleText": "餐饮",
  139. "enablePullDownRefresh": false
  140. }
  141. }, {
  142. "path": "enter/hotel",
  143. "style": {
  144. "navigationBarTitleText": "酒店",
  145. "enablePullDownRefresh": false
  146. }
  147. }, {
  148. "path": "enter/homestay",
  149. "style": {
  150. "navigationBarTitleText": "民宿",
  151. "enablePullDownRefresh": false
  152. }
  153. }, {
  154. "path": "webview",
  155. "style": {
  156. "navigationBarTitleText": "",
  157. "enablePullDownRefresh": false
  158. }
  159. }, {
  160. "path": "enter/myCateringdustry/index",
  161. "style": {
  162. "navigationBarTitleText": "餐饮",
  163. "enablePullDownRefresh": false
  164. }
  165. }, {
  166. "path": "enter/enter",
  167. "style": {
  168. "navigationBarTitleText": "入驻",
  169. "enablePullDownRefresh": false,
  170. "navigationStyle": "custom"
  171. }
  172. }, {
  173. "path": "enter/myCateringdustry/addfood",
  174. "style": {
  175. "navigationBarTitleText": "添加菜品",
  176. "enablePullDownRefresh": false
  177. }
  178. }, {
  179. "path": "enter/myCateringdustry/addGroupBuying",
  180. "style": {
  181. "navigationBarTitleText": "添加团购",
  182. "enablePullDownRefresh": false
  183. }
  184. },
  185. {
  186. "path": "enter/myCateringdustry/addGroupBuyingNext",
  187. "style": {
  188. "navigationBarTitleText": "添加团购",
  189. "enablePullDownRefresh": false
  190. }
  191. }, {
  192. "path": "enter/myCateringdustry/shopSetting/index",
  193. "style": {
  194. "navigationBarTitleText": "设置",
  195. "enablePullDownRefresh": false
  196. }
  197. }, {
  198. "path": "enter/myCateringdustry/shopSetting/editShopInformation",
  199. "style": {
  200. "navigationBarTitleText": "店铺信息",
  201. "enablePullDownRefresh": false
  202. }
  203. }, {
  204. "path": "enter/myCateringdustry/shopSetting/editShopImage",
  205. "style": {
  206. "navigationBarTitleText": "店铺图片",
  207. "enablePullDownRefresh": false
  208. }
  209. }, {
  210. "path": "enter/myCateringdustry/shopSetting/editCertificate",
  211. "style": {
  212. "navigationBarTitleText": "证照",
  213. "enablePullDownRefresh": false
  214. }
  215. }, {
  216. "path": "enter/myCateringdustry/shopSetting/editFoodClassify",
  217. "style": {
  218. "navigationBarTitleText": "菜品分类",
  219. "enablePullDownRefresh": false
  220. }
  221. }, {
  222. "path": "enter/myCateringdustry/shopSetting/foodInfomation",
  223. "style": {
  224. "navigationBarTitleText": "菜品",
  225. "enablePullDownRefresh": false
  226. }
  227. }, {
  228. "path": "enter/myCateringdustry/shopSetting/groupBuying",
  229. "style": {
  230. "navigationBarTitleText": "团购",
  231. "enablePullDownRefresh": false
  232. }
  233. }, {
  234. "path": "enter/myCateringdustry/shopSetting/lookGroupBuying",
  235. "style": {
  236. "navigationBarTitleText": "团购详情",
  237. "enablePullDownRefresh": false
  238. }
  239. }, {
  240. "path": "enter/myCateringdustry/shopSetting/saleroom",
  241. "style": {
  242. "navigationBarTitleText": "销售记录",
  243. "enablePullDownRefresh": false
  244. }
  245. }, {
  246. "path": "enter/myHomestay/index",
  247. "style": {
  248. "navigationBarTitleText": "民宿",
  249. "enablePullDownRefresh": false
  250. }
  251. }, {
  252. "path": "enter/myHomestay/add",
  253. "style": {
  254. "navigationBarTitleText": "民宿",
  255. "enablePullDownRefresh": false
  256. }
  257. }, {
  258. "path": "enter/myHomestay/edit",
  259. "style": {
  260. "navigationBarTitleText": "民宿",
  261. "enablePullDownRefresh": false
  262. }
  263. }, {
  264. "path": "enter/myHomestay/search",
  265. "style": {
  266. "navigationBarTitleText": "搜索",
  267. "enablePullDownRefresh": false
  268. }
  269. }, {
  270. "path": "notice/noticedetail",
  271. "style": {
  272. "navigationBarTitleText": "通知详情",
  273. "enablePullDownRefresh": false
  274. }
  275. },
  276. {
  277. "path": "notice/index",
  278. "style": {
  279. "navigationBarTitleText": "通知",
  280. "enablePullDownRefresh": false,
  281. "navigationStyle": "custom"
  282. }
  283. }, {
  284. "path": "my/bill",
  285. "style": {
  286. "navigationBarTitleText": "账单",
  287. "enablePullDownRefresh": false
  288. }
  289. }, {
  290. "path": "my/my",
  291. "style": {
  292. "navigationBarTitleText": "我的",
  293. "enablePullDownRefresh": false,
  294. "navigationStyle": "custom"
  295. }
  296. }, {
  297. "path": "enter/myCateringdustry/edit",
  298. "style": {
  299. "navigationBarTitleText": "店铺信息",
  300. "enablePullDownRefresh": false
  301. }
  302. }, {
  303. "path": "food/detailMap",
  304. "style": {
  305. "navigationBarTitleText": "店铺详情",
  306. "enablePullDownRefresh": false
  307. }
  308. }, {
  309. "path": "login/index",
  310. "style": {
  311. "navigationBarTitleText": "登录",
  312. "enablePullDownRefresh": false
  313. }
  314. }, {
  315. "path": "cxTable",
  316. "style": {
  317. "navigationBarTitleText": "潮汐表"
  318. }
  319. },
  320. {
  321. "path": "my/mypublish",
  322. "style": {
  323. "navigationBarTitleText": "我的发布",
  324. "enablePullDownRefresh": false
  325. }
  326. }
  327. ,{
  328. "path" : "find/edit",
  329. "style" :
  330. {
  331. "navigationBarTitleText": "编辑",
  332. "enablePullDownRefresh": false
  333. }
  334. }
  335. ]
  336. }],
  337. "preloadRule": {
  338. "pages/food/food": {
  339. "network": "all",
  340. "packages": ["pageA"]
  341. }
  342. }
  343. }