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 @@