Explorar el Código

更换为http

zouzs hace 1 semana
padre
commit
28e3011ca3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/utils.ts

+ 1 - 1
src/api/utils.ts

@@ -1,4 +1,4 @@
 export const baseUrlApi = (url: string) =>
   process.env.NODE_ENV === "development"
     ? `/api/${url}`
-    : `https://api.hrwallet8.com/${url}`;
+    : `http://nacos.hrwallet8.com/${url}`;