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.
 
 
 
 

25 lines
905 B

import {imghost} from "@/config/host";
const image = {
CardList:{
screenActiveImg: imghost + '/screen-active.png',
cardBackground: imghost + '/order-card-background.png',
wallpaperBgImage:imghost +'/card-background.png',
dogImage:imghost+'/index-user-title-dog.png',
},
IndexPage(){
},
OrderPage:{
wallpaperBgImage:imghost +'/background.png',
addrBg:imghost+'/order-create-addr-bg.png',
addrAvatar:imghost+'/order-create-addr-avatar.png',
addrFw:imghost+'/order-create-addr-fw.png',
addrBook:imghost+'/order-create-addr-book.png',
tagClose:imghost+'/order-create-tag-close.png',
selectPet:imghost+'/order-create-select-pet.png',
selectService:imghost+'/order-create-select-service.png',
groupImg:imghost+'/order-create-group-1.png',
},
}
export default image;