From 785fd3a05f38d3b3f98698497294866447880a28 Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期一, 04 九月 2023 18:00:38 +0800 Subject: [PATCH] 基础数据 --- src/main.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main.js b/src/main.js index 03c0412..d0bd9ce 100644 --- a/src/main.js +++ b/src/main.js @@ -23,7 +23,9 @@ Vue.use(qs); Vue.use(api); -const javaApi = 'http://192.168.137.74:8001/' +// const javaApi = 'http://127.0.0.1:8001/' +const javaApi = 'http://192.168.73.249:8001/' + axios.defaults.baseURL = javaApi axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded;charset=UTF-8' -- Gitblit v1.9.3