From e31a294cd6ce4cdc41a2df4a5d3994b0f14f1eb2 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期三, 13 九月 2023 14:31:17 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.0.22:9001/r/mom-before --- src/main.js | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/src/main.js b/src/main.js index a3be056..bf058d2 100644 --- a/src/main.js +++ b/src/main.js @@ -23,12 +23,7 @@ Vue.use(qs); Vue.use(api); -const javaApi = 'http://192.168.0.23:8001' -// localhost 127.0.0.1 - -// const javaApi = 'http://127.0.0.1' - - +const javaApi = 'http://192.168.0.24:8001/' axios.defaults.baseURL = javaApi axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded;charset=UTF-8' @@ -60,7 +55,6 @@ config.data = qs.parse(config.data) // console.log(config.data) } - return config }, function(error) { -- Gitblit v1.9.3