소스 검색

更换为https

zouzs 1 주 전
부모
커밋
8ad1f08712
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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}`;