Add: Screen root
This commit is contained in:
2025-08-18 11:45:06 +08:00
parent 6f5d04e73f
commit 0b6c360500
4 changed files with 65 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
const API_BASE = (path: string) => {
const url = "https://stg-hipmi.wibudev.com/";
// const url = "http://10.169.174.254:3000/";
// const url = "https://stg-hipmi.wibudev.com/";
const url = "http://172.20.173.254:3000/";
return `${url}/${path}`;
};