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 | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/src/main.js b/src/main.js
index 9aff47f..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.25: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