common.tsx 236 Bytes

// 每个园区都有独立的分支 这里需要更换成对应的corpCode
export const currentCorpCode = () => {
    return 'qizhi';
};

export const _baseUrl = "https://test.qgutech.com";

export const baseColorPrimary = '#1677FF';