Browse Source

fix: 子表的卡片样式优化

liuc 3 months ago
parent
commit
9abd3cafdd
2 changed files with 11 additions and 2 deletions
  1. 9 0
      package-lock.json
  2. 2 2
      vite.config.js

+ 9 - 0
package-lock.json

@@ -62,6 +62,7 @@
         "vcolorpicker": "^2.0.12",
         "vue": "3.4.27",
         "vue-codemirror-lite": "^1.0.4",
+        "vue-draggable-resizable": "^3.0.0",
         "vue-i18n": "9.13.1",
         "vue-plugin-hiprint": "^0.0.60",
         "vue-quill-editor": "^3.0.6",
@@ -10079,6 +10080,14 @@
         }
       }
     },
+    "node_modules/vue-draggable-resizable": {
+      "version": "3.0.0",
+      "resolved": "https://registry.npmmirror.com/vue-draggable-resizable/-/vue-draggable-resizable-3.0.0.tgz",
+      "integrity": "sha512-kABSggcXPoDB8dOTVE09ZkccxiMdNDUaLl7STTeghsFE3o+mk653iumrkmjKLfIBA/w5ZXWJmarBqoqsmWLzEg==",
+      "peerDependencies": {
+        "vue": "^3.2.25"
+      }
+    },
     "node_modules/vue-eslint-parser": {
       "version": "9.4.3",
       "resolved": "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-9.4.3.tgz",

+ 2 - 2
vite.config.js

@@ -36,10 +36,10 @@ export default {
   // 服务端渲染
   server: {
     host: '0.0.0.0',
-    port: 8081,
+    port: 8082,
     proxy: {
       '/api': {
-        target: 'http://localhost:9000',
+        target: 'http://localhost:9001',
         // target: 'http://192.168.17.209:2024',
         changeOrigin: true,
         ws: true,