pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  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. "tabBar": {
  41. "custom": false,
  42. "color": "#656765",
  43. "selectedColor": "#fbb612",
  44. "borderStyle": "white",
  45. "backgroundColor": "#ffffff",
  46. "list": [
  47. // {
  48. // "pagePath": "pages/accommodation/accommodation",
  49. // "iconPath": "static/image/nav-icon/riLine-hotel-line.png",
  50. // "selectedIconPath": "static/image/nav-icon/riLine-hotel-line Copy.png",
  51. // "text": "住宿"
  52. // },
  53. {
  54. "pagePath": "pages/food/food",
  55. "iconPath": "static/image/nav-icon/md-restaurant_menu.png",
  56. "selectedIconPath": "static/image/nav-icon/md-restaurant_menu Copy.png",
  57. "text": "美食"
  58. },
  59. // {
  60. // "pagePath": "pages/play/play",
  61. // "iconPath": "static/image/nav-icon/iconPark-landscape.png",
  62. // "selectedIconPath": "static/image/nav-icon/iconPark-landscape Copy.png",
  63. // "text": "游玩"
  64. // },
  65. {
  66. "pagePath": "pages/find/find",
  67. "iconPath": "static/image/nav-icon/antOutline-compass.png",
  68. "selectedIconPath": "static/image/nav-icon/antOutline-compass Copy.png",
  69. "text": "发现"
  70. },
  71. {
  72. "pagePath": "pages/my/my",
  73. "iconPath": "static/image/nav-icon/antOutline-user.png",
  74. "selectedIconPath": "static/image/nav-icon/antOutline-user Copy.png",
  75. "text": "我的"
  76. }
  77. ]
  78. },
  79. "globalStyle": {
  80. "navigationBarTextStyle": "black",
  81. "navigationBarTitleText": "uni-app",
  82. "navigationBarBackgroundColor": "#fff",
  83. "backgroundColor": "#F8F8F8"
  84. },
  85. "uniIdRouter": {},
  86. "subPackages": [{
  87. "root": "pageA",
  88. "pages": [{
  89. "path": "find/createLifeService",
  90. "style": {
  91. "navigationBarTitleText": "全品类入驻",
  92. "enablePullDownRefresh": false
  93. }
  94. },
  95. {
  96. "path": "find/search",
  97. "style": {
  98. "navigationBarTitleText": "搜索",
  99. "enablePullDownRefresh": false
  100. }
  101. }, {
  102. "path": "food/search",
  103. "style": {
  104. "navigationBarTitleText": "美食搜索",
  105. "enablePullDownRefresh": false
  106. }
  107. }, {
  108. "path": "food/groupBuying",
  109. "style": {
  110. "navigationBarTitleText": "",
  111. "enablePullDownRefresh": false
  112. }
  113. }, {
  114. "path": "food/menu",
  115. "style": {
  116. "navigationBarTitleText": "菜单",
  117. "enablePullDownRefresh": false,
  118. "navigationBarBackgroundColor": "#fff"
  119. }
  120. }
  121. ,{
  122. "path" : "food/fondMap",
  123. "style" :
  124. {
  125. "navigationBarTitleText": "美食地图",
  126. "enablePullDownRefresh": false
  127. }
  128. },
  129. {
  130. "path" : "enter/cateringindustry",
  131. "style" :
  132. {
  133. "navigationBarTitleText": "餐饮",
  134. "enablePullDownRefresh": false
  135. }
  136. }
  137. ,{
  138. "path" : "enter/hotel",
  139. "style" :
  140. {
  141. "navigationBarTitleText": "酒店",
  142. "enablePullDownRefresh": false
  143. }
  144. }
  145. ,{
  146. "path" : "enter/homestay",
  147. "style" :
  148. {
  149. "navigationBarTitleText": "民宿",
  150. "enablePullDownRefresh": false
  151. }
  152. }
  153. ,{
  154. "path" : "webview",
  155. "style" :
  156. {
  157. "navigationBarTitleText": "",
  158. "enablePullDownRefresh": false
  159. }
  160. }
  161. ,{
  162. "path" : "enter/myCateringdustry/index",
  163. "style" :
  164. {
  165. "navigationBarTitleText": "餐饮",
  166. "enablePullDownRefresh": false
  167. }
  168. }
  169. ,{
  170. "path" : "enter/enter",
  171. "style" :
  172. {
  173. "navigationBarTitleText": "入驻",
  174. "enablePullDownRefresh": false,
  175. "navigationStyle":"custom"
  176. }
  177. }
  178. ,{
  179. "path" : "enter/myCateringdustry/addfood",
  180. "style" :
  181. {
  182. "navigationBarTitleText": "添加菜品",
  183. "enablePullDownRefresh": false
  184. }
  185. }
  186. ,{
  187. "path" : "enter/myCateringdustry/addGroupBuying",
  188. "style" :
  189. {
  190. "navigationBarTitleText": "添加团购",
  191. "enablePullDownRefresh": false
  192. }
  193. },
  194. {
  195. "path" : "enter/myCateringdustry/addGroupBuyingNext",
  196. "style" :
  197. {
  198. "navigationBarTitleText": "添加团购",
  199. "enablePullDownRefresh": false
  200. }
  201. }
  202. ,{
  203. "path" : "enter/myCateringdustry/shopSetting/index",
  204. "style" :
  205. {
  206. "navigationBarTitleText": "设置",
  207. "enablePullDownRefresh": false
  208. }
  209. }
  210. ,{
  211. "path" : "enter/myCateringdustry/shopSetting/editShopInformation",
  212. "style" :
  213. {
  214. "navigationBarTitleText": "店铺信息",
  215. "enablePullDownRefresh": false
  216. }
  217. }
  218. ,{
  219. "path" : "enter/myCateringdustry/shopSetting/editShopImage",
  220. "style" :
  221. {
  222. "navigationBarTitleText": "店铺图片",
  223. "enablePullDownRefresh": false
  224. }
  225. }
  226. ,{
  227. "path" : "enter/myCateringdustry/shopSetting/editCertificate",
  228. "style" :
  229. {
  230. "navigationBarTitleText": "证照",
  231. "enablePullDownRefresh": false
  232. }
  233. }
  234. ,{
  235. "path" : "enter/myCateringdustry/shopSetting/editFoodClassify",
  236. "style" :
  237. {
  238. "navigationBarTitleText": "菜品分类",
  239. "enablePullDownRefresh": false
  240. }
  241. }
  242. ,{
  243. "path" : "enter/myCateringdustry/shopSetting/foodInfomation",
  244. "style" :
  245. {
  246. "navigationBarTitleText": "菜品",
  247. "enablePullDownRefresh": false
  248. }
  249. }
  250. ,{
  251. "path" : "enter/myCateringdustry/shopSetting/groupBuying",
  252. "style" :
  253. {
  254. "navigationBarTitleText": "团购",
  255. "enablePullDownRefresh": false
  256. }
  257. }
  258. ,{
  259. "path" : "enter/myCateringdustry/shopSetting/lookGroupBuying",
  260. "style" :
  261. {
  262. "navigationBarTitleText": "团购详情",
  263. "enablePullDownRefresh": false
  264. }
  265. }
  266. ,{
  267. "path" : "enter/myCateringdustry/shopSetting/saleroom",
  268. "style" :
  269. {
  270. "navigationBarTitleText": "销售记录",
  271. "enablePullDownRefresh": false
  272. }
  273. }
  274. ,{
  275. "path" : "enter/myHomestay/index",
  276. "style" :
  277. {
  278. "navigationBarTitleText": "民宿",
  279. "enablePullDownRefresh": false
  280. }
  281. }
  282. ,{
  283. "path" : "enter/myHomestay/add",
  284. "style" :
  285. {
  286. "navigationBarTitleText": "民宿",
  287. "enablePullDownRefresh": false
  288. }
  289. }
  290. ,{
  291. "path" : "enter/myHomestay/edit",
  292. "style" :
  293. {
  294. "navigationBarTitleText": "民宿",
  295. "enablePullDownRefresh": false
  296. }
  297. }
  298. ,{
  299. "path" : "enter/myHomestay/search",
  300. "style" :
  301. {
  302. "navigationBarTitleText": "搜索",
  303. "enablePullDownRefresh": false
  304. }
  305. }
  306. ,{
  307. "path" : "notice/noticedetail",
  308. "style" :
  309. {
  310. "navigationBarTitleText": "通知详情",
  311. "enablePullDownRefresh": false
  312. }
  313. },
  314. {
  315. "path" : "notice/index",
  316. "style" :
  317. {
  318. "navigationBarTitleText": "通知",
  319. "enablePullDownRefresh": false,
  320. "navigationStyle":"custom"
  321. }
  322. }
  323. ,{
  324. "path" : "my/bill",
  325. "style" :
  326. {
  327. "navigationBarTitleText": "账单",
  328. "enablePullDownRefresh": false
  329. }
  330. }
  331. ,{
  332. "path" : "my/my",
  333. "style" :
  334. {
  335. "navigationBarTitleText": "我的",
  336. "enablePullDownRefresh": false,
  337. "navigationStyle":"custom"
  338. }
  339. }
  340. ,{
  341. "path" : "enter/myCateringdustry/edit",
  342. "style" :
  343. {
  344. "navigationBarTitleText": "店铺信息",
  345. "enablePullDownRefresh": false
  346. }
  347. }
  348. ,{
  349. "path" : "food/detailMap",
  350. "style" :
  351. {
  352. "navigationBarTitleText": "店铺详情",
  353. "enablePullDownRefresh": false
  354. }
  355. }
  356. ,{
  357. "path" : "login/index",
  358. "style" :
  359. {
  360. "navigationBarTitleText": "登录",
  361. "enablePullDownRefresh": false
  362. }
  363. }
  364. ,{
  365. "path" : "cxTable",
  366. "style" :
  367. {
  368. "navigationBarTitleText": "潮汐表",
  369. "enablePullDownRefresh": false
  370. }
  371. }
  372. ]
  373. }],
  374. "preloadRule": {
  375. "pages/accommodation/accommodation": {
  376. "network": "all",
  377. "packages": ["pageA"]
  378. }
  379. }
  380. }