resourceMould.js 1.67 KB
import lookUrl from '../assets/mould/example/look.png'
import playRadioUrl from '../assets/mould/example/playRadio.png'
import playVideoUrl from '../assets/mould/example/playVideo.png'
import RefuelingUrl from '../assets/mould/example/Refueling.png'
import showBabyUrl from '../assets/mould/example/showBaby.png'
import RefuelingUrl2 from '../assets/mould/example/RefuelingUrl2.png'
export const MOULDLIST = [
  {
    title:'爸妈看一看',
    imgUrl:lookUrl,
    name:1,
    key:'look1',
    content:{
      radio:[],
      today:'',
      directory:'',
      nextIndex:'',
      timeLang:10,
    }
  },{
    title:'宝贝玩一玩',
    imgUrl:playRadioUrl,
    name:2,
    key:'radio1',
    content:{
      radio:[

      ],
      nextIndex:'',
      lastIndex:'',
      buttonType:0,
      titleType:0,
      tabVideo:{
        type:false,
        index:''
      },
    }
  },{
    title:'宝贝玩一玩',
    imgUrl:playVideoUrl,
    name:2,
    key:'play1',
    content:{
      videoUrl:[],
      banner:[],
      nextIndex:'',
      lastIndex:'',
      tabRadio:{
        type:false,
        index:''
      }
    }
  },{
    title:'唱学加油包',
    imgUrl:RefuelingUrl,
    name:4,
    key:'refueling1',
    content:{
      radio:[],
      banner:[],
      nextIndex:'',
      lastIndex:'',
    }
  },{
    title:'唱学加油包',
    imgUrl:RefuelingUrl2,
    name:4,
    key:'refueling2',
    content:{
      radio:[],
      banner:[],
      title:0,
      nextIndex:'',
      lastIndex:'',
    }
  },{
    title:'爸妈秀宝贝',
    imgUrl:showBabyUrl,
    name:3,
    key:'show1',
    content:{
      text:'',
      check:true,
      nextIndex:'',
      lastIndex:'',
    }
  },
];