diff --git a/compile.sh b/compile.sh index bc61352..422592d 100755 --- a/compile.sh +++ b/compile.sh @@ -44,7 +44,6 @@ if [ "$current_branch" = "$BRANCH_NAME" ]; then # 准备dist目录 mkdir -p dist - cp -r .next dist/ cp -r public dist/ cp package.json dist/ cp package-lock.json dist/ diff --git a/src/components/entity/EntityConfigPanel.vue b/src/components/entity/EntityConfigPanel.vue index a82423b..346f0d1 100644 --- a/src/components/entity/EntityConfigPanel.vue +++ b/src/components/entity/EntityConfigPanel.vue @@ -80,7 +80,7 @@ function saveConfig() {