From 7517040d8f063d9dff649e7a61bb5b4496aacb82 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Fri, 7 Nov 2025 11:11:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/basic/model.js | 9 + src/api/basic/project.js | 7 + src/layout/components/Navbar.vue | 24 +- src/layout/components/Sidebar/Logo.vue | 8 +- src/views/basic/model-manage/index.vue | 2046 ++++++++++++------------ src/views/basic/project/index.vue | 1136 ++++++------- 6 files changed, 1646 insertions(+), 1584 deletions(-) diff --git a/src/api/basic/model.js b/src/api/basic/model.js index f3c6ea1..16ed1ff 100644 --- a/src/api/basic/model.js +++ b/src/api/basic/model.js @@ -23,6 +23,15 @@ export function openView(data) { data, }) } + +export function openViewAll(data) { + return request({ + url: '/model/openViews', + method: 'post', + data, + }) +} + // 删除层级 export function delModelApi(data) { return request({ diff --git a/src/api/basic/project.js b/src/api/basic/project.js index 2479aaf..713d557 100644 --- a/src/api/basic/project.js +++ b/src/api/basic/project.js @@ -50,3 +50,10 @@ export function getProjectSelectListApi() { method: 'get', }) } +//项目类型 +export function getProTypeListApi() { + return request({ + url: '/project/proTypeSelect', + method: 'get', + }) +} diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 97e441c..64d3969 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -12,21 +12,21 @@
@@ -45,7 +45,7 @@
- +
diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 4ec53eb..1957fd3 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -3,11 +3,13 @@ -

{{ title }}

+ +

水运AR应用平台

-

{{ title }}

+ +

水运AR应用平台

@@ -58,7 +60,7 @@ export default { height: 50px; line-height: 50px; background: #2b2f3a; - text-align: center; + //text-align: center; overflow: hidden; & .sidebar-logo-link { diff --git a/src/views/basic/model-manage/index.vue b/src/views/basic/model-manage/index.vue index 2808a40..e71319a 100644 --- a/src/views/basic/model-manage/index.vue +++ b/src/views/basic/model-manage/index.vue @@ -1,171 +1,171 @@ + + - - --> + + + + + + + + + - - - - - - - + + + + + + + + -
-
- + + + + + + + + + + +
+
+ diff --git a/src/views/basic/project/index.vue b/src/views/basic/project/index.vue index 1384eca..f4c4a9f 100644 --- a/src/views/basic/project/index.vue +++ b/src/views/basic/project/index.vue @@ -1,578 +1,608 @@