config.js 225 B

123456789101112
  1. import cache from '@/utils/cache'
  2. let params = {
  3. // 请求根目录地址
  4. baseUrl: 'http://106.119.196.18:10006/',
  5. // 文件地址
  6. fileUrl: 'http://106.119.196.18:10006',
  7. }
  8. // 配置信息
  9. export default {
  10. ...params,
  11. }