Soleilw пре 7 месеци
родитељ
комит
cf6f7610b0
3 измењених фајлова са 3 додато и 3 уклоњено
  1. 1
    1
      dist/index.html
  2. 1
    1
      dist/umi.9e229d2b.js
  3. 1
    1
      src/constants/index.ts

+ 1
- 1
dist/index.html Прегледај датотеку

@@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script src="/umi.e6bdc561.js"></script>
<script src="/umi.9e229d2b.js"></script>
</body>
</html>

dist/umi.9e229d2b.js
Разлика између датотеке није приказан због своје велике величине
Прегледај датотеку


+ 1
- 1
src/constants/index.ts Прегледај датотеку

@@ -3,7 +3,7 @@ export const web: string = '/web';
export const common: string = '/common';
export type StringOptional = string | undefined;
const { BUILD_ENV } = process.env
console.log('BUILD_ENV', BUILD_ENV)
console.log('BUILD_ENV', process.env)
export const Imageprefix: string = process.env.UMI_ENV == 'production' ? 'https://admin1.jcjob.cn/img/' : 'https://rcsc-test.jcjob.cn/img/'
export const baseUrl: string = process.env.UMI_ENV == 'production' ? 'https://admin1.jcjob.cn/api' : 'https://rcsc-test.jcjob.cn/api'


Loading…
Откажи
Сачувај