import cache from '@/utils/cache' let params = { // 请求根目录地址 baseUrl: 'http://106.119.196.18:10006/', // 文件地址 fileUrl: 'http://106.119.196.18:10006', } // 配置信息 export default { ...params, }