diff --git a/.env.development b/.env.development index bbdec19..f4bdc9b 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 苦糖果MES-软件开发记录 +VUE_APP_TITLE = 生产协同运营平台 # 开发环境配置 ENV = 'development' diff --git a/.env.production b/.env.production index d95d2e2..4c4f279 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 苦糖果MES-软件开发记录 +VUE_APP_TITLE = 生产协同运营平台 # 生产环境配置 ENV = 'production' diff --git a/package.json b/package.json index ac13423..09cbf4d 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "ktg-mes-ui", "version": "3.8.2", - "description": "苦糖果MES", + "description": "生产协同运营平台", "author": "YinJinLu", "license": "MIT", "scripts": { - "dev": "vue-cli-service serve", - "build:prod": "vue-cli-service build", - "build:stage": "vue-cli-service build --mode staging", + "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": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode staging", "preview": "node build/index.js --preview", "lint": "eslint --ext .js,.vue src" }, diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 39b3dad..1c7410c 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -7,15 +7,6 @@