Feat: [前台]:请求超时时间设置为15s

This commit is contained in:
fanxb 2019-07-16 19:53:06 +08:00
parent 34d1b79d5c
commit 1ea496fcba

View File

@ -4,7 +4,7 @@ import axios from "axios";
//定义http实例
const instance = axios.create({
baseURL: "/bookmark/api",
timeout: 5000
timeout: 15000
});
//实例添加请求拦截器