From d19fd32eb0692166230762146f1370da82775074 Mon Sep 17 00:00:00 2001 From: XiaoRuby <3114200645@qq.com> Date: 星期一, 28 八月 2023 14:08:08 +0800 Subject: [PATCH] Crunchy-08/28合区代码 --- src/main.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main.js b/src/main.js index 6cfc935..72f68aa 100644 --- a/src/main.js +++ b/src/main.js @@ -23,7 +23,7 @@ Vue.use(qs); Vue.use(api); -const javaApi = 'http://192.168.110.167:8001/' +const javaApi = 'http://localhost:8001/' axios.defaults.baseURL = javaApi axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded;charset=UTF-8' -- Gitblit v1.9.3