From b4c132c4bd234483cf30d1666007bfde7da8f21f Mon Sep 17 00:00:00 2001 From: amuliang <982632988@qq.com> Date: Thu, 3 Aug 2023 00:03:00 +0800 Subject: [PATCH] 1 --- html/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/index.html b/html/index.html index 6b51b41..4a9a3c1 100644 --- a/html/index.html +++ b/html/index.html @@ -122,8 +122,8 @@ el: "#app", data() { const ajax = axios.create({ - //baseURL: 'http://www.amuliang.top:5750', - baseURL: 'http://localhost:5000', + baseURL: 'http://www.amuliang.top:5750', + //baseURL: 'http://localhost:5000', timeout: 10000, headers: { 'Content-Type': 'application/x-www-form-urlencoded',