From 49bd2c4b798bd57ec09c5d731e2bc78345c6fb25 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期四, 14 九月 2023 10:42:10 +0800 Subject: [PATCH] update --- src/main.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index 4df962d..61dbbb7 100644 --- a/src/main.js +++ b/src/main.js @@ -24,6 +24,9 @@ Vue.use(api); const javaApi = 'http://192.168.0.23:8001' +// localhost 127.0.0.1 + +// const javaApi = 'http://127.0.0.1:8001/' @@ -58,6 +61,7 @@ // console.log(config.data) } + return config }, function(error) { return Promise.reject(error) -- Gitblit v1.9.3