From 3f783b4c4a8b23045e67d664cf78c022410e62fc Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期五, 15 九月 2023 13:10:17 +0800
Subject: [PATCH] 改bug
---
src/main.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/main.js b/src/main.js
index 811776f..61dbbb7 100644
--- a/src/main.js
+++ b/src/main.js
@@ -24,8 +24,9 @@
Vue.use(api);
const javaApi = 'http://192.168.0.23:8001'
+// localhost 127.0.0.1
-// const javaApi = '192.168.0.6'
+// const javaApi = 'http://127.0.0.1:8001/'
@@ -60,6 +61,7 @@
// console.log(config.data)
}
+
return config
}, function(error) {
return Promise.reject(error)
--
Gitblit v1.9.3