#
Junjie
2024-09-24 8f82164ccc074676e995f762a56036face7186fc
zy-asrs-admin/package.json
@@ -4,7 +4,7 @@
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "vite --host",
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview"
  },
@@ -13,7 +13,9 @@
    "@vitejs/plugin-vue-jsx": "^4.0.0",
    "ant-design-vue": "^4.2.3",
    "axios": "^1.7.2",
    "echarts": "^5.5.1",
    "pinia": "^2.1.7",
    "pixi.js": "^5.3.12",
    "vue": "^3.4.29",
    "vue-router": "^4.3.3",
    "vue3-print-nb": "^0.1.4"
@@ -22,9 +24,5 @@
    "@vitejs/plugin-vue": "^5.0.5",
    "@vue/babel-plugin-jsx": "^1.2.2",
    "vite": "^5.3.1"
  },
  "devServer": {
    "host": "0.0.0.0",
    "port": "3000"
  }
}
}