Z 1 год назад
Родитель
Сommit
1c5f53397c

+ 0 - 1
package-lock.json

@@ -18,7 +18,6 @@
         "cropperjs": "^1.5.12",
         "dayjs": "^1.11.9",
         "echarts": "^5.5.0",
-        "echarts-gl": "^2.0.9",
         "echarts-wordcloud": "^2.0.0",
         "ele-admin": "^1.11.2",
         "element-china-category-data": "^1.0.4",

+ 0 - 1
package.json

@@ -23,7 +23,6 @@
     "cropperjs": "^1.5.12",
     "dayjs": "^1.11.9",
     "echarts": "^5.5.0",
-    "echarts-gl": "^2.0.9",
     "echarts-wordcloud": "^2.0.0",
     "ele-admin": "^1.11.2",
     "element-china-category-data": "^1.0.4",

+ 0 - 1
src/views/bpm/vis-page/equipmentOperation.vue

@@ -123,7 +123,6 @@
 <script>
   import dvBorderContent from './dv-border-content.vue';
   import * as echarts from 'echarts';
-  import 'echarts-gl';
   import { component } from 'vue-fullscreen';
   import { getRepairWorkList, statisticsDeviceStatus } from '@/api/equipment';
   export default {

+ 1 - 1
src/views/bpm/vis-page/index.vue

@@ -702,7 +702,7 @@ scheduleStatus	排产状态 1待排产2已排产	integer(int32)*/
     font-size: 16px;
     font-family: 'AlibabaPuHuiTi';
 
-    background: #031d42;
+    background: #011635;
     display: flex;
     flex-direction: column;
 

+ 0 - 1
src/views/bpm/vis-page/index2.vue

@@ -119,7 +119,6 @@
 <script>
   import dvBorderContent from './dv-border-content.vue';
   import * as echarts from 'echarts';
-  import 'echarts-gl';
   import { component } from 'vue-fullscreen';
   import { getRepairWorkList, statisticsDeviceStatus } from '@/api/equipment';
   export default {

+ 0 - 1
src/views/bpm/vis-page/moldPressingWorkshop.vue

@@ -90,7 +90,6 @@
 <script>
   import dvBorderContent from './dv-border-content.vue';
   import * as echarts from 'echarts';
-  import 'echarts-gl';
   import { component } from 'vue-fullscreen';
   import { getRepairWorkList, statisticsDeviceStatus } from '@/api/equipment';
   export default {

+ 1 - 1
src/views/bpm/vis-page/page2.vue

@@ -466,7 +466,7 @@ export default {
   font-size: 16px;
   font-family: 'AlibabaPuHuiTi';
 
-  background: #031d42;
+  background: #011635;
   display: flex;
   flex-direction: column;
 

+ 1 - 1
vue.config.js

@@ -36,7 +36,7 @@ module.exports = {
         // target: 'http://192.168.1.139:18086', // 粟
         // target: 'http://192.168.1.132:18086', // 徐1
         // target: 'http://192.168.1.134:18086', //徐2
-        target: 'http://192.168.1.116:18086',
+        target: 'http://192.168.1.147:18086',
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域
         pathRewrite: {
           '^/api': ''