From 02eb894b2856003d1c6616eb3afc2265665850e0 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 27 Jan 2022 16:55:17 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E6=89=93=E5=8C=85=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pom.xml | 4 ++-- mobile/.gitignore | 2 +- mobile/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index 996b364e26..8f5b619355 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -418,13 +418,13 @@ - + - + diff --git a/mobile/.gitignore b/mobile/.gitignore index 208913e4ed..f5439a7519 100644 --- a/mobile/.gitignore +++ b/mobile/.gitignore @@ -6,7 +6,7 @@ yarn-debug.log* yarn-error.log* package-lock.json tests/**/coverage/ - +.automator/ # Editor directories and files .hbuilderx .idea diff --git a/mobile/package.json b/mobile/package.json index 87114f95ee..73618117cb 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -7,7 +7,7 @@ "build": "npm run build:h5", "build:app-plus": "cross-env NODE_ENV=production UNI_PLATFORM=app-plus vue-cli-service uni-build", "build:custom": "cross-env NODE_ENV=production uniapp-cli custom", - "build:h5": "cross-env NODE_ENV=production UNI_PLATFORM=h5 vue-cli-service uni-build", + "build:h5": "cross-env NODE_ENV=production UNI_PLATFORM=h5 UNI_OUTPUT_DIR=dist vue-cli-service uni-build", "build:mp-360": "cross-env NODE_ENV=production UNI_PLATFORM=mp-360 vue-cli-service uni-build", "build:mp-alipay": "cross-env NODE_ENV=production UNI_PLATFORM=mp-alipay vue-cli-service uni-build", "build:mp-baidu": "cross-env NODE_ENV=production UNI_PLATFORM=mp-baidu vue-cli-service uni-build",