imageUrls.js 362 B

12345678910
  1. import config from '../config/config.js'
  2. export const API_BASE_IMAGE = config.API_BASE_IMAGE
  3. export const homeBackGroundImage = API_BASE_IMAGE+'/gif/home_back.gif'
  4. export const mineBackImage = API_BASE_IMAGE+'/mine/mine_back.png'
  5. export const workBackHome = API_BASE_IMAGE+'/work/home_icon.png'
  6. export const homeBoxImage = API_BASE_IMAGE+'/home/home_box.png'