ソースを参照

删除无关页面

liyan 6 ヶ月 前
コミット
fc5ba72342
2 ファイル変更1 行追加101 行削除
  1. 1 1
      jeecgboot-vue3/package.json
  2. 0 100
      jeecgboot-vue3/src/views/sys/about/index.vue

+ 1 - 1
jeecgboot-vue3/package.json

@@ -9,7 +9,7 @@
   "scripts": {
     "pinstall": "pnpm install",
     "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
-    "dev": "vite",
+    "dev": "vite --port 8000",
     "build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build && esno ./build/script/postBuild.ts",
     "build:report": "pnpm clean:cache && cross-env REPORT=true npm run build",
     "preview": "npm run build && vite preview",

ファイルの差分が大きいため隠しています
+ 0 - 100
jeecgboot-vue3/src/views/sys/about/index.vue