From 4a250f30f2ec9561919b86b2efbb97ace17ec13f Mon Sep 17 00:00:00 2001 From: taoge1020 Date: Thu, 7 Aug 2025 19:22:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .../component/ConstructionUserDetail.vue | 188 +++ src/views/project/subManagementUser/index.vue | 1181 +++++++++++++++++ 3 files changed, 1370 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 a03e777..b2ecbc7 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.159:8899' +VITE_APP_BASE_API = 'http://192.168.110.119: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 @@ + + + +