From 36a553bff3ffadfc278ff4e90b93349f34f0d79a Mon Sep 17 00:00:00 2001 From: zhouyonggao <1971162852@qq.com> Date: Wed, 3 Dec 2025 15:13:12 +0800 Subject: [PATCH] =?UTF-8?q?refactor(web):=20=E4=BC=98=E5=8C=96=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E8=B5=84=E6=BA=90=E5=8A=A0=E8=BD=BD=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E5=B9=B6=E6=B8=85=E7=90=86=E6=B3=A8=E9=87=8A=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除旧的动态脚本加载逻辑,改为使用document.write直接输出带版本号的脚本标签 清理部署脚本中的注释代码 --- scripts/deploy_docker.sh | 3 +++ web/index.html | 17 +++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/scripts/deploy_docker.sh b/scripts/deploy_docker.sh index d513062..1e4b64f 100644 --- a/scripts/deploy_docker.sh +++ b/scripts/deploy_docker.sh @@ -46,3 +46,6 @@ docker run -d \ -v "$CONFIG_PATH:/app/server/config.yaml:ro" \ "$USE_IMAGE" echo "container: $CID_NAME image: $USE_IMAGE port: $PORT" + + +#docker run -d --name marketing-data-test --restart unless-stopped -p 8077:8077 -v ./storage/export:/app/storage/export -v ./log:/app/log -v ./config.yaml:/app/server/config.yaml:ro 69a376c70023 \ No newline at end of file diff --git a/web/index.html b/web/index.html index 610732a..26850a9 100644 --- a/web/index.html +++ b/web/index.html @@ -10,6 +10,14 @@ var __addCss = function(h){ var l=document.createElement('link'); l.rel='stylesh __addCss('./vendor/element-plus.min.css'); __addCss('./styles.css'); +