From 8b0a6b8b8faa45017e0dae2bac3b08856f0814f3 Mon Sep 17 00:00:00 2001 From: xuminyui <576362016@qq.com> Date: Mon, 25 Sep 2023 19:35:22 +0800 Subject: [PATCH] fix --- http/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/api.js b/http/api.js index 1a37404..89c73f8 100644 --- a/http/api.js +++ b/http/api.js @@ -1,3 +1,3 @@ export default { - baseUrl: "http://192.168.88.175:9021", + baseUrl: "https://warehouse.szjixun.cn", };