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