This commit is contained in:
gtz217 2022-08-04 15:53:50 +08:00
parent ebb6886ebd
commit 121145117b

View File

@ -2,7 +2,7 @@
* @Author: gtz
* @Date: 2022-07-25 14:18:00
* @LastEditors: gtz
* @LastEditTime: 2022-08-04 10:16:05
* @LastEditTime: 2022-08-04 15:53:41
* @Description: file content
* @FilePath: \hf-pda\src\util\request.js
*/
@ -27,7 +27,7 @@ service.interceptors.request.use((config) => {
// config.headers['token'] = JSON.parse(sessionStorage.getItem('userInfo')).token
// }
// 输出到安卓版本的时候开启下面的配置项
// config.url = 'http://hfxny.mes.picaiba.com' + config.url
config.url = 'http://hfxny.mes.picaiba.com' + config.url
// ***************
if (config.formState) {