diff --git a/src/views/checkManage/checkOperation.vue b/src/views/checkManage/checkOperation.vue
index 494b380..9fcee9c 100644
--- a/src/views/checkManage/checkOperation.vue
+++ b/src/views/checkManage/checkOperation.vue
@@ -34,7 +34,18 @@
style="display: flex;align-items: center;justify-content: center;width:100px;height:300px;">
暂无图片
-
盘点图
+ 盘点顶部图
+
+
+
+
+
+
+ 暂无图片
+
+
盘点侧面图
diff --git a/vue.config.js b/vue.config.js
index 34f1c5d..5872d67 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -46,9 +46,9 @@ module.exports = {
}
},
'/api': {
- target: 'http://192.168.77.91:8099',
+ //target: 'http://192.168.77.91:8099',
// target: 'http://115.236.65.98:13001/monitor',
- // target: 'http://127.0.0.1:9007',
+ target: 'http://127.0.0.1:8099',
logLevel:'debug', //控制台终端打印代理前的真实地址
},