耀实惠小程序
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.

18 lines
874 B

  1. import { IMG_URL } from '@/env.js'
  2. let conifg = {
  3. card_list: [
  4. {num:123, title: "总佣金"},
  5. {num:153, title: "团队总业绩"},
  6. {num:153, title: "站长总数"},
  7. ],
  8. grid_list: [
  9. {name: "我的钱包", src_url: IMG_URL+"channel/momey.png", url: "/pagesA/my_other_list/webmaster/wallet/index?type=2"},
  10. {name: "站长审核", src_url: IMG_URL+"channel/webmaster_audit.png", url: "/pagesA/my_other_list/channel/webmaster_audit/index"},
  11. {name: "我的站长", src_url: IMG_URL+"channel/team.png", url: "/pagesA/my_other_list/channel/my_team/index"},
  12. // {name: "奖励中心", src_url: IMG_URL+"channel/reward_centers.png", url: "/pagesA/my_other_list/webmaster/reward_centers/index?type=2"},
  13. {name: "商品奖励", src_url: IMG_URL+"channel/commodity_reward.png", url: "/pagesA/my_other_list/channel/commodity_reward/index"},
  14. ]
  15. }
  16. export default conifg