From 2491630b8d459f3e2ce5c56ef690a90b59f61d06 Mon Sep 17 00:00:00 2001 From: wangenze <15041567431@126.com> Date: Mon, 25 Dec 2023 14:11:32 +0800 Subject: [PATCH] =?UTF-8?q?:pencil:=E6=9B=B4=E6=96=B0=E5=90=8E=E7=AB=AF?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../02.\345\211\215\347\253\257\347\233\221\346\216\247.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/docs/code_life/\347\237\245\350\257\206\345\210\206\344\272\253/02.\345\211\215\347\253\257\347\233\221\346\216\247.md" "b/docs/code_life/\347\237\245\350\257\206\345\210\206\344\272\253/02.\345\211\215\347\253\257\347\233\221\346\216\247.md" index fe29ccb6..5e6c7a6e 100644 --- "a/docs/code_life/\347\237\245\350\257\206\345\210\206\344\272\253/02.\345\211\215\347\253\257\347\233\221\346\216\247.md" +++ "b/docs/code_life/\347\237\245\350\257\206\345\210\206\344\272\253/02.\345\211\215\347\253\257\347\233\221\346\216\247.md" @@ -52,7 +52,7 @@ #### 1. 直接发送请求上报(Axios) ```js -cosnt url = 'api.wangez.site/monitor' +cosnt url = 'https://api.wangez.site/reception/monitor' axios.post(url, data) ```