You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.prod.ts 175B

8 月之前
123456
  1. export default {
  2. define: {
  3. 'process.env.API_URL': 'https://admin1.jcjob.cn/api',
  4. 'process.env.IAMGE_PREFIX_URL': 'https://admin1.jcjob.cn/img/',
  5. },
  6. };