Browse Source

风电场多维感知与智慧运维项目中,拉取晋能sis代码修改为宁夏使用得演示代码,解决前端打包不成功问题;将部分功能隐藏,敏感词汇删除,增加智能报表功能;
风电场多维感知与智慧运维项目中,前端将首页内容及其二级页面所有关于风场光伏电站的写死的名称全部修改;配合后台同事联调服务ip,并打生产环境包部署;

SunZehao 9 months ago
parent
commit
4340887424

+ 8 - 8
.env.development

@@ -1,8 +1,8 @@
 
-VUE_APP_API=http://123.60.223.250:48080
-VUE_APP_TEST=http://123.60.223.250:48080
-VUE_APP_WS='ws://123.60.223.250:48080'
-VUE_APP_ADAPTERURL=http://123.60.223.250:48080
+VUE_APP_API=http://123.60.219.66:48080
+VUE_APP_TEST=http://123.60.219.66:48080
+VUE_APP_WS='ws://123.60.219.66:48080'
+VUE_APP_ADAPTERURL=http://123.60.219.66:48080
 
 
 # 趋势对比数据条数
@@ -12,18 +12,18 @@ VUE_APP_DIALOG_NUM = 8
 VUE_APP_DIALOG_POINT = contextmenu
 # 智慧检修
 # VUE_APP_NEW_WISDOM=http://10.81.3.162:8170
-VUE_APP_NEW_WISDOM=http://123.60.223.250:48080
+VUE_APP_NEW_WISDOM=http://123.60.219.66:48080
 # 综合报警
-VUE_APP_ALARM=http://123.60.223.250:48080
+VUE_APP_ALARM=http://123.60.219.66:48080
 # 登录
-VUE_APP_VUE_LOGIN_URL=http://123.60.223.250:48080
+VUE_APP_VUE_LOGIN_URL=http://123.60.219.66:48080
 # VUE_APP_TEST=http://10.81.3.155:9002
 # VUE_APP_WS=ws://10.81.3.155:9002
 # # VUE_APP_TEST=http://192.168.1.101:9002
 
 
 # # VUE_APP_API=http://192.168.1.116:6060
-# VUE_APP_API=http://10.81.3.153:6060
+VUE_APP_API=http://120.46.128.147:6060
 # # VUE_APP_API=http://192.168.1.109:6060
 
 

+ 16 - 8
.env.production

@@ -1,7 +1,12 @@
-VUE_APP_API=http://123.60.223.250:48080
-VUE_APP_TEST=http://123.60.223.250:48080
-VUE_APP_WS='ws://123.60.223.250:48080'
-VUE_APP_ADAPTERURL=http://123.60.223.250:48080
+# VUE_APP_API=http://123.60.223.250:48080
+# VUE_APP_TEST=http://123.60.223.250:48080
+# VUE_APP_WS='ws://123.60.223.250:48080'
+# VUE_APP_ADAPTERURL=http://123.60.223.250:48080
+
+VUE_APP_API=http://123.60.219.66:48080
+VUE_APP_TEST=http://123.60.219.66:48080
+VUE_APP_WS='ws://123.60.219.66:48080'
+VUE_APP_ADAPTERURL=http://123.60.219.66:48080
 
 
 # 趋势对比数据条数
@@ -11,12 +16,15 @@ VUE_APP_DIALOG_NUM = 8
 VUE_APP_DIALOG_POINT = contextmenu
 # 智慧检修
 # VUE_APP_NEW_WISDOM=http://10.81.3.162:8170
-VUE_APP_NEW_WISDOM=http://123.60.223.250:48080
+# VUE_APP_NEW_WISDOM=http://123.60.223.250:48080
+VUE_APP_NEW_WISDOM=http://123.60.219.66:48080
 # 综合报警
-VUE_APP_ALARM=http://123.60.223.250:48080
+# VUE_APP_ALARM=http://123.60.223.250:48080
+VUE_APP_ALARM=http://123.60.219.66:48080
 # 登录
-VUE_APP_VUE_LOGIN_URL=http://123.60.223.250:48080
-# VUE_APP_API=http://10.81.3.153:6060
+# VUE_APP_VUE_LOGIN_URL=http://123.60.223.250:48080
+VUE_APP_VUE_LOGIN_URL=http://123.60.219.66:48080
+VUE_APP_API=http://120.46.128.147:6060
 # VUE_APP_TEST=http://10.81.3.155:9002
 # VUE_APP_WS='ws://10.81.3.155:9002'
 # VUE_APP_ADAPTERURL=http://10.81.3.155:8011

