Parcourir la source

Merge branch 'dataType' of git.sagacloud.cn:web/adm into dataType

zhangyu il y a 4 ans
Parent
commit
869a4af1f4
3 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1 1
      config/index.js
  2. 1 1
      package.json
  3. 1 1
      src/views/ready/buildfloor/repetitionGraphy.vue

+ 1 - 1
config/index.js

@@ -300,7 +300,7 @@ module.exports = {
       },
       '/image-service': {
         // 目标 API 地址
-        target: 'http://39.97.179.199:8888',
+        target: 'http://39.97.179.199:8891',
         // target: 'http://api.sagacloud.cn',
         // 如果要代理 websockets
         ws: true,

+ 1 - 1
package.json

@@ -20,7 +20,7 @@
   },
   "dependencies": {
     "@saga-web/base": "2.1.27",
-    "@saga-web/cad-engine": "2.0.583",
+    "@saga-web/cad-engine": "2.0.588",
     "@saga-web/draw": "2.1.110",
     "@saga-web/graph": "2.1.133",
     "axios": "^0.18.0",

+ 1 - 1
src/views/ready/buildfloor/repetitionGraphy.vue

@@ -166,7 +166,7 @@ export default {
       }
       let pa = {
         content: [{ id: this.FloorID, outline: Outline }],
-        projection: ['Outline'],
+        projection: ['outline'],
       }
       floorUpdateOutline(pa, (res) => {
         this.isEdit = false