Kaynağa Gözat

deploy

master
Soleilw 2 ay önce
ebeveyn
işleme
6ffa78b0e8
3 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  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 Dosyayı Görüntüle

@@ -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
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


+ 2
- 2
src/constants/index.ts Dosyayı Görüntüle

@@ -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…
İptal
Kaydet