diff --git a/package.json b/package.json index 805c67b..55f913b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "ruoyi-vue-plus", + "name": "udi-cpt", "version": "4.3.0", - "description": "UDI自助平台", + "description": "UDI协调平台", "author": "LionLi", "license": "MIT", "scripts": { @@ -9,7 +9,8 @@ "build:prod": "vue-cli-service build", "build:test": "vue-cli-service build --mode test", "preview": "node build/index.js --preview", - "lint": "eslint --ext .js,.vue src" + "lint": "eslint --ext .js,.vue src", + "dev_t": "set NODE_OPTIONS=\"--openssl-legacy-provider\" & npm run dev\n" }, "husky": { "hooks": { diff --git a/src/views/myLogin.vue b/src/views/myLogin.vue index d897988..b028320 100644 --- a/src/views/myLogin.vue +++ b/src/views/myLogin.vue @@ -1,8 +1,8 @@