Explorar o código

更换为https

zouzs hai 1 semana
pai
achega
8ad1f08712
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/api/utils.ts

+ 2 - 2
src/api/utils.ts

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