pages.json 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  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/index/index",
  8. "style": {
  9. "navigationBarTitleText": "OTC交易平台",
  10. "enablePullDownRefresh": false,
  11. "navigationStyle": "custom" // 隐藏系统导航栏
  12. }
  13. },
  14. {
  15. "path": "pages/center/index",
  16. "style": {
  17. "navigationBarTitleText": "我的"
  18. // "navigationStyle": "custom" // 隐藏系统导航栏
  19. }
  20. },
  21. {
  22. "path": "pages/center/capital",
  23. "style": {
  24. "navigationBarTitleText": "资产",
  25. "enablePullDownRefresh": true,
  26. "navigationStyle": "custom" // 隐藏系统导航栏
  27. }
  28. },
  29. {
  30. "path": "pages/reg/reg",
  31. "style": {
  32. "navigationBarTitleText": "用户注册",
  33. "navigationStyle": "custom" // 隐藏系统导航栏
  34. }
  35. }, {
  36. "path": "pages/login/login",
  37. "style": {
  38. "navigationBarTitleText": "用户登录",
  39. "navigationStyle": "custom" // 隐藏系统导航栏
  40. }
  41. }, {
  42. "path": "pages/forget/forget",
  43. "style": {
  44. "navigationBarTitleText": "找回密码"
  45. }
  46. }, {
  47. "path": "pages/trade/index",
  48. "style": {
  49. "navigationBarTitleText": "买卖币",
  50. "navigationStyle": "custom" // 隐藏系统导航栏
  51. }
  52. }, {
  53. "path": "pages/order/index",
  54. "style": {
  55. "navigationBarTitleText": "交易订单",
  56. "enablePullDownRefresh": true,
  57. "navigationStyle": "custom" // 隐藏系统导航栏
  58. }
  59. }, {
  60. "path": "pages/center/payment",
  61. "style": {
  62. "navigationBarTitleText": "我的收款方式",
  63. "enablePullDownRefresh": false,
  64. "onReachBottonDistance": 20
  65. }
  66. }, {
  67. "path": "pages/center/payment/add",
  68. "style": {
  69. "navigationBarTitleText": "添加我的收款方式",
  70. "enablePullDownRefresh": false
  71. }
  72. }, {
  73. "path": "pages/center/payment/edit",
  74. "style": {
  75. "navigationBarTitleText": "编辑我的收款方式",
  76. "enablePullDownRefresh": false
  77. }
  78. }, {
  79. "path": "pages/center/safe",
  80. "style": {
  81. "navigationBarTitleText": "安全中心",
  82. "enablePullDownRefresh": false
  83. }
  84. }, {
  85. "path": "pages/center/address",
  86. "style": {
  87. "navigationBarTitleText": "地址簿",
  88. "enablePullDownRefresh": false
  89. }
  90. }, {
  91. "path": "pages/center/custom",
  92. "style": {
  93. "navigationBarTitleText": "客服",
  94. "enablePullDownRefresh": false
  95. }
  96. }, {
  97. "path": "pages/setting/index",
  98. "style": {
  99. "navigationBarTitleText": "设置",
  100. "enablePullDownRefresh": false
  101. }
  102. }, {
  103. "path": "pages/auth/index",
  104. "style": {
  105. "navigationBarTitleText": "身份认证",
  106. "enablePullDownRefresh": false
  107. }
  108. }, {
  109. "path": "pages/setting/account",
  110. "style": {
  111. "navigationBarTitleText": "修改账号",
  112. "enablePullDownRefresh": false
  113. }
  114. }, {
  115. "path": "pages/setting/password",
  116. "style": {
  117. "navigationBarTitleText": "登录密码设置",
  118. "enablePullDownRefresh": false
  119. }
  120. }, {
  121. "path": "pages/setting/trade_password",
  122. "style": {
  123. "navigationBarTitleText": "交易密码设置",
  124. "enablePullDownRefresh": false
  125. }
  126. }, {
  127. "path": "pages/setting/geeogle",
  128. "style": {
  129. "navigationBarTitleText": "谷歌验证",
  130. "enablePullDownRefresh": false
  131. }
  132. }, {
  133. "path": "pages/setting/device",
  134. "style": {
  135. "navigationBarTitleText": "常用设备",
  136. "enablePullDownRefresh": false
  137. }
  138. }, {
  139. "path": "pages/account/logs",
  140. "style": {
  141. "navigationBarTitleText": "资产交易明细",
  142. "enablePullDownRefresh": false
  143. }
  144. }, {
  145. "path": "pages/trade/advert",
  146. "style": {
  147. "navigationBarTitleText": "广告大厅",
  148. "enablePullDownRefresh": false
  149. }
  150. }, {
  151. "path": "pages/trade/transfer",
  152. "style": {
  153. "navigationBarTitleText": "USDT转账",
  154. "enablePullDownRefresh": false
  155. }
  156. }, {
  157. "path": "pages/trade/collection",
  158. "style": {
  159. "navigationBarTitleText": "USDT收款",
  160. "enablePullDownRefresh": false
  161. }
  162. }, {
  163. "path": "pages/center/payment/add",
  164. "style": {
  165. "navigationBarTitleText": "添加收款方式",
  166. "enablePullDownRefresh": false
  167. }
  168. }, {
  169. "path": "pages/center/payment/edit",
  170. "style": {
  171. "navigationBarTitleText": "编辑收款方式",
  172. "enablePullDownRefresh": false
  173. }
  174. }, {
  175. "path": "pages/order/advert",
  176. "style": {
  177. "navigationBarTitleText": "广告订单",
  178. "enablePullDownRefresh": true,
  179. "navigationStyle": "custom" // 隐藏系统导航栏
  180. }
  181. }, {
  182. "path": "pages/account/collection",
  183. "style": {
  184. "navigationBarTitleText": "收款明细",
  185. "enablePullDownRefresh": false
  186. }
  187. }, {
  188. "path": "pages/account/transfer",
  189. "style": {
  190. "navigationBarTitleText": "转账明细",
  191. "enablePullDownRefresh": false
  192. }
  193. }, {
  194. "path": "pages/advert/index",
  195. "style": {
  196. "navigationBarTitleText": "发布广告",
  197. "enablePullDownRefresh": false
  198. }
  199. }, {
  200. "path": "pages/chat/index",
  201. "style": {
  202. "navigationBarTitleText": "客服对话",
  203. "enablePullDownRefresh": false
  204. }
  205. }, {
  206. "path": "pages/chat/newList",
  207. "style": {
  208. "navigationBarTitleText": "消息",
  209. "enablePullDownRefresh": false
  210. // "navigationStyle": "custom" // 隐藏系统导航栏
  211. }
  212. }, {
  213. "path": "pages/h5/confirm",
  214. "style": {
  215. "navigationBarTitleText": "Cashier",
  216. "enablePullDownRefresh": false,
  217. "navigationStyle": "custom" // 隐藏系统导航栏
  218. }
  219. }, {
  220. "path": "pages/h5/order",
  221. "style": {
  222. "navigationBarTitleText": "Cashier",
  223. "enablePullDownRefresh": false,
  224. "navigationStyle": "custom" // 隐藏系统导航栏
  225. }
  226. }, {
  227. "path": "pages/h5/chat",
  228. "style": {
  229. "navigationBarTitleText": "客服聊天",
  230. "enablePullDownRefresh": false
  231. }
  232. }, {
  233. "path": "pages/h5/test",
  234. "style": {
  235. "navigationBarTitleText": "上下分测试",
  236. "enablePullDownRefresh": false,
  237. "navigationStyle": "custom" // 隐藏系统导航栏
  238. }
  239. }, {
  240. "path": "pages/app/download",
  241. "style": {
  242. "navigationBarTitleText": "APP测试下载页面",
  243. "enablePullDownRefresh": false,
  244. "navigationStyle": "custom" // 隐藏系统导航栏
  245. }
  246. }, {
  247. "path": "pages/article/help",
  248. "style": {
  249. "navigationBarTitleText": "帮助中心",
  250. "enablePullDownRefresh": false
  251. }
  252. }, {
  253. "path": "pages/article/info",
  254. "style": {
  255. "navigationBarTitleText": "文章详情",
  256. "enablePullDownRefresh": false
  257. }
  258. }, {
  259. "path": "pages/article/page",
  260. "style": {
  261. "navigationBarTitleText": "单页",
  262. "enablePullDownRefresh": false
  263. }
  264. }
  265. ],
  266. "globalStyle": {
  267. "navigationBarTextStyle": "white",
  268. "navigationBarTitleText": "OTC168",
  269. "navigationBarBackgroundColor": "#6e6c6b",
  270. "backgroundColor": "#1f1f1f"
  271. },
  272. "tabBar": {
  273. "color": "#bb955e",
  274. "selectedColor": "#bb955e",
  275. "borderStyle": "black",
  276. "backgroundColor": "#ffffff"
  277. }
  278. }