This commit is contained in:
gtz217 2022-08-08 10:32:45 +08:00
parent 9f68a54e2c
commit d221b5ebeb

View File

@ -2,7 +2,7 @@
* @Author: gtz * @Author: gtz
* @Date: 2022-07-25 14:18:00 * @Date: 2022-07-25 14:18:00
* @LastEditors: gtz * @LastEditors: gtz
* @LastEditTime: 2022-08-05 15:28:06 * @LastEditTime: 2022-08-08 10:31:58
* @Description: file content * @Description: file content
* @FilePath: \hf-pda\src\util\request.js * @FilePath: \hf-pda\src\util\request.js
*/ */
@ -37,7 +37,10 @@ service.interceptors.request.use((config) => {
// config.headers['token'] = JSON.parse(sessionStorage.getItem('userInfo')).token // 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
// 本地版本
config.url = 'http://192.168.0.88' + config.url
// *************** // ***************
if (config.formState) { if (config.formState) {