src/router/axios.js
@@ -19,10 +19,8 @@ import * as auth from '@/utils/auth' const service = axios.create({ baseURL: 'http://182.106.212.58:8013/api', // 2 // baseURL: 'http://localhost:89', // 2 // baseURL: 'http://192.168.0.207:89', // 2 // baseURL: 'http://192.168.0.207:89', // 2 baseURL: 'http://dev.jxpskj.com:8020/api', // 2 // baseURL:'http://127.0.0.1:89', timeout: 600000 // request timeout })