From 33236bd0dd7ed30cd8cf8c5d0088fbcc8ed8954d Mon Sep 17 00:00:00 2001 From: zhanghan11 Date: Tue, 23 Jul 2024 15:28:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=B7=A1=E6=A3=80=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=82=B9=E6=A3=80=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zfipc-ui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zfipc-ui/package.json b/zfipc-ui/package.json index 8c174b5..6cd9651 100644 --- a/zfipc-ui/package.json +++ b/zfipc-ui/package.json @@ -5,8 +5,8 @@ "author": "", "license": "MIT", "scripts": { - "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", - "build:prod": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build", + "dev": "vue-cli-service serve", + "build:prod": "vue-cli-service build", "build:stage": "vue-cli-service build --mode staging", "preview": "node build/index.js --preview", "lint": "eslint --ext .js,.vue src"