From c2e7d1ca9ae65e2d632a12091d29cc46d4ab80c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Wed, 28 Jun 2023 17:08:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E7=85=A7=E7=89=87=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E4=B8=A4=E5=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/checkManage/checkOperation.vue | 13 ++++++++++++- vue.config.js | 4 ++-- 2 files changed, 14 insertions(+), 3 deletions(-) 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', //控制台终端打印代理前的真实地址 },