- import config from '../config/config.js'
- export const API_BASE_IMAGE = config.API_BASE_IMAGE
- export const homeBackGroundImage = API_BASE_IMAGE+'/gif/home_back.gif'
- export const mineBackImage = API_BASE_IMAGE+'/mine/mine_back.png'
- export const workBackHome = API_BASE_IMAGE+'/work/home_icon.png'
- export const homeBoxImage = API_BASE_IMAGE+'/home/home_box.png'
|