common.tsx 236 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 // 每个园区都有独立的分支 这里需要更换成对应的corpCode export const currentCorpCode = () => { return 'qizhi'; }; export const _baseUrl = "https://test.qgutech.com"; export const baseColorPrimary = '#1677FF';