Browse Source

功能修改20250327-05

zhiyuan-007 3 weeks ago
parent
commit
3ed8752430
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/views/home/cpns/PanelHxhs.vue

+ 5 - 1
src/views/home/cpns/PanelHxhs.vue

@@ -620,7 +620,11 @@ function handleInspect(level) {
 //查询网格
 function queryCube() {
 	layoutStore.toggleGlobalLoading(true)
-	getPathCube({
+	// getPathCube({
+	// 	status: 'show',
+	// 	paths: [currentPath],
+	// })
+	getPathCube24({
 		status: 'show',
 		paths: [currentPath],
 	})