From a358c49de4680dcde00d543043ef6694b92e7bd1 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 07 Nov 2024 17:18:55 +0800
Subject: [PATCH] global.$viewer更换为window.$viewer 地下管网加载测试 园区范围加载测试
---
src/router/index.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index a7660ae..c969f66 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2024-10-25 16:35:31
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-11-06 10:35:00
+ * @LastEditTime: 2024-11-07 15:48:05
* @FilePath: \bigScreen\src\router\index.js
* @Description:
*
@@ -76,7 +76,7 @@
{
path: 'sub',
name: 'sub',
- component: () => import('@/views/sub/index.vue'),
+ component: defineAsyncComponent(() => import('@/views/sub/index.vue')),
redirect: '/layout/sub/companyInfo',
children: [
{
--
Gitblit v1.9.3