1234567891011121314151617 |
- export const BASE_URL = process.env.NODE_ENV === "development" ? 'https://xxxx.com' : 'https://xxxx.com'
- export const UPLOAD_URL = `${BASE_URL}/api/common/upload`
- export const UPLOAD_BASE = `https://xxx.com`
- export const IMG_URL = `${UPLOAD_BASE}`
- export const imgurl = ''
- export const HAS_LIVE = false
|