Browse Source

deploy

master
Soleilw 7 months ago
parent
commit
cf6f7610b0
3 changed files with 3 additions and 3 deletions
  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 View File

</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="/umi.e6bdc561.js"></script>
<script src="/umi.9e229d2b.js"></script>
</body> </body>
</html> </html>

dist/umi.9e229d2b.js
File diff suppressed because it is too large
View File


+ 1
- 1
src/constants/index.ts View File

export const common: string = '/common'; export const common: string = '/common';
export type StringOptional = string | undefined; export type StringOptional = string | undefined;
const { BUILD_ENV } = process.env 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 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' export const baseUrl: string = process.env.UMI_ENV == 'production' ? 'https://admin1.jcjob.cn/api' : 'https://rcsc-test.jcjob.cn/api'



Loading…
Cancel
Save