+ 2 - 2
src/App.vue

@@ -20,7 +20,7 @@
                 : 'color:#000'
             "
           >
-            >>发电场站生产实时运营管理平台</span
+            >>宁夏分公司演示平台</span
           >
         </div>
         <div class="header-menu-body">
@@ -80,7 +80,7 @@
       >
         <router-view />
       </div>
-      <alarmBadge />
+      <!-- <alarmBadge /> -->
     </div>
     <div v-else class="login"><login-page @onLogin="login" /></div>
   </div>

File diff suppressed because it is too large
+ 860 - 1119
src/router/index.js


+ 20 - 20
src/views/Home/components/map.vue

@@ -376,12 +376,12 @@
         "
       >
         <div class="security-day">
-          <div v-if="activeTab == 0" class="text">清洁能源产业总装机容量:</div>
+          <div v-if="activeTab == 0" class="text">总装机容量:</div>
           <div v-if="activeTab == -1" class="text">
-            清洁能源产业风电总装机容量:
+            风电总装机容量:
           </div>
           <div v-if="activeTab == -2" class="text">
-            清洁能源产业光伏总装机容量:
+            光伏总装机容量:
           </div>
           <div class="num">
             <span class="font-num" v-if="activeTab == 0">{{
@@ -427,7 +427,7 @@
         >
           <div class="energy-system-content clearfix">
             <div class="title">
-              <span class="title-name">清洁能源公司</span>
+              <span class="title-name">公司</span>
               <span class="title-all-title">总装机容量 :</span>
               <span class="title-all-content" v-if="activeTab == 0">{{
                 Number(StationinformationData?.cblpoint?.qjny_zzjrl) || 0
@@ -858,7 +858,7 @@
                   />
                   <div class="amount-nums">
                     <text class="num-item">{{
-                      StationinformationData?.cblpoint?.jr_fj_ts
+                      Math.floor(StationinformationData?.cblpoint?.jr_fj_ts)
                     }}</text>
                   </div>
@@ -874,7 +874,7 @@
                   class="info-nums"
                 >
                   风电场<text class="nums">{{
-                    StationinformationData?.cblpoint?.jr_fcts
+                    Math.floor(StationinformationData?.cblpoint?.jr_fcts)
                   }}</text>
                 </div>
@@ -883,43 +883,43 @@
                 <div class="type-model">
                   <div class="type-name" style="color: #1d99ff">待机</div>
                   <div class="type-num">
-                    {{ StationinformationData?.mxztmap?.fd_djnum || 0 }}
+                    {{ Math.floor(StationinformationData?.mxztmap?.fd_djnum) || 0 }}
                   </div>
                 </div>
                 <div class="type-model">
                   <div class="type-name" style="color: #05bb4c">运行</div>
                   <div class="type-num">
-                    {{ StationinformationData?.mxztmap?.fd_yxnum || 0 }}
+                    {{ Math.floor(StationinformationData?.mxztmap?.fd_yxnum) || 0 }}
                   </div>
                 </div>
                 <div class="type-model">
                   <div class="type-name" style="color: #ba3237">故障</div>
                   <div class="type-num">
-                    {{ StationinformationData?.mxztmap?.fd_gznum || 0 }}
+                    {{ Math.floor(StationinformationData?.mxztmap?.fd_gznum) || 0 }}
                   </div>
                 </div>
                 <div class="type-model">
                   <div class="type-name" style="color: #e17e23">检修</div>
                   <div class="type-num">
-                    {{ StationinformationData?.mxztmap?.fd_jxnum || 0 }}
+                    {{ Math.floor(StationinformationData?.mxztmap?.fd_jxnum) || 0 }}
                   </div>
                 </div>
                 <div class="type-model">
                   <div class="type-name" style="color: #c531c7">限电</div>
                   <div class="type-num">
-                    {{ StationinformationData?.mxztmap?.fd_xdnum || 0 }}
+                    {{ Math.floor(StationinformationData?.mxztmap?.fd_xdnum) || 0 }}
                   </div>
                 </div>
                 <div class="type-model">
                   <div class="type-name" style="color: #fff">受累</div>
                   <div class="type-num">
-                    {{ StationinformationData?.mxztmap?.fd_slnum || 0 }}
+                    {{ Math.floor(StationinformationData?.mxztmap?.fd_slnum) || 0 }}
                   </div>
                 </div>
                 <div class="type-model">
                   <div class="type-name" style="color: #606769">离线</div>
                   <div class="type-num">
-                    {{ StationinformationData?.mxztmap?.fd_lxnum || 0 }}
+                    {{ Math.floor(StationinformationData?.mxztmap?.fd_lxnum) || 0 }}
                   </div>
                 </div>
               </div>
@@ -992,43 +992,43 @@
                 <div class="type-model">
                   <div class="type-name" style="color: #1d99ff">待机</div>
                   <div class="type-num">
-                    {{ StationinformationData?.mxztmap?.gf_djnum || 0 }}
+                    {{ Math.floor(StationinformationData?.mxztmap?.gf_djnum) || 0 }}
                   </div>
                 </div>
                 <div class="type-model">
                   <div class="type-name" style="color: #05bb4c">运行</div>
                   <div class="type-num">
-                    {{ StationinformationData?.mxztmap?.gf_yxnum || 0 }}
+                    {{ Math.floor(StationinformationData?.mxztmap?.gf_yxnum) || 0 }}
                   </div>
                 </div>
                 <div class="type-model">
                   <div class="type-name" style="color: #ba3237">故障</div>
                   <div class="type-num">
-                    {{ StationinformationData?.mxztmap?.gf_gznum || 0 }}
+                    {{ Math.floor(StationinformationData?.mxztmap?.gf_gznum) || 0 }}
                   </div>
                 </div>
                 <div class="type-model">
                   <div class="type-name" style="color: #e17e23">检修</div>
                   <div class="type-num">
-                    {{ StationinformationData?.mxztmap?.gf_jxnum || 0 }}
+                    {{ Math.floor(StationinformationData?.mxztmap?.gf_jxnum) || 0 }}
                   </div>
                 </div>
                 <div class="type-model">
                   <div class="type-name" style="color: #c531c7">限电</div>
                   <div class="type-num">
-                    {{ StationinformationData?.mxztmap?.gf_xdnum || 0 }}
+                    {{ Math.floor(StationinformationData?.mxztmap?.gf_xdnum) || 0 }}
                   </div>
                 </div>
                 <div class="type-model">
                   <div class="type-name" style="color: #fff">受累</div>
                   <div class="type-num">
-                    {{ StationinformationData?.mxztmap?.gf_slnum || 0 }}
+                    {{ Math.floor(StationinformationData?.mxztmap?.gf_slnum) || 0 }}
                   </div>
                 </div>
                 <div class="type-model">
                   <div class="type-name" style="color: #606769">离线</div>
                   <div class="type-num">
-                    {{ StationinformationData?.mxztmap?.gf_lxnum || 0 }}
+                    {{ Math.floor(StationinformationData?.mxztmap?.gf_lxnum) || 0 }}
                   </div>
                 </div>
               </div>

+ 57 - 56
src/views/Home/components/map/SX.vue

@@ -158,12 +158,12 @@
                 @click.stop="
                   clickLabel(
                     'SXJ_KGDL_XWT_FDC_STA',
-                    '右玉小五台风电场',
+                    '13风电场',
                     penetrateType
                   )
                 "
               >
-                右玉小五台
+                13风电场
               </text>
               <text
                 x="492"
@@ -173,7 +173,7 @@
                 @click.stop="
                   clickLabel(
                     'SXJ_KGDL_XWT_FDC_STA',
-                    '右玉小五台风电场',
+                    '13风电场',
                     penetrateType
                   )
                 "
@@ -189,7 +189,7 @@
                 @click.stop="
                   clickLabel(
                     'SXJ_KGDL_XWT_FDC_STA',
-                    '右玉小五台风电场',
+                    '13风电场',
                     penetrateType
                   )
                 "
@@ -205,12 +205,12 @@
                 @click.stop="
                   clickLabel(
                     'SXJ_KGDL_DJY_FDC_STA',
-                    '右玉丁家窑',
+                    '风电场2',
                     penetrateType
                   )
                 "
               >
-                右玉丁家窑
+                风电场2
               </text>
               <text
                 x="492"
@@ -220,7 +220,7 @@
                 @click.stop="
                   clickLabel(
                     'SXJ_KGDL_DJY_FDC_STA',
-                    '右玉丁家窑',
+                    '风电场2',
                     penetrateType
                   )
                 "
@@ -235,7 +235,7 @@
                 @click.stop="
                   clickLabel(
                     'SXJ_KGDL_DJY_FDC_STA',
-                    '右玉丁家窑',
+                    '风电场2',
                     penetrateType
                   )
                 "
@@ -308,7 +308,7 @@
                 @click.stop="
                   clickLabel(
                     'SXJ_KGDL_NJL_FDC_STA',
-                    '牛家岭风电场',
+                    '风电场3',
                     penetrateType
                   )
                 "
@@ -320,7 +320,7 @@
                   fill="#919697"
                   font-size="8"
                 >
-                  牛家岭
+                  风电场3
                 </text>
                 <text x="352" y="75" fill="#05bb4c" font-size="8">
                   {{ sourceMap?.station?.SXJ_KGDL_NJL_FDC_STA?.zjts }}
@@ -391,11 +391,11 @@
               />
               <g
                 @click.stop="
-                  clickLabel('SXJ_KGDL_YF_FDC_STA', '平鲁禹丰', penetrateType)
+                  clickLabel('SXJ_KGDL_YF_FDC_STA', '风电场4', penetrateType)
                 "
               >
                 <text class="mapKey" x="299" y="3" fill="#919697" font-size="8">
-                  平鲁禹丰
+                  风电场4
                 </text>
                 <text x="355" y="3" fill="#05bb4c" font-size="8">
                   {{ sourceMap?.station?.SXJ_KGDL_YF_FDC_STA?.zjts }}
@@ -406,7 +406,7 @@
                 @click.stop="
                   clickLabel(
                     'SXJ_KGDL_BHB_FDC_STA',
-                    '平鲁败虎堡',
+                    '风电场5',
                     penetrateType
                   )
                 "
@@ -418,7 +418,7 @@
                   fill="#919697"
                   font-size="8"
                 >
-                  平鲁败虎堡
+                  风电场5
                 </text>
                 <text x="360" y="14" fill="#05bb4c" font-size="8">
                   {{ sourceMap?.station?.SXJ_KGDL_BHB_FDC_STA?.zjts }}
@@ -429,7 +429,7 @@
                 @click.stop="
                   clickLabel(
                     'SXJ_KGDL_BHB3_FDC_STA',
-                    '平鲁败虎堡三期',
+                    '风电场6',
                     penetrateType
                   )
                 "
@@ -441,7 +441,7 @@
                   fill="#919697"
                   font-size="8"
                 >
-                  平鲁败虎堡三期
+                  风电场6
                 </text>
                 <text x="368" y="26" fill="#05bb4c" font-size="8">
                   {{ sourceMap?.station?.SXJ_KGDL_BHB3_FDC_STA?.zjts }}
@@ -521,12 +521,12 @@
                 @click.stop="
                   clickLabel(
                     'SXJ_KGDL_PTZ_FDC_STA',
-                    '寿阳平头镇',
+                    '风电场7',
                     penetrateType
                   )
                 "
               >
-                寿阳平头镇
+                风电场7
               </text>
               <text
                 x="468"
@@ -536,7 +536,7 @@
                 @click.stop="
                   clickLabel(
                     'SXJ_KGDL_PTZ_FDC_STA',
-                    '寿阳平头镇',
+                    '风电场7',
                     penetrateType
                   )
                 "
@@ -551,7 +551,7 @@
                 @click.stop="
                   clickLabel(
                     'SXJ_KGDL_PTZ_FDC_STA',
-                    '寿阳平头镇',
+                    '风电场7',
                     penetrateType
                   )
                 "
@@ -567,12 +567,12 @@
                 @click.stop="
                   clickLabel(
                     'SXJ_KGDL_YTY_FDC_STA',
-                    '寿阳羊头崖风电场',
+                    '风电场8',
                     penetrateType
                   )
                 "
               >
-                寿阳羊头崖
+                风电场8
               </text>
               <text
                 x="468"
@@ -582,7 +582,7 @@
                 @click.stop="
                   clickLabel(
                     'SXJ_KGDL_YTY_FDC_STA',
-                    '寿阳羊头崖风电场',
+                    '风电场8',
                     penetrateType
                   )
                 "
@@ -597,7 +597,7 @@
                 @click.stop="
                   clickLabel(
                     'SXJ_KGDL_YTY_FDC_STA',
-                    '寿阳羊头崖风电场',
+                    '风电场8',
                     penetrateType
                   )
                 "
@@ -613,12 +613,12 @@
                 @click.stop="
                   clickLabel(
                     'SXJ_KGDL_YLZ_FDC_STA',
-                    '寿阳尹灵芝风电场',
+                    '风电场9',
                     penetrateType
                   )
                 "
               >
-                寿阳尹灵芝
+                风电场9
               </text>
               <text
                 x="468"
@@ -628,7 +628,7 @@
                 @click.stop="
                   clickLabel(
                     'SXJ_KGDL_YLZ_FDC_STA',
-                    '寿阳尹灵芝风电场',
+                    '风电场9',
                     penetrateType
                   )
                 "
@@ -643,7 +643,7 @@
                 @click.stop="
                   clickLabel(
                     'SXJ_KGDL_YLZ_FDC_STA',
-                    '寿阳尹灵芝风电场',
+                    '风电场9',
                     penetrateType
                   )
                 "
@@ -661,7 +661,7 @@
               companyid == 'SXJ_KGDL_FLFD_ZGS0'
             "
             @click.stop="
-              clickLabel('SXJ_KGDL_ZK_FDC_STA', '平遥朱坑', penetrateType)
+              clickLabel('SXJ_KGDL_ZK_FDC_STA', '风电场10', penetrateType)
             "
           >
             <svg
@@ -719,7 +719,7 @@
                 opacity="0.8"
               />
               <text class="mapKey" x="313" y="139" fill="#919697" font-size="8">
-                平遥朱坑
+                风电场10
               </text>
               <text x="355" y="139" fill="#05bb4c" font-size="8">
                 {{ sourceMap?.station?.SXJ_KGDL_ZK_FDC_STA?.zjts }}
@@ -735,7 +735,7 @@
               companyid == 'SXJ_KGDL_GFFD_ZGS0'
             "
             @click.stop="
-              clickLabel('SXJ_KGDL_TZ_GDC_STA', '天镇旭升', penetrateType)
+              clickLabel('SXJ_KGDL_TZ_GDC_STA', '光伏电站1', penetrateType)
             "
           >
             <image
@@ -769,7 +769,7 @@
                 opacity="0.8"
               />
               <text class="mapKey" x="463" y="9" fill="#919697" font-size="8">
-                天镇旭升 集中式:
+                光伏电站1 集中式:
               </text>
               <text x="528" y="9" fill="#05bb4c" font-size="8">
                 {{ sourceMap?.station?.SXJ_KGDL_TZ_GDC_STA?.jzzjts }}
@@ -792,7 +792,7 @@
               companyid == 'SXJ_KGDL_GFFD_ZGS0'
             "
             @click.stop="
-              clickLabel('SXJ_KGDL_SY_GDC_STA', '山阴荣新', penetrateType)
+              clickLabel('SXJ_KGDL_SY_GDC_STA', '光伏电站2', penetrateType)
             "
           >
             <image
@@ -826,7 +826,7 @@
                 opacity="0.8"
               />
               <text class="mapKey" x="458" y="71" fill="#919697" font-size="8">
-                山阴荣新 集中式:
+                光伏电站2 集中式:
               </text>
               <text x="520" y="71" fill="#05bb4c" font-size="8">
                 {{ sourceMap?.station?.SXJ_KGDL_SY_GDC_STA?.jzzjts }}
@@ -849,7 +849,7 @@
               companyid == 'SXJ_KGDL_GFFD_ZGS0'
             "
             @click.stop="
-              clickLabel('SXJ_KGDL_HR_GDC_STA', '怀仁初晨', penetrateType)
+              clickLabel('SXJ_KGDL_HR_GDC_STA', '光伏电站3', penetrateType)
             "
           >
             <image
@@ -883,7 +883,7 @@
                 opacity="0.8"
               />
               <text class="mapKey" x="478" y="36" fill="#919697" font-size="8">
-                怀仁初晨 组串式:
+                光伏电站3 组串式:
               </text>
               <text x="545" y="36" fill="#05bb4c" font-size="8">
                 {{ sourceMap?.station?.SXJ_KGDL_HR_GDC_STA?.zczjts }}
@@ -900,7 +900,7 @@
               companyid == 'SXJ_KGDL_GFFD_ZGS0'
             "
             @click.stop="
-              clickLabel('SXJ_KGDL_YG_GDC_STA', '阳高蔚家堡', penetrateType)
+              clickLabel('SXJ_KGDL_YG_GDC_STA', '光伏电站4', penetrateType)
             "
           >
             <image
@@ -934,7 +934,7 @@
                 opacity="0.8"
               />
               <text class="mapKey" x="458" y="54" fill="#919697" font-size="8">
-                阳高蔚家堡 集中式:
+                光伏电站4 集中式:
               </text>
               <text x="529" y="54" fill="#05bb4c" font-size="8">
                 {{ sourceMap?.station?.SXJ_KGDL_YG_GDC_STA?.jzzjts }}
@@ -957,7 +957,7 @@
               companyid == 'SXJ_KGDL_GFFD_ZGS0'
             "
             @click.stop="
-              clickLabel('SXJ_KGDL_YX_GDC_STA', '应县晶辉', penetrateType)
+              clickLabel('SXJ_KGDL_YX_GDC_STA', '光伏电站5', penetrateType)
             "
           >
             <image
@@ -991,7 +991,7 @@
                 opacity="0.8"
               />
               <text class="mapKey" x="455" y="60" fill="#919697" font-size="8">
-                应县晶辉 集中式:
+                光伏电站5 集中式:
               </text>
               <text x="520" y="60" fill="#05bb4c" font-size="8">
                 {{ sourceMap?.station?.SXJ_KGDL_YX_GDC_STA?.jzzjts }}
@@ -1008,7 +1008,7 @@
               companyid == 'SXJ_KGDL_GFFD_ZGS0'
             "
             @click.stop="
-              clickLabel('SXJ_KGDL_YY_GDC_STA', '右玉右卫', penetrateType)
+              clickLabel('SXJ_KGDL_YY_GDC_STA', '光伏电站6', penetrateType)
             "
           >
             <image
@@ -1042,7 +1042,7 @@
                 opacity="0.8"
               />
               <text class="mapKey" x="443" y="19" fill="#919697" font-size="8">
-                右玉右卫 集中式:
+                光伏电站6 集中式:
               </text>
               <text x="510" y="19" fill="#05bb4c" font-size="8">
                 {{ sourceMap?.station?.SXJ_KGDL_YY_GDC_STA?.jzzjts }}
@@ -1065,7 +1065,7 @@
               companyid == 'SXJ_KGDL_GFFD_ZGS0'
             "
             @click.stop="
-              clickLabel('SXJ_KGDL_JR_GDC_STA', '繁峙均然', penetrateType)
+              clickLabel('SXJ_KGDL_JR_GDC_STA', '光伏电站7', penetrateType)
             "
           >
             <image
@@ -1099,7 +1099,7 @@
                 opacity="0.8"
               />
               <text class="mapKey" x="465" y="91" fill="#919697" font-size="8">
-                繁峙均然 组串式:
+                光伏电站7 组串式:
               </text>
               <text x="530" y="91" fill="#05bb4c" font-size="8">
                 {{ sourceMap?.station?.SXJ_KGDL_JR_GDC_STA?.zczjts }}
@@ -1116,7 +1116,7 @@
               companyid == 'SXJ_KGDL_GFFD_ZGS0'
             "
             @click.stop="
-              clickLabel('SXJ_KGDL_TL_GDC_STA', '屯留吾元', penetrateType)
+              clickLabel('SXJ_KGDL_TL_GDC_STA', '光伏电站8', penetrateType)
             "
           >
             <image
@@ -1150,7 +1150,7 @@
                 opacity="0.8"
               />
               <text class="mapKey" x="398" y="242" fill="#919697" font-size="8">
-                屯留吾元 组串式:
+                光伏电站8 组串式:
               </text>
               <text x="460" y="242" fill="#05bb4c" font-size="8">
                 {{ sourceMap?.station?.SXJ_KGDL_TL_GDC_STA?.zczjts }}
@@ -1167,7 +1167,7 @@
               companyid == 'SXJ_KGDL_GFFD_ZGS0'
             "
             @click.stop="
-              clickLabel('SXJ_KGDL_FS_GDC_STA', '方山孙家山', penetrateType)
+              clickLabel('SXJ_KGDL_FS_GDC_STA', '光伏电站9', penetrateType)
             "
           >
             <image
@@ -1201,7 +1201,7 @@
                 opacity="0.8"
               />
               <text class="mapKey" x="247" y="126" fill="#919697" font-size="8">
-                方山孙家山 集中式:
+                光伏电站9 集中式:
               </text>
               <text x="320" y="126" fill="#05bb4c" font-size="8">
                 {{ sourceMap?.station?.SXJ_KGDL_FS_GDC_STA?.jzzjts }}
@@ -1218,7 +1218,7 @@
               companyid == 'SXJ_KGDL_GFFD_ZGS0'
             "
             @click.stop="
-              clickLabel('SXJ_KGDL_PL_GDC_STA', '平鲁阻虎', penetrateType)
+              clickLabel('SXJ_KGDL_PL_GDC_STA', '光伏电站10', penetrateType)
             "
           >
             <image
@@ -1252,7 +1252,7 @@
                 opacity="0.8"
               />
               <text class="mapKey" x="258" y="47" fill="#919697" font-size="8">
-                平鲁阻虎 集中式:
+                光伏电站10 集中式:
               </text>
               <text x="325" y="47" fill="#05bb4c" font-size="8">
                 {{ sourceMap?.station?.SXJ_KGDL_PL_GDC_STA?.jzzjts }}
@@ -1327,7 +1327,7 @@
                   @click.stop="
                     clickLabel(
                       'SXJ_KGDL_GJY_FDC_STA',
-                      '平鲁高家堰风电场',
+                      '风电场11',
                       penetrateType
                     )
                   "
@@ -1339,7 +1339,7 @@
                     fill="#919697"
                     font-size="8"
                   >
-                    平鲁高家堰
+                    风电场11
                   </text>
                   <text x="362" y="57" fill="#05bb4c" font-size="8">
                     {{ sourceMap?.station?.SXJ_KGDL_GJY_FDC_STA?.zjts }}
@@ -1350,7 +1350,7 @@
                   @click.stop="
                     clickLabel(
                       'SXJ_KGDL_HSM_FDC_STA',
-                      '平鲁红石峁风电场',
+                      '风电场12',
                       penetrateType
                     )
                   "
@@ -1362,7 +1362,7 @@
                     fill="#919697"
                     font-size="8"
                   >
-                    平鲁红石峁
+                    风电场12
                   </text>
                   <text x="365" y="69" fill="#05bb4c" font-size="8">
                     {{ sourceMap?.station?.SXJ_KGDL_HSM_FDC_STA?.zjts }}
@@ -1383,7 +1383,7 @@
             @click.stop="
               clickLabel(
                 'SXJ_KGDL_PDL_FDC_STA',
-                '宁武盘道梁风电场',
+                '风电场13',
                 penetrateType
               )
             "
@@ -1439,7 +1439,7 @@
                 opacity="0.8"
               />
               <text class="mapKey" x="433" y="58" fill="#919697" font-size="8">
-                宁武盘道梁
+                风电场13
               </text>
               <text x="480" y="58" fill="#05bb4c" font-size="8">
                 {{ sourceMap?.station?.SXJ_KGDL_PDL_FDC_STA?.zjts }}
@@ -1530,6 +1530,7 @@ export default {
   created() {
     // 创建后
     this.sourceMap = this.data;
+    debugger
     setTimeout(() => {
       this.c1 = true;
       setTimeout(() => {

+ 2 - 2
src/views/layout/Header.vue

@@ -38,7 +38,7 @@
           </template>
         </el-dropdown>
       </li>
-      <li class="header-menu-user-title">
+      <!-- <li class="header-menu-user-title">
         <el-tooltip
           effect="dark"
           content="后台管理系统"
@@ -49,7 +49,7 @@
             <SvgIcon svgid="svg-admin-set"></SvgIcon>
           </i>
         </el-tooltip>
-      </li>
+      </li> -->
     </ul>
   </div>
 </template>

+ 30 - 0
src/views/nxReport/czzyb/index.vue

@@ -0,0 +1,30 @@
+<template>
+    <div style="height: 100%">
+        <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
+    </div>
+</template>
+<script>
+    export default {
+        name: "gkjlb",
+        data() {
+            return {
+                url: "http://123.60.219.66:8083/bi/ebipro/easyolap.do?action=edit&resid=EANA$2$8$1$041302f30436412d9ba78f161a6575f0$f5c25912e8aa49d78e33f070bf944858&id=admin&pw=admin",
+            };
+        },
+    };
+</script>
+<style lang="less" scope>
+    @titleGray: #9ca5a8;
+    @rowGray: #606769;
+    @darkBack: #536268;
+
+    .knowledge-2 {
+        .el-select {
+            width: 200px;
+        }
+
+        .el-input {
+            width: 200px;
+        }
+    }
+</style>

+ 29 - 0
src/views/nxReport/erp/index.vue

@@ -0,0 +1,29 @@
+<template>
+    <div style="height: 100%">
+        <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
+    </div>
+</template>
+<script>
+    export default {
+        data() {
+            return {
+                url: "http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$ff22bb1d24bc416e9185a1e40be6976b&id=admin&pw=admin",
+            };
+        },
+    };
+</script>
+<style lang="less" scope>
+    @titleGray: #9ca5a8;
+    @rowGray: #606769;
+    @darkBack: #536268;
+
+    .knowledge-2 {
+        .el-select {
+            width: 200px;
+        }
+
+        .el-input {
+            width: 200px;
+        }
+    }
+</style>

+ 30 - 0
src/views/nxReport/fdscqk/index.vue

@@ -0,0 +1,30 @@
+<template>
+    <div style="height: 100%">
+        <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
+    </div>
+</template>
+<script>
+    export default {
+        name: "gkjlb",
+        data() {
+            return {
+                url: "http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$03e83149008940daa72311823bd381da&id=admin&pw=admin",
+            };
+        },
+    };
+</script>
+<style lang="less" scope>
+    @titleGray: #9ca5a8;
+    @rowGray: #606769;
+    @darkBack: #536268;
+
+    .knowledge-2 {
+        .el-select {
+            width: 200px;
+        }
+
+        .el-input {
+            width: 200px;
+        }
+    }
+</style>

+ 30 - 0
src/views/nxReport/gkjlb/index.vue

@@ -0,0 +1,30 @@
+<template>
+    <div style="height: 100%">
+        <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
+    </div>
+</template>
+<script>
+    export default {
+        name: "gkjlb",
+        data() {
+            return {
+                url: "http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$4a71c6bc1fd34da7843c6eb2a7b3aee3&id=admin&pw=admin",
+            };
+        },
+    };
+</script>
+<style lang="less" scope>
+    @titleGray: #9ca5a8;
+    @rowGray: #606769;
+    @darkBack: #536268;
+
+    .knowledge-2 {
+        .el-select {
+            width: 200px;
+        }
+
+        .el-input {
+            width: 200px;
+        }
+    }
+</style>

+ 30 - 0
src/views/nxReport/pjfs/index.vue

@@ -0,0 +1,30 @@
+<template>
+    <div style="height: 100%">
+        <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
+    </div>
+</template>
+<script>
+    export default {
+        name: "gkjlb",
+        data() {
+            return {
+                url: "http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$d0cec38cba1f43128d9aa5d348198c6e&id=admin&pw=admin",
+            };
+        },
+    };
+</script>
+<style lang="less" scope>
+    @titleGray: #9ca5a8;
+    @rowGray: #606769;
+    @darkBack: #536268;
+
+    .knowledge-2 {
+        .el-select {
+            width: 200px;
+        }
+
+        .el-input {
+            width: 200px;
+        }
+    }
+</style>

+ 30 - 0
src/views/nxReport/yxqk/index.vue

@@ -0,0 +1,30 @@
+<template>
+    <div style="height: 100%">
+        <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
+    </div>
+</template>
+<script>
+    export default {
+        name: "gkjlb",
+        data() {
+            return {
+                url: "http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$6cfd3bcb6b85450dbcf396a816439c9f&id=admin&pw=admin",
+            };
+        },
+    };
+</script>
+<style lang="less" scope>
+    @titleGray: #9ca5a8;
+    @rowGray: #606769;
+    @darkBack: #536268;
+
+    .knowledge-2 {
+        .el-select {
+            width: 200px;
+        }
+
+        .el-input {
+            width: 200px;
+        }
+    }
+</style>

+ 30 - 0
src/views/nxReport/zhbb/index.vue

@@ -0,0 +1,30 @@
+<template>
+    <div style="height: 100%">
+        <iframe :src="url" width="100%" height="100%" frameborder="0" scrolling="auto"></iframe>
+    </div>
+</template>
+<script>
+    export default {
+        name: "gkjlb",
+        data() {
+            return {
+                url: "http://123.60.219.66:8083/bi/ebibase/showreport.do?resid=EANA$2$2$1$041302f30436412d9ba78f161a6575f0$03a38ba7339d4e2b9812e08e924f997e&id=admin&pw=admin",
+            };
+        },
+    };
+</script>
+<style lang="less" scope>
+    @titleGray: #9ca5a8;
+    @rowGray: #606769;
+    @darkBack: #536268;
+
+    .knowledge-2 {
+        .el-select {
+            width: 200px;
+        }
+
+        .el-input {
+            width: 200px;
+        }
+    }
+</style>

+ 3 - 2
vue.config.js

@@ -62,7 +62,8 @@ module.exports = {
   outputDir: "dist", // 'dist', 生产环境构建文件的目录
   assetsDir: "static", // 相对于outputDir的静态资源(js、css、img、fonts)目录
   lintOnSave: false, // 是否在开发环境下通过 eslint-loader 在每次保存时 li
-  runtimeCompiler: true, // 是否使用包含运行时编译器的 Vue 构建版本
+    runtimeCompiler: true, // 是否使用包含运行时编译器的 Vue 构建版本
+    parallel: false,
 
   configureWebpack: {
     plugins: [
@@ -87,7 +88,7 @@ module.exports = {
     ],
   },
 
-  chainWebpack: (config) => {
+    chainWebpack: (config) => {
     config.resolve.symlinks(true); // 修复热更新失效
     config.plugin("html").tap((args) => {
       args[0].title = "发电场站生产实时运营管理平台";