From 46e83862f461de4533dbc423da0f631536801f35 Mon Sep 17 00:00:00 2001 From: Agent Date: Tue, 24 Mar 2026 15:19:10 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20API=E5=9F=9F=E5=90=8D=E6=94=B9=E4=B8=BAs?= =?UTF-8?q?ales.violin-work.online?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/index.js b/src/api/index.js index f8fecad..76fcb20 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -1,5 +1,5 @@ // API基础配置 -const BASE_URL = 'http://localhost:8080/api/v1' +const BASE_URL = 'https://sales.violin-work.online/api/v1' // 请求拦截器 const request = (url, method, data = {}) => {