From b8d3432c94da8e23ccfcbaec544117381b2948d2 Mon Sep 17 00:00:00 2001 From: yinq Date: Mon, 22 Sep 2025 15:55:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E5=A1=91=E8=BD=A6=E9=97=B4=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- vue.config.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9abca90..27be1b9 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "author": "若依", "license": "MIT", "scripts": { - "dev": "vue-cli-service serve", - "build:prod": "vue-cli-service build", + "dev": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", + "build:prod": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build", "build:stage": "vue-cli-service build --mode staging", "preview": "node build/index.js --preview", "lint": "eslint --ext .js,.vue src" diff --git a/vue.config.js b/vue.config.js index e1ec055..c5bbc73 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,7 +7,7 @@ function resolve(dir) { const CompressionPlugin = require('compression-webpack-plugin') -const name = process.env.VUE_APP_TITLE || '澳柯玛MES' // 网页标题 +const name = process.env.VUE_APP_TITLE || '澳柯玛注塑车间MES' // 网页标题 const port = process.env.port || process.env.npm_config_port || 80 // 端口