From e5e97d2598218c3a51fa2c6c3b33f69bf17861cb Mon Sep 17 00:00:00 2001 From: bestlee Date: Thu, 25 Jun 2026 11:19:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/request.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/request.js b/src/api/request.js index 1a9bd69..a142993 100644 --- a/src/api/request.js +++ b/src/api/request.js @@ -2,8 +2,8 @@ import axios from 'axios'; import router from '@/router' import { showNotify } from 'vant'; -const url = 'http://192.168.0.230'; -// const url = window.location.origin; +// const url = 'http://192.168.0.230'; +const url = window.location.origin; axios.defaults.baseURL = url; axios.defaults.withCredentials = false;