import {imghost} from "@/config/host"; const image = { CardList:{ screenActiveImg: imghost + '/static/image/screen-active.png', cardBackground: imghost + '/static/image/order-card-background.png', wallpaperBgImage:imghost +'/static/image/card-background.png', dogImage:imghost+'/static/image/index-user-title-dog.png', }, IndexPage(){ } } export default image;