coys 1 year ago
parent
commit
f89636c658
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/views/menu/cockpit/indexEcharts.js
  2. 1 1
      vue.config.js

+ 2 - 2
src/views/menu/cockpit/indexEcharts.js

@@ -182,9 +182,9 @@ let dotData = (
         center: ['27%', '40%'],
         name: '生命周期统计',
         type: 'pie',
-        radius: '60%',
+        radius: '80%',
         data: data,
-
+        top:'10%',
         itemStyle: {
           normal: {
             shadowColor: 'rgba(0, 0, 0, 0.8)',

+ 1 - 1
vue.config.js

@@ -118,7 +118,7 @@ module.exports = defineConfig({
         }
       },
       '/dev': {
-        target: "http://10.87.21.107:8080",
+        target: "http://47.92.229.224:8080",
         // ws:true,
         changOrigin:true,
         pathRewrite:{