zhaoke 2 жил өмнө
parent
commit
d8dfa62f4a

+ 1 - 1
public/baseConfig.js

@@ -1,6 +1,6 @@
 /* url配置 */
 const PLATFROM_CONFIG = {
-  baseNewUrl: 'http://120.26.64.82:8093/', //登录前的http请求地址
+  baseNewUrl: 'http://120.26.64.82:8083/', //登录前的http请求地址
   baseUrl: 'http://120.26.64.82:8095/', // 4A-http请求地址
   appKeyString: '9inu7zpllz1folzsljm498dcpi0lsog1', //appSecret
   appId: 'q7kdjmmaf0kerwpf', //appid

+ 1 - 10
src/components/Echarts/commonChartsBar.vue

@@ -7,7 +7,7 @@
  * @FilePath: \vue-admin-template-master\src\layout\components\Echarts\commonChartsBar.vue
 -->
 <template>
-  <div class="ChartsBar" :id="id"></div>
+  <div style="height: 100%;width: 100%;position: absolute;left: 0;top: 0;" class="ChartsBar" :id="id"></div>
 </template>
 
 <script>
@@ -81,12 +81,3 @@ export default {
 }
 </script>
 
-<style lang="scss" scoped>
-.ChartsBar {
-  height: 100%;
-  width: 100%;
-  position: absolute;
-  left: 0;
-  top: 0;
-}
-</style>

+ 1 - 10
src/components/Echarts/commonChartsChinaMap.vue

@@ -7,7 +7,7 @@
  * @FilePath: \bigDataScreen\src\components\Echarts\commonChartsChinaMap.vue
 -->
 <template>
-  <div class="ChartsChinaMap" :id="id"></div>
+  <div style="height: 100%;width: 100%;position: absolute;left: 0;top: 0;" class="ChartsChinaMap" :id="id"></div>
 </template>
 
 <script>
@@ -66,12 +66,3 @@ export default {
 }
 </script>
 
-<style lang="scss" scoped>
-.ChartsChinaMap {
-  height: 100%;
-  width: 100%;
-  position: absolute;
-  left: 0;
-  top: 0;
-}
-</style>