YaolongHan 4 年之前
父节点
当前提交
8f4a84795b
共有 5 个文件被更改,包括 10 次插入10 次删除
  1. 1 1
      src/api/editer.js
  2. 2 2
      src/components/baseEditer.vue
  3. 1 1
      src/components/edit/codeMapSystem.js
  4. 4 4
      src/components/mapClass/EditScence.ts
  5. 2 2
      vue.config.js

+ 1 - 1
src/api/editer.js

@@ -87,7 +87,7 @@ export function publishGraph(params){
 }
 // 查询设备台账
 export function queryGlsmsAsset(data,params){
-    return httputils.fetchJson(`${dataApi}/data/glsms_asset/query`,data, params)
+    return httputils.fetchJson(`${dataApi}/data/sms_asset/query`,data, params)
 }
 // 查询工程信息化信息
 export function queryInfoSystem(params){

+ 2 - 2
src/components/baseEditer.vue

@@ -398,7 +398,7 @@ export default {
                         Num: 1, // 此num与信息工程化得num无关
                         sWidth: 32,  //icon 的宽
                         sHeight: 32,   //icon 的高
-                        font: 14,    //font
+                        font: 20,    //font
                         color: '#646A73',  //字体颜色
                         GraphCategoryId: val.age.GraphCategoryId,
                         InfoSystemId: val.age.InfoSystemId?val.age.InfoSystemId:'',   //信息工程话分类ID分类
@@ -439,7 +439,7 @@ export default {
                       StrokeColor: val.age.Color,
                       FillColor: val.age.FillColor,
                       LineDash: val.age.LineDash,
-                      font: 14,
+                      font: 20,
                       color: "#646A73",
                       TextPos: { X: 0, Y: 0},
                       FID: t.data.SourceId,

+ 1 - 1
src/components/edit/codeMapSystem.js

@@ -3,7 +3,7 @@ export default {
     DTXT: '电梯系统',
     FZQZL: '分支器支路分布图(暖通系统)',
     GDXT: '供电系统',
-    JPSXT: '给排水系统',
+    JPSXT: '给排水',
     LCFB: '楼层分布',
     LCGN: '楼层功能',
     NTXT: '暖通系统',

+ 4 - 4
src/components/mapClass/EditScence.ts

@@ -276,7 +276,7 @@ export class EditScence extends SGraphScene {
                 FillColor: this._legend.FillColor,
                 LineDash: this._legend.LineDash,
                 LineWidth: this._legend.LineWidth,
-                font: 14,
+                font: 20,
                 color: '#646A73',
                 TextPos: { X: 0, Y: 0 },
                 InfoTypeId:this._legend.InfoTypeId.length? this._legend.InfoTypeId :[],
@@ -333,7 +333,7 @@ export class EditScence extends SGraphScene {
                     FillColor: this._legend.FillColor,
                     LineDash: this._legend.LineDash,
                     LineWidth: this._legend.LineWidth,
-                    font: 14,
+                    font: 20,
                     color: '#646A73',
                     FID: item.data.SourceId,
                     TextPos: { X: item.data.Location.Points[0].X, Y: -item.data.Location.Points[0].Y },
@@ -412,7 +412,7 @@ export class EditScence extends SGraphScene {
                 IconUrl: require(`../../assets/images/t-text-hover.png`),
                 Text: '请在右侧属性栏输入文字!',
                 Color: '#646A73',
-                Font: 14,
+                Font: 20,
                 BackgroundColor: '#f7f9fa'
             }
         }
@@ -453,7 +453,7 @@ export class EditScence extends SGraphScene {
                 Num: 1, // 此num与信息工程化得num无关
                 sWidth: 32,  //icon 的宽
                 sHeight: 32,   //icon 的高
-                font: 14,    //font
+                font: 20,    //font
                 color: '#646A73',  //字体颜色
                 FrameColor: this._legend.FrameColor,
                 GraphCategoryId: this._legend.GraphCategoryId,

+ 2 - 2
vue.config.js

@@ -15,9 +15,9 @@ module.exports = {
                 },
             },
             '/serve': {
-                target: 'http://192.168.200.87:8088/',
+                // target: 'http://192.168.200.87:8088/',
                 // target: 'http://192.168.200.83:8085/',
-                // target: 'http://60.205.177.43:8080', //阿里云
+                target: 'http://60.205.177.43:8080', //阿里云
                 changeOrigin: true,
                 secure: false,
                 pathRewrite: {