金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

502 lines
11 KiB

  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index/index",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "enablePullDownRefresh":true,
  11. "navigationStyle": "custom",
  12. "navigationBarTextStyle": "white"
  13. }
  14. },
  15. {
  16. "path": "pages/business/payment/paystate",
  17. "style": {
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/aboutpay/paystate",
  23. "style": {
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/aboutpay/confirmcash",
  29. "style": {
  30. "navigationStyle": "custom"
  31. }
  32. },
  33. {
  34. "path": "pages/user/my/myregister",
  35. "style": {
  36. "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "pages/shop/goodsdetail",
  41. "style": {
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/coupon/index/index",
  47. "style": {
  48. "navigationStyle": "custom"
  49. }
  50. },
  51. {
  52. "path": "pages/store/list/list",
  53. "style": {
  54. "navigationBarTitleText": "商品列表",
  55. "navigationStyle":"custom"
  56. }
  57. },
  58. {
  59. "path": "pages/store/comment/comment",
  60. "style": {
  61. "navigationBarTitleText": "商品评论" ,
  62. "navigationStyle":"custom"
  63. }
  64. },
  65. {
  66. "path": "pages/store/cart/cart",
  67. "style": {
  68. "navigationBarTitleText": "购物车",
  69. "navigationStyle": "custom"
  70. }
  71. },
  72. {
  73. "path": "pages/article/details",
  74. "style": {
  75. "navigationBarTitleText": "",
  76. "navigationStyle":"custom"
  77. }
  78. },
  79. {
  80. "path": "pages/order/index/onlineorder",
  81. "style": {
  82. "navigationBarTitleText": "在线商城订单",
  83. "navigationStyle": "custom"
  84. }
  85. },
  86. {
  87. "path": "pages/user/my/chatonline",
  88. "style": {
  89. "navigationBarTitleText": "客服",
  90. "navigationStyle": "custom"
  91. }
  92. },
  93. {
  94. "path": "pages/user/my/collect",
  95. "style": {
  96. "navigationBarTitleText": "",
  97. "navigationStyle": "custom"
  98. }
  99. },
  100. {
  101. "path": "pages/user/my/vipinfo",
  102. "style": {
  103. "navigationBarTitleText": "",
  104. "navigationStyle": "custom"
  105. }
  106. },
  107. {
  108. "path": "pages/user/my/editname",
  109. "style": {
  110. "navigationBarTitleText": "",
  111. "navigationStyle": "custom"
  112. }
  113. },
  114. {
  115. "path": "pages/user/my/setting",
  116. "style": {
  117. "navigationBarTitleText": "",
  118. "navigationStyle": "custom"
  119. }
  120. },
  121. {
  122. "path": "pages/user/my/center",
  123. "style": {
  124. "navigationBarTitleText": "",
  125. "navigationStyle": "custom"
  126. }
  127. },
  128. {
  129. "path": "pages/discover/discover",
  130. "style": {
  131. "navigationBarTitleText": "",
  132. "navigationStyle": "custom"
  133. }
  134. },
  135. {
  136. "path": "pages/shop/shopdetail",
  137. "style": {
  138. "navigationBarTitleText": "",
  139. "navigationStyle": "custom"
  140. }
  141. },
  142. {
  143. "path": "pages/user/my/my",
  144. "style": {
  145. "navigationBarTitleText": "",
  146. "navigationStyle": "custom"
  147. }
  148. },
  149. {
  150. "path": "pages/discover/discoverdetails",
  151. "style": {
  152. "navigationBarTitleText": "",
  153. "navigationStyle": "custom"
  154. }
  155. },
  156. {
  157. "path": "pages/index/classification/classification",
  158. "style": {
  159. "navigationBarTitleText": "分类" ,
  160. "navigationStyle": "custom"
  161. }
  162. },
  163. {
  164. "path": "pages/index/author/author",
  165. "style": {
  166. "navigationBarTitleText": "iBrand社交新零售"
  167. }
  168. },
  169. {
  170. "path": "pages/user/register/register",
  171. "style": {
  172. "navigationBarTitleText": "登录",
  173. "backgroundColor": "#000000",
  174. "navigationStyle":"custom"
  175. }
  176. },
  177. {
  178. "path": "pages/user/loginType/loginType",
  179. "style": {
  180. "navigationBarTitleText": "登录" ,
  181. "navigationStyle":"custom"
  182. }
  183. },
  184. {
  185. "path": "pages/user/agreement/agreement",
  186. "style": {
  187. "navigationBarTitleText": "关于我们",
  188. "backgroundColor": "#fff",
  189. "navigationStyle":"custom"
  190. }
  191. },
  192. {
  193. "path": "pages/address/add/add",
  194. "style": {
  195. "navigationBarTitleText": "收货地址",
  196. "navigationStyle":"custom"
  197. }
  198. },
  199. { "path": "pages/address/list/list", "style": { "navigationBarTitleText": "收货地址列表",
  200. "navigationStyle":"custom" } },
  201. {
  202. "path": "pages/order/evaluate/evaluate",
  203. "style": {
  204. "navigationBarTitleText": "评价"
  205. }
  206. },
  207. {
  208. "path": "pages/order/comment/comment",
  209. "style": {
  210. "navigationBarTitleText": "评价"
  211. }
  212. },
  213. {
  214. "path": "pages/recharge/balance/balance",
  215. "style": {
  216. "navigationBarTitleText": "余额" ,
  217. "navigationStyle":"custom"
  218. }
  219. },
  220. {
  221. "path" : "pages/index/openScreenAd/openScreenAd",
  222. "style" : {
  223. "navigationBarTitleText": "欢迎使用",
  224. "navigationStyle": "custom"
  225. }
  226. },
  227. {
  228. "path" : "pages/index/category/category",
  229. "style" : {
  230. "navigationBarTitleText": "分类",
  231. "navigationStyle": "custom"
  232. }
  233. },
  234. {
  235. "path" : "pages/user/my/verificationPhone",
  236. "style" : {
  237. "navigationBarTitleText": "旧手机号验证",
  238. "navigationStyle": "custom"
  239. }
  240. },
  241. {
  242. "path" : "pages/user/my/setPassword",
  243. "style" : {
  244. "navigationBarTitleText": "设置密码",
  245. "navigationStyle": "custom"
  246. }
  247. },
  248. {
  249. "path" : "pages/point/detail/detail",
  250. "style" : {
  251. "navigationBarTitleText": "积分",
  252. "navigationStyle": "custom"
  253. }
  254. },
  255. {
  256. "path" : "pages/point/rule/rule",
  257. "style" : {
  258. "navigationBarTitleText": "积分规则",
  259. "navigationStyle": "custom"
  260. }
  261. },
  262. {
  263. "path" : "pages/user/member/service",
  264. "style" : {
  265. "navigationBarTitleText": "会员服务",
  266. "navigationStyle": "custom"
  267. }
  268. },
  269. {
  270. "path" : "pages/user/my/myEventRegistrationList",
  271. "style" : {
  272. "navigationBarTitleText": "我的报名",
  273. "navigationStyle": "custom"
  274. }
  275. },
  276. {
  277. "path" : "pages/index/activity/hot",
  278. "style" : {
  279. "navigationBarTitleText": "热门活动",
  280. "navigationStyle": "custom"
  281. }
  282. },
  283. {
  284. "path" : "pages/index/activity/detail",
  285. "style" : {
  286. "navigationBarTitleText": "活动详情",
  287. "navigationStyle": "custom"
  288. }
  289. },
  290. {
  291. "path" : "pages/index/activity/confirm",
  292. "style" : {
  293. "navigationBarTitleText": "确认报名",
  294. "navigationStyle": "custom"
  295. }
  296. },
  297. {
  298. "path" : "pages/user/member/code",
  299. "style" : {
  300. "navigationBarTitleText": "会员码",
  301. "navigationStyle": "custom"
  302. }
  303. },
  304. {
  305. "path" : "pages/point/shoppingMall/shoppingMall",
  306. "style" : {
  307. "navigationBarTitleText": "积分商城",
  308. "navigationStyle": "custom"
  309. }
  310. },
  311. {
  312. "path" : "pages/discover/publish",
  313. "style" : {
  314. "navigationBarTitleText": "发表",
  315. "navigationStyle": "custom"
  316. }
  317. },
  318. {
  319. "path" : "pages/order/confirm/confirm",
  320. "style" : {
  321. "navigationBarTitleText": "确认订单",
  322. "navigationStyle": "custom"
  323. }
  324. },
  325. {
  326. "path" : "pages/shop/goodsSpecial",
  327. "style" : {
  328. "navigationBarTitleText": "商品专题",
  329. "navigationStyle": "custom"
  330. }
  331. },
  332. {
  333. "path" : "pages/shop/specialList",
  334. "style" : {
  335. "navigationBarTitleText": "商品专题列表",
  336. "navigationStyle": "custom"
  337. }
  338. },
  339. {
  340. "path" : "pages/shop/seckillList",
  341. "style" : {
  342. "navigationBarTitleText": "秒杀专场",
  343. "navigationStyle": "custom"
  344. }
  345. },
  346. {
  347. "path" : "pages/order/cashier/cashier",
  348. "style" : {
  349. "navigationBarTitleText": "支付收银台",
  350. "navigationStyle": "custom"
  351. }
  352. },
  353. {
  354. "path" : "pages/order/newdetail/newdetail",
  355. "style" : {
  356. "navigationBarTitleText": "订单详情",
  357. "navigationStyle": "custom"
  358. }
  359. },
  360. {
  361. "path" : "pages/index/cateringFacilities/cateringFacilities",
  362. "style" : {
  363. "navigationBarTitleText": "餐饮配套",
  364. "navigationStyle": "custom"
  365. }
  366. },
  367. {
  368. "path" : "pages/index/collectCoupons/collectCoupons",
  369. "style" : {
  370. "navigationBarTitleText": "领券中心",
  371. "enablePullDownRefresh":true,
  372. "navigationStyle": "custom"
  373. }
  374. },
  375. {
  376. "path" : "pages/shop/search",
  377. "style" : {
  378. "navigationBarTitleText": "搜索",
  379. "navigationStyle": "custom"
  380. }
  381. },
  382. {
  383. "path" : "pages/shop/searchList",
  384. "style" : {
  385. "navigationBarTitleText": "搜索",
  386. "navigationStyle": "custom"
  387. }
  388. },
  389. {
  390. "path" : "pages/user/member/quanyi",
  391. "style" : {
  392. "navigationBarTitleText": "会员权益",
  393. "navigationStyle": "custom"
  394. }
  395. },
  396. {
  397. "path" : "pages/user/member/explain",
  398. "style" : {
  399. "navigationBarTitleText": "会员权益",
  400. "navigationStyle": "custom"
  401. }
  402. },
  403. {
  404. "path" : "pages/index/list/selected",
  405. "style" : {
  406. "navigationBarTitleText": "精选榜单",
  407. "navigationStyle": "custom"
  408. }
  409. },
  410. {
  411. "path" : "pages/index/list/monthlyList",
  412. "style" : {
  413. "navigationBarTitleText": "热销榜单",
  414. "navigationStyle": "custom"
  415. }
  416. },
  417. {
  418. "path" : "pages/index/activity/goods",
  419. "style" : {
  420. "navigationBarTitleText": "家居专场",
  421. "navigationStyle": "custom"
  422. }
  423. },
  424. {
  425. "path" : "pages/point/exchangeRecord/exchangeRecord",
  426. "style" : {
  427. "navigationBarTitleText": "兑换记录",
  428. "navigationStyle": "custom"
  429. }
  430. },
  431. {
  432. "path" : "pages/index/onlineMall/onlineMall",
  433. "style" : {
  434. "navigationBarTitleText": "在线商城",
  435. "navigationStyle": "custom"
  436. }
  437. },
  438. {
  439. "path" : "pages/business/center/center",
  440. "style" : {
  441. "navigationBarTitleText": "我的",
  442. "navigationStyle": "custom"
  443. }
  444. },
  445. {
  446. "path" : "pages/business/order/list",
  447. "style" : {
  448. "navigationBarTitleText": "订单管理",
  449. "navigationStyle": "custom"
  450. }
  451. },
  452. {
  453. "path": "pages/business/balance/balance",
  454. "style": {
  455. "navigationBarTitleText": "余额" ,
  456. "navigationStyle":"custom"
  457. }
  458. },
  459. {
  460. "path": "pages/business/withdrawal/withdrawal",
  461. "style": {
  462. "navigationBarTitleText": "提现" ,
  463. "navigationStyle":"custom"
  464. }
  465. },
  466. {
  467. "path": "pages/business/payment/money",
  468. "style": {
  469. "navigationBarTitleText": "输入金额" ,
  470. "navigationStyle":"custom"
  471. }
  472. },
  473. {
  474. "path": "pages/business/payment/wait",
  475. "style": {
  476. "navigationBarTitleText": "等待用户支付" ,
  477. "navigationStyle":"custom"
  478. }
  479. },
  480. {
  481. "path": "pages/order/newdetail/logistics",
  482. "style": {
  483. "navigationBarTitleText": "物流详情" ,
  484. "navigationStyle":"custom"
  485. }
  486. },
  487. {
  488. "path": "pages/business/login/login",
  489. "style": {
  490. "navigationBarTitleText": "商家登录" ,
  491. "navigationStyle":"custom"
  492. }
  493. }
  494. ],
  495. "globalStyle": {
  496. "navigationBarTextStyle": "black",
  497. "navigationBarTitleText": "uni-app",
  498. "navigationBarBackgroundColor": "#F8F8F8",
  499. "backgroundColor": "#F8F8F8",
  500. "navigationStyle":"custom"
  501. }
  502. }