更新公网接口请求

This commit is contained in:
2026-08-31 03:44:51 +00:00
parent 2c89967af0
commit 7b7f8ad98d
+1 -1
View File
@@ -20,7 +20,7 @@ export function createServiceConfig(env: Env.ImportMeta) {
url = 'http://192.168.0.230:8086';
}else{
// url = window.location.origin;
url = 'http://192.168.0.230:8086';
url = '/api';
}
const httpConfig: App.Service.SimpleServiceConfig = {
baseURL: url,