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) ```