yxh
2024-02-05 1150720266547527daec0edbe59f0b395f0cddc6
package.json
@@ -1,12 +1,12 @@
{
  "name": "ruoyi",
  "version": "3.8.5",
  "description": "智慧随访管理系统",
  "description": "患者智慧服务系统",
  "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"