Przeglądaj źródła

feat: 修改axios请求地址

Shellmiao 3 lat temu
rodzic
commit
368aeab26b
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/Utils/Axios.ts

+ 2 - 2
src/Utils/Axios.ts

@@ -1,7 +1,7 @@
 import axios from "axios";
 
-const codimdUrl = "http://127.0.0.1:5000";
-const picUrl = "http://127.0.0.1:5001";
+const codimdUrl = "https://blogbackcodimd.shellmiao.com";
+const picUrl = "https://blogbackpic.shellmiao.com";
 
 type DefaultRes = {
   // `data` 由服务器提供的响应