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.mydev.ts 182B

hace 8 meses
1234567
  1. export default {
  2. define: {
  3. 'process.env.API_URL': 'https://rcsc-test.jcjob.cn/api',
  4. 'process.env.IAMGE_PREFIX_URL': 'https://rcsc-test.jcjob.cn/img/',
  5. },
  6. };