金诚优选前端代码
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.

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