| 123456789101112 |
- const baseUrl = process.env.NODE_ENV === 'development' ? 'https://saishi.sxidc.com' : 'https://zhswapi.sxidc.com'
- const config = {
- baseUrl,
- apiBaseUrl: baseUrl + '/apiApp/1/',
- httpDefaultOption: {
- showLoading: true,
- isAuth: true,
- },
- }
- export default config
|