From 81e782df73144df67d24bf1b5aa3cd9fd9166d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=96=87=E6=9D=B0?= <> Date: Fri, 15 Mar 2024 13:47:03 +0800 Subject: [PATCH] no message --- src/utils/http.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/http.ts b/src/utils/http.ts index 393a940..4e1f3bb 100644 --- a/src/utils/http.ts +++ b/src/utils/http.ts @@ -11,8 +11,8 @@ * 4. 添加 token 请求头标识 */ import { useMemberStore } from '@/stores' -const baseURL = 'http://192.168.0.166:8808/api' -// const baseURL = 'http://222.71.165.188:8808/api' +// const baseURL = 'http://192.168.0.166:8808/api' +const baseURL = 'http://222.71.165.188:8808/api' // 添加拦截器 const httpInterceptor = { // 拦截前触发