From 7e7e51853d3ce9cc4290307fc17347b3f2ff40f0 Mon Sep 17 00:00:00 2001 From: taoge1020 Date: Tue, 29 Jul 2025 11:33:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=BD=E5=B7=A5=E4=BA=BA=E5=91=98=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 +- .../component/ConstructionUserDetail.vue | 188 +++ src/views/project/subManagementUser/index.vue | 1181 +++++++++++++++++ 3 files changed, 1371 insertions(+), 1 deletion(-) create mode 100644 src/views/project/subManagementUser/component/ConstructionUserDetail.vue create mode 100644 src/views/project/subManagementUser/index.vue diff --git a/.env.development b/.env.development index b2ecbc7..90ccd20 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,8 @@ VITE_APP_TITLE = 新能源项目管理平台 VITE_APP_ENV = 'development' # 开发环境 -VITE_APP_BASE_API = 'http://192.168.110.119:8899' +# VITE_APP_BASE_API = 'http://192.168.110.119:8899' +VITE_APP_BASE_API = 'http://58.17.134.85:8899' # 无人机接口地址 diff --git a/src/views/project/subManagementUser/component/ConstructionUserDetail.vue b/src/views/project/subManagementUser/component/ConstructionUserDetail.vue new file mode 100644 index 0000000..73907f6 --- /dev/null +++ b/src/views/project/subManagementUser/component/ConstructionUserDetail.vue @@ -0,0 +1,188 @@ + + + + diff --git a/src/views/project/subManagementUser/index.vue b/src/views/project/subManagementUser/index.vue new file mode 100644 index 0000000..4130b26 --- /dev/null +++ b/src/views/project/subManagementUser/index.vue @@ -0,0 +1,1181 @@ + + + +