南昌市物联网技防平台-前端
liuyg
2021-04-10 d2b874b010d680c608452bde684ed2efb506d881
Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue
5 files modified
21 ■■■■■ changed files
public/map/widgets/supervisoryMap/FlareClusterLayer_v3.js 3 ●●●● patch | view | raw | blame | history
src/page/index/top/top-menu.vue 6 ●●●● patch | view | raw | blame | history
src/styles/alarmAnalysis/alarmAnalysis.scss 5 ●●●●● patch | view | raw | blame | history
src/views/alarmManagement/alarmAnalysis.vue 5 ●●●● patch | view | raw | blame | history
vue.config.js 2 ●●● patch | view | raw | blame | history
public/map/widgets/supervisoryMap/FlareClusterLayer_v3.js
@@ -55,7 +55,6 @@
        yPropertyName (string): default 'y'.  This is the name of the field in the dataset that represents the y coordinate.
        idPropertyName (string): default null. This is the name of the field in the dataset that represents a unique id which can be used to identify the flare.  This is usefull when you may have multiple points with the same lat/long.
      */
      //set options from constructor parameter or set defaults
      options = options || {};
      this.spatialRef = options.spatialReference || new SpatialReference({
@@ -76,7 +75,7 @@
        .setAlign(Font.ALIGN_START)
        .setFont(new Font("10pt").setWeight(Font.WEIGHT_BOLD).setFamily("calibri"))
        .setVerticalAlignment("middle");
      defaultTextSymbol.font.size = 14;
      defaultTextSymbol.font.size = 30;
      this.textSymbol = options.textSymbol || defaultTextSymbol;
      this.flareShowMode = options.flareShowMode || "mouse";
src/page/index/top/top-menu.vue
@@ -3,17 +3,17 @@
    <el-menu :default-active="activeIndex" mode="horizontal" text-color="#333">
      <el-menu-item index="0" @click.native="openHome(dataItem)" key="0">
        <template slot="title">
          <i :class="dataItem.source" :title="dataItem.name"></i>
          <i style="font-size: 20px!important;" :class="dataItem.source" :title="dataItem.name"></i>
        </template>
      </el-menu-item>
      <el-menu-item index="1" @click.native="openHome(mapItem)" key="0">
        <template slot="title">
          <i :class="mapItem.source" :title="mapItem.name"></i>
          <i style="font-size: 20px!important;"  :class="mapItem.source" :title="mapItem.name"></i>
        </template>
      </el-menu-item>
      <el-menu-item index="2" @click.native="openHome(cardItem)" key="0">
        <template slot="title">
          <i :class="cardItem.source" :title="cardItem.name"></i>
          <i style="font-size: 20px!important;"  :class="cardItem.source" :title="cardItem.name"></i>
        </template>
      </el-menu-item>
      <!--      <el-menu-item index="0" @click.native="openHomes(ZHAJ)" key="0">-->
src/styles/alarmAnalysis/alarmAnalysis.scss
@@ -285,8 +285,9 @@
.confirmAverageSpeed .avue-crud {
    width: 90%;
    position: relative;
    top: 10%;
  position: absolute;
  top: 12%;
  left: 4%;
}
.confirmAverageSpeed .avue-crud__menu {
src/views/alarmManagement/alarmAnalysis.vue
@@ -1062,7 +1062,8 @@
              legend: {
                  data: ['一键求助', '违禁品', '红色健康码', '体温异常'],
                  top:'10%',
                  right:'6%'
                  right:'6%',
                  icon:'circle'
              },
              grid: {
                  left: '1%',
@@ -1072,6 +1073,7 @@
                  containLabel: true
              },
              xAxis: {
                  name:'时段',
                  type: 'category',
                  boundaryGap: true,
                  axisLine: {
@@ -1085,6 +1087,7 @@
                  data: ['0-2', '2-4', '4-6', '6-8', '8-10', '10-12', '12-14','14-16','16-18','18-20','20-22','22-24']
              },
              yAxis: {
                  name:'个/次',
                  type: 'value',
                  splitLine: {
                    show: true,
vue.config.js
@@ -34,7 +34,7 @@
        proxy: {
            '/api': {
                //本地服务接口地址
                // target: 'http://192.168.0.111:82/',
              // target: 'http://localhost:82/',
                target: 'https://web.byisf.com/api/',
                //远程演示服务地址,可用于直接启动项目
                //target: 'https://saber.bladex.vip/api',