This commit is contained in:
qiangyanwen 2022-09-08 10:40:49 +08:00
parent ec6551cd86
commit 42c6e15dd9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import {useRouter} from "vue-router";
import NProgress from "nprogress" import NProgress from "nprogress"
const service = axios.create({ const service = axios.create({
baseURL: 'http://192.168.0.107:8000/api', baseURL: 'http://192.168.10.80:8000/api',
timeout: 5000 timeout: 5000
}); });
const router = useRouter() const router = useRouter()