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.
14 lines
426 B
14 lines
426 B
1 year ago
|
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;
|