config.js 167 B

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