config.js 317 B

1234567891011121314
  1. import cache from '@/utils/cache';
  2. let params = {
  3. // 请求根目录地址
  4. // baseUrl: 'http://192.168.1.52:10004/',
  5. baseUrl: 'https://qach.qadsjzx.com/',
  6. // // 文件地址
  7. // fileUrl: 'http://192.168.1.52:10004',
  8. fileUrl: 'https://qach.qadsjzx.com/',
  9. };
  10. // 配置信息
  11. export default {
  12. ...params,
  13. };