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.
|
|
|
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(){
|
|
|
|
|
|
|
|
},
|
|
|
|
OrderPage:{
|
|
|
|
wallpaperBgImage:imghost +'/static/image/background.png',
|
|
|
|
addrBg:imghost+'/static/image/order-create-addr-bg.png',
|
|
|
|
addrAvatar:imghost+'/static/image/order-create-addr-avatar.png',
|
|
|
|
addrFw:imghost+'/static/image/order-create-addr-fw.png',
|
|
|
|
addrBook:imghost+'/static/image/order-create-addr-book.png',
|
|
|
|
tagClose:imghost+'/static/image/order-create-tag-close.png',
|
|
|
|
selectPet:imghost+'/static/image/order-create-select-pet.png',
|
|
|
|
selectService:imghost+'/static/image/order-create-select-service.png',
|
|
|
|
groupImg:imghost+'/static/image/order-create-group-1.png',
|
|
|
|
},
|
|
|
|
}
|
|
|
|
export default image;
|