feat: admin-web新增js导入的资源路径环境变量

This commit is contained in:
FamousMai
2025-04-29 10:44:06 +08:00
parent b55446b659
commit 5ebe1bb416
4 changed files with 14 additions and 1 deletions
+2
View File
@@ -1109,6 +1109,8 @@ services:
depends_on:
- admin-server
command: [ 'nginx-debug', '-g', 'daemon off;' ]
environment:
JS_PATH: ${JS_PATH:}
networks:
- default