Browse Source

常规上传

Koishi 1 year ago
parent
commit
57b65cfb6e
2 changed files with 3 additions and 4 deletions
  1. 0 1
      public/static/config/modeConfig.js
  2. 3 3
      src/views/About.vue

+ 0 - 1
public/static/config/modeConfig.js

@@ -20,7 +20,6 @@ const showModuleName = 0;
 
 if (localTest) {
     // baseURL = "http://192.168.10.13:8082/" // 联机调试 - 石林
-    // baseURL = "http://10.155.32.33:9001/" // 联机调试 - 谢生杰
     baseURL = "http://192.168.10.8:8082/" // 联机调试 - 王昌盛
 
     tilesUrl = "http://localhost:8080/static/cesium/Assets/Textures/NaturalEarthII";

+ 3 - 3
src/views/About.vue

@@ -55,8 +55,8 @@
       </el-table>
       <!-- <list-bar-chart /> -->
     </template>
-    <!-- <cesium /> -->
-    <currentScatterChart
+    <cesium />
+    <!-- <currentScatterChart
       width="100%"
       height="600px"
       chartTitle="可框选折线散点图"
@@ -66,7 +66,7 @@
       :showLegend="true"
       :brushSelected="true"
       @getSelected="getSelected"
-    />
+    /> -->
   </div>
 </template>