Showing
2 changed files
with
5 additions
and
5 deletions
| 1 | /* | 1 | /* |
| 2 | * @Date: 2022-09-19 14:11:06 | 2 | * @Date: 2022-09-19 14:11:06 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2023-12-22 15:05:08 | 4 | + * @LastEditTime: 2024-01-15 17:07:14 |
| 5 | * @FilePath: /meihuaApp/src/utils/config.js | 5 | * @FilePath: /meihuaApp/src/utils/config.js |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | */ | 7 | */ |
| 8 | // TAG:服务器环境配置 | 8 | // TAG:服务器环境配置 |
| 9 | -const BASE_URL = "https://oa-dev.onwall.cn"; // 测试服务器 | 9 | +// const BASE_URL = "https://oa-dev.onwall.cn"; // 测试服务器 |
| 10 | -// const BASE_URL = "https://oa.onwall.cn"; // 正式服务器 | 10 | +const BASE_URL = "https://oa.onwall.cn"; // 正式服务器 |
| 11 | 11 | ||
| 12 | export default BASE_URL | 12 | export default BASE_URL | ... | ... |
| 1 | /* | 1 | /* |
| 2 | * @Date: 2022-09-19 14:11:06 | 2 | * @Date: 2022-09-19 14:11:06 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-01-04 16:06:13 | 4 | + * @LastEditTime: 2024-01-15 17:33:35 |
| 5 | * @FilePath: /meihuaApp/src/utils/request.js | 5 | * @FilePath: /meihuaApp/src/utils/request.js |
| 6 | * @Description: 简单axios封装,后续按实际处理 | 6 | * @Description: 简单axios封装,后续按实际处理 |
| 7 | */ | 7 | */ |
| ... | @@ -25,7 +25,7 @@ const service = axios.create({ | ... | @@ -25,7 +25,7 @@ const service = axios.create({ |
| 25 | 25 | ||
| 26 | service.defaults.params = { | 26 | service.defaults.params = { |
| 27 | f: 'room', | 27 | f: 'room', |
| 28 | - client_id: '73552', | 28 | + client_id: '772428', |
| 29 | }; | 29 | }; |
| 30 | 30 | ||
| 31 | // request interceptor | 31 | // request interceptor | ... | ... |
-
Please register or login to post a comment