liujiejie 3 týždňov pred
rodič
commit
bef75c6bdf

+ 2 - 2
src/components/map/index.vue

@@ -250,10 +250,10 @@ export default {
           source: new XYZ({
             // url: "http://106.120.102.238:18000/tiles/{z}/{x}/{y}.png", //外网
             // url: "http://127.0.0.1:8010/tiles/{z}/{x}/{y}.png", //本地
-            url: "http://192.168.50.235/tiles/{z}/{x}/{y}.png", //内网
+            // url: "http://192.168.50.235/tiles/{z}/{x}/{y}.png", //内网
             // url: "http://10.96.137.5:9080/tiles/{z}/{x}/{y}.png", //大~#@唐
             // url: "http://192.168.0.1/tiles/{z}/{x}/{y}.png", //华电
-            // url: "http://192.168.50.235/tiles/{z}/{x}/{y}.png", //中广核
+            url: "http://192.168.50.235/tiles/{z}/{x}/{y}.png", //中广核
           }),
         }),
         new VectorLayer({

+ 4 - 4
src/views/performance/assetssMag.vue

@@ -1,12 +1,12 @@
 <template>
   <div class="global-variable">
     <div class="condition">
-      <el-alert
+      <!-- <el-alert
         title="分析前请核对数据是否导入,点击查看是否导入即可查看"
         type="warning"
         show-icon
       >
-      </el-alert>
+      </el-alert> -->
       <el-form
         :inline="true"
         ref="ruleForm"
@@ -302,13 +302,13 @@
           min-width="300"
         >
           <template slot-scope="scope">
-            <el-button
+            <!-- <el-button
               @click="handleDownLoadChart(scope.row)"
               type="text"
               size="small"
             >
               下载报告
-            </el-button>
+            </el-button> -->
             <el-button
               @click="abnormalDialog(scope.row, '上传报告')"
               type="text"