소스 검색

deploy

master
Soleilw 2 달 전
부모
커밋
6ffa78b0e8
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1
    1
      dist/index.html
  2. 1
    1
      dist/umi.3489e7b6.js
  3. 2
    2
      src/constants/index.ts

+ 1
- 1
dist/index.html 파일 보기

@@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script src="/umi.babddd75.js"></script>
<script src="/umi.3489e7b6.js"></script>
</body>
</html>

dist/umi.3489e7b6.js
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 2
- 2
src/constants/index.ts 파일 보기

@@ -2,8 +2,8 @@ export const DEFAULT_NAME = 'Umi Max';
export const web: string = '/web';
export const common: string = '/common';
export type StringOptional = string | undefined;
export const Imageprefix: string = process.env.NODE_ENV == 'production' ? 'https://admin1.jcjob.cn/img/' : 'https://rcsc-test.jcjob.cn/img/'
export const baseUrl: string = process.env.NODE_ENV == 'production' ? 'https://admin1.jcjob.cn/api' : 'https://rcsc-test.jcjob.cn/api'
export const Imageprefix: string = JSON.parse(process.env.BUILD_ENV) == 'production' ? 'https://admin1.jcjob.cn/img/' : 'https://rcsc-test.jcjob.cn/img/'
export const baseUrl: string = JSON.parse(process.env.BUILD_ENV) == 'production' ? 'https://admin1.jcjob.cn/api' : 'https://rcsc-test.jcjob.cn/api'
export const selectfieldNames = { label: 'name', value: 'id' };
export const cascaderfieldNames = { label: 'name', value: 'id', children: 'children' };


Loading…
취소
저장