| 1234567891011121314 |
- import cache from '@/utils/cache';
- let params = {
- // 请求根目录地址
- // baseUrl: 'http://192.168.1.52:10004/',
- baseUrl: 'https://qach.qadsjzx.com/',
- // // 文件地址
- // fileUrl: 'http://192.168.1.52:10004',
- fileUrl: 'https://qach.qadsjzx.com/',
- };
- // 配置信息
- export default {
- ...params,
- };
|