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