Sign in
industry
/
sxjx-h5
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
ce0317e7c85ba58d3509dba8963d25f6af2524dd
Authored by
史婷婷
2025-01-10 17:17:45 +0800
1 parent
08063f30
feat: 生产环境数据配置
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/utils/common.tsx
src/utils/common.tsx
View file @
ce0317e
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";
...
...