Commit ce0317e7c85ba58d3509dba8963d25f6af2524dd

Authored by 史婷婷
1 parent 08063f30

feat: 生产环境数据配置

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