pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "%index.home%",
  7. "navigationStyle": "custom",
  8. "enablePullDownRefresh": true
  9. }
  10. }
  11. ,{
  12. "path" : "pages/OrderList/pinglun",
  13. "style" :
  14. {
  15. "navigationBarTitleText": "%index.pinglun%",
  16. "enablePullDownRefresh": false,
  17. "navigationStyle": "custom"
  18. }
  19. }
  20. ,{
  21. "path" : "pages/pinglun/pingLunList",
  22. "style" :
  23. {
  24. "navigationBarTitleText": "%index.pinglunlb%",
  25. "enablePullDownRefresh": false,
  26. "navigationStyle": "custom"
  27. }
  28. }
  29. ,{
  30. "path" : "pages/OrderList/OrderDetail",
  31. "style" :
  32. {
  33. "navigationBarTitleText": "%index.orderxq%",
  34. "enablePullDownRefresh": false,
  35. "navigationStyle": "custom"
  36. }
  37. }
  38. ,{
  39. "path" : "pages/UserCenter/LoginView",
  40. "style" :
  41. {
  42. "navigationBarTitleText": "%index.dengluzhuce%",
  43. "enablePullDownRefresh": false,
  44. "navigationStyle": "custom"
  45. }
  46. }
  47. ,{
  48. "path" : "pages/company/companysvList",
  49. "style" :
  50. {
  51. "navigationBarTitleText": "%index.qiyefuwu%",
  52. "enablePullDownRefresh": false,
  53. "navigationStyle": "custom"
  54. }
  55. }
  56. ,{
  57. "path" : "pages/kefuzhongxin/fuwuleixing",
  58. "style" :
  59. {
  60. "navigationBarTitleText": "%index.kefuzhx%",
  61. "enablePullDownRefresh": false,
  62. "navigationStyle": "custom"
  63. }
  64. }
  65. ,{
  66. "path" : "pages/kefuzhongxin/fuwuqingdan",
  67. "style" :
  68. {
  69. "navigationBarTitleText": "%index.kefuzhx%",
  70. "enablePullDownRefresh": false,
  71. "navigationStyle": "custom"
  72. }
  73. }
  74. ,{
  75. "path" : "pages/kefuzhongxin/kehufuwu",
  76. "style" :
  77. {
  78. "navigationBarTitleText": "%index.kefuzhx%",
  79. "enablePullDownRefresh": false,
  80. "navigationStyle": "custom"
  81. }
  82. }
  83. ,{
  84. "path" : "pages/UserCenter/map/map",
  85. "style" :
  86. {
  87. "navigationBarTitleText": "%index.dizhixuanz%",
  88. "enablePullDownRefresh": false,
  89. "navigationStyle": "custom"
  90. }
  91. }
  92. ,{
  93. "path" : "pages/UserCenter/mendian/wodemendian",
  94. "style" :
  95. {
  96. "navigationBarTitleText": "%index.wodemendian%",
  97. "navigationStyle": "custom"
  98. // "app-plus": {
  99. // "bounce": "none", //关闭窗口回弹效果
  100. // "titleNView": {
  101. // "buttons": [ //原生标题栏按钮配置,
  102. // {
  103. // "text": "\ue676",
  104. // "fontSrc": "/uni_modules/uni-icons/components/uni-icons/uniicons.ttf",
  105. // "color": "#0000FF"
  106. // }
  107. // ]
  108. // }
  109. // }
  110. }
  111. }
  112. ,{
  113. "path" : "pages/UserCenter/mendian/addmendian",
  114. "style" :
  115. {
  116. "navigationBarTitleText": "%index.mendianguanli%",
  117. "enablePullDownRefresh": false,
  118. "navigationStyle": "custom"
  119. }
  120. }
  121. ,{
  122. "path" : "pages/UserCenter/mendian/mendianSPFenlei",
  123. "style" :
  124. {
  125. "navigationBarTitleText": "%index.goodsfenlei%",
  126. "enablePullDownRefresh": false,
  127. "navigationStyle": "custom"
  128. // "app-plus": {
  129. // "bounce": "none", //关闭窗口回弹效果
  130. // "titleNView": {
  131. // "buttons": [ //原生标题栏按钮配置,
  132. // {
  133. // "text": "\ue676",
  134. // "fontSrc": "/uni_modules/uni-icons/components/uni-icons/uniicons.ttf",
  135. // "color": "#0000FF"
  136. // }
  137. // ]
  138. // }
  139. // }
  140. }
  141. }
  142. ,{
  143. "path" : "pages/UserCenter/mendian/addmendianSP",
  144. "style" :
  145. {
  146. "navigationBarTitleText": "%index.shangpinedit%",
  147. "enablePullDownRefresh": false,
  148. "navigationStyle": "custom"
  149. }
  150. }
  151. ,{
  152. "path" : "pages/UserCenter/userMsgMenager",
  153. "style" :
  154. {
  155. "navigationBarTitleText": "%index.usermsg%",
  156. "enablePullDownRefresh": false,
  157. "navigationStyle": "custom"
  158. }
  159. }
  160. ,{
  161. "path" : "pages/UserCenter/yonghushezhi/duoyuyan",
  162. "style" :
  163. {
  164. "navigationBarTitleText": "%index.yuyanxuanz%",
  165. "enablePullDownRefresh": false,
  166. "navigationStyle": "custom"
  167. }
  168. }
  169. ,{
  170. "path" : "pages/shanpinxungou/shangjia/gengduozhixun",
  171. "style" :
  172. {
  173. "navigationBarTitleText": "",
  174. "enablePullDownRefresh": false,
  175. "navigationStyle": "custom"
  176. }
  177. }
  178. ,{
  179. "path" : "pages/UserCenter/mendian/xuanzemendian",
  180. "style" :
  181. {
  182. "navigationBarTitleText": "",
  183. "enablePullDownRefresh": false,
  184. "navigationStyle": "custom"
  185. }
  186. },
  187. {
  188. "path" : "pages/tixian/Tixian",
  189. "style" :
  190. {
  191. "navigationBarTitleText": "",
  192. "enablePullDownRefresh": false,
  193. "navigationStyle": "custom"
  194. }
  195. },
  196. {
  197. "path" : "pages/tixian/YHkamanager",
  198. "style" :
  199. {
  200. "navigationBarTitleText": "",
  201. "enablePullDownRefresh": false,
  202. "navigationStyle": "custom"
  203. }
  204. },
  205. {
  206. "path" : "pages/tixian/Wodeyanhangka",
  207. "style" :
  208. {
  209. "navigationBarTitleText": "",
  210. "enablePullDownRefresh": false,
  211. "navigationStyle": "custom"
  212. }
  213. },
  214. {
  215. "path" : "pages/tixian/Jioayimima",
  216. "style" :
  217. {
  218. "navigationBarTitleText": "",
  219. "enablePullDownRefresh": false,
  220. "navigationStyle": "custom"
  221. }
  222. },
  223. {
  224. "path" : "pages/tixian/Tixianjilv",
  225. "style" :
  226. {
  227. "navigationBarTitleText": "",
  228. "enablePullDownRefresh": false,
  229. "navigationStyle": "custom"
  230. }
  231. },
  232. {
  233. "path" : "pages/tixian/Zhanghumingxi",
  234. "style" :
  235. {
  236. "navigationBarTitleText": "",
  237. "enablePullDownRefresh": false,
  238. "navigationStyle": "custom"
  239. }
  240. },
  241. {
  242. "path" : "pages/tixian/Myorderlist",
  243. "style" :
  244. {
  245. "navigationBarTitleText": "",
  246. "enablePullDownRefresh": false,
  247. "navigationStyle": "custom"
  248. }
  249. },
  250. {
  251. "path" : "pages/UserCenter/yonghushezhi/Shezhixiugai",
  252. "style" :
  253. {
  254. "navigationBarTitleText": "",
  255. "enablePullDownRefresh": false,
  256. "navigationStyle": "custom"
  257. }
  258. },{
  259. "path" : "pages/index/mindex/yinszhengc",
  260. "style" :
  261. {
  262. "navigationBarTitleText": "",
  263. "enablePullDownRefresh": false
  264. }
  265. }
  266. ,{
  267. "path" : "pages/UserCenter/RegisterView",
  268. "style" :
  269. {
  270. "navigationBarTitleText": "",
  271. "enablePullDownRefresh": false,
  272. "navigationStyle": "custom"
  273. }
  274. },
  275. {
  276. "path" : "pages/imcall/vidioCall",
  277. "style" :
  278. {
  279. "navigationBarTitleText" : "",
  280. "enablePullDownRefresh" : false
  281. }
  282. },
  283. {
  284. "path" : "pages/tixian/Mingxiqingdan",
  285. "style" :
  286. {
  287. "navigationBarTitleText" : "",
  288. "navigationStyle": "custom",
  289. "enablePullDownRefresh" : true
  290. }
  291. },
  292. {
  293. "path" : "pages/UserCenter/map/Chazhaodizhi",
  294. "style" :
  295. {
  296. "navigationBarTitleText" : "",
  297. "navigationStyle": "custom"
  298. }
  299. },
  300. {
  301. "path" : "pages/UserCenter/mendian/BigimageView",
  302. "style" :
  303. {
  304. "navigationBarTitleText" : ""
  305. }
  306. },
  307. {
  308. "path" : "pages/index/Openwebview",
  309. "style" :
  310. {
  311. "navigationBarTitleText" : ""
  312. }
  313. },
  314. {
  315. "path": "pages/UserCenter/userInfoView",
  316. "style": {
  317. "navigationBarTitleText": "%index.User%",
  318. "navigationStyle": "custom",
  319. "enablePullDownRefresh": false
  320. }
  321. },
  322. {
  323. "path": "pages/shanpinxungou/shangjia/merchantdetail",
  324. "style": {
  325. "navigationBarTitleText": "",
  326. "navigationStyle": "custom"
  327. }
  328. }
  329. ],
  330. "tabBar": {
  331. "color": "#7A7E83",
  332. "selectedColor": "#40AE36",
  333. "borderStyle": "black",
  334. "fontSize": "12px",
  335. "backgroundColor": "#F8F8F8",
  336. "list": [{
  337. "pagePath": "pages/index/index",
  338. "text": "%index.order%",
  339. "iconPath": "/static/msdshj/dingdan1.png",
  340. "selectedIconPath": "/static/msdshj/dingdan.png"
  341. },
  342. {
  343. "pagePath": "pages/UserCenter/mendian/wodemendian",
  344. "text": "%index.wodemendian%",
  345. "iconPath": "/static/msdshj/shouye1@3x.png",
  346. "selectedIconPath": "/static/msdshj/shouye@3x.png"
  347. }, {
  348. "pagePath": "pages/UserCenter/userInfoView",
  349. "text": "%index.huiyuanzhx%",
  350. "iconPath": "/static/msdshj/persionl@3x.png",
  351. "selectedIconPath": "/static/msdshj/huiyuan.png"
  352. }
  353. ]
  354. },
  355. "globalStyle": {
  356. "navigationBarTextStyle": "black",
  357. "navigationBarTitleText": "uni-app",
  358. "navigationBarBackgroundColor": "#F8F8F8",
  359. "backgroundColor": "#F8F8F8",
  360. "app-plus": {
  361. "softinputNavBar":"none"
  362. }
  363. }
  364. }