From ac9fd398dbc0a7df7d92b56dd7ec0c372ef01609 Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期三, 13 九月 2023 14:28:17 +0800 Subject: [PATCH] 销售订单bug修复 --- src/main.js | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/src/main.js b/src/main.js index 1cef795..bf058d2 100644 --- a/src/main.js +++ b/src/main.js @@ -23,11 +23,7 @@ Vue.use(qs); Vue.use(api); -const javaApi = 'http://192.168.0.23:8001' - -// const javaApi = '192.168.0.6' - - +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' @@ -59,7 +55,6 @@ config.data = qs.parse(config.data) // console.log(config.data) } - return config }, function(error) { -- Gitblit v1.9.3