Commit 7ff6b9bc61fa6cd9a11e10835f9d4d3898badf69

Authored by 史婷婷
1 parent fc842133

feat: 生产环境配置

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';
... ...