lijinlong
杜函宇 1 year ago
parent de420a146f
commit 5479ac03a6

@ -17,7 +17,7 @@ const service = axios.create({
// axios中请求配置有baseURL选项表示请求URL公共部分
baseURL: process.env.VUE_APP_BASE_API,
// 超时
timeout: 10000,
timeout: 100000,
});
// request拦截器

@ -49,7 +49,7 @@ module.exports = {
// },
// },
'/api': {
target: `http://192.168.0.105:9033/pharmaceuticals`,
target: `http://39.101.188.84:9033/pharmaceuticals`,
changeOrigin: true,
pathRewrite: {
'^/api': ''

Loading…
Cancel
Save