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

19 lines
874 B

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