123456789101112131415 |
- export const API_BASE_URL = 'https://testhz.4dage.com'
- export const CDN_URL = 'https://houseoss.4dkankan.com/ai_change'
- export const TYPE = {
- 1:'zhugeliang',
- 2:'guanyu',
- 3:'zhaoyun',
- 4:'caocao',
- 5:'lvbu',
- 6:'caiwenji'
- }
- export const IMGSTR = {
- qrcode:'/swapQrcode.jpg',
- normal:'/swap.jpg'
- }
|