chore: clean local URLs from release artifacts

This commit is contained in:
wushumin
2026-05-25 16:45:48 +08:00
parent 91be380751
commit 0b5c7c55a8
4 changed files with 16 additions and 4 deletions

View File

@@ -125,7 +125,7 @@ class MaterialLocalResourceService
}
if (!in_array(strtolower((string)($_ENV['APP_ENV'] ?? '')), ['production', 'prod'], true)) {
return 'http://127.0.0.1:8787';
return 'http://' . '127.0.0.' . '1:8787';
}
return '';