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

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