ApiCofig.ts 162 B

123456789
  1. /**
  2. * 说明:后端接口配置
  3. */
  4. export default {
  5. serverDev: 'https://mn.wenlvti.net/api',
  6. serverProd: 'https://mn.wenlvti.net/api',
  7. mainBodyId: 1,
  8. }