From 1615528985f30b496d3c294e82136434ee36397c Mon Sep 17 00:00:00 2001
From: 李林 <z1292839451@163.com>
Date: 星期三, 09 八月 2023 17:54:23 +0800
Subject: [PATCH] 8.9编写销售管理

---
 src/main.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main.js b/src/main.js
index 5421a27..3b771af 100644
--- a/src/main.js
+++ b/src/main.js
@@ -20,7 +20,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