From 12173054e95b6b7533cb203cfa2410479e313408 Mon Sep 17 00:00:00 2001 From: taoge1020 Date: Sat, 16 Aug 2025 00:28:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=BA=B8=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/views/design/drawing/DrawingTable.vue | 2 +- src/views/design/drawing/index copy.vue | 321 +++++++++++++++ src/views/design/drawing/index.vue | 462 +++++++++++++++++----- 4 files changed, 687 insertions(+), 100 deletions(-) create mode 100644 src/views/design/drawing/index copy.vue diff --git a/.env.development b/.env.development index c65480a..b59befd 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VITE_APP_TITLE = 煤科建管平台 VITE_APP_ENV = 'development' # 开发环境 -VITE_APP_BASE_API = 'http://192.168.110.163:8898' +VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 无人机接口地址 diff --git a/src/views/design/drawing/DrawingTable.vue b/src/views/design/drawing/DrawingTable.vue index aecba6b..786c74c 100644 --- a/src/views/design/drawing/DrawingTable.vue +++ b/src/views/design/drawing/DrawingTable.vue @@ -1,5 +1,5 @@