Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | 1 | |
| 2 | 2 | // 每个园区都有独立的分支 这里需要更换成对应的corpCode |
| 3 | 3 | export const currentCorpCode = () => { |
| 4 | - return 'qizhi'; | |
| 4 | + return 'jixing'; | |
| 5 | 5 | }; |
| 6 | 6 | |
| 7 | -export const _baseUrl = "https://test.qgutech.com"; | |
| 7 | +export const _baseUrl = "https://apaas.qixiaocloud.com"; | |
| 8 | 8 | |
| 9 | 9 | export const baseColorPrimary = '#1677FF'; | ... | ... |