From 3d8bdfa2a0ec48a9cc7a2f581e94ef08861401d7 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期三, 13 九月 2023 11:52:54 +0800
Subject: [PATCH] 销售订单bug修复

---
 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