From fa65e938ddb5c206be73ce5dc7f51437d6396e05 Mon Sep 17 00:00:00 2001
From: 李林 <z1292839451@163.com>
Date: 星期四, 07 三月 2024 11:30:51 +0800
Subject: [PATCH] 完成客户管理

---
 src/view/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/view/index.vue b/src/view/index.vue
index 40bd6df..83766bf 100644
--- a/src/view/index.vue
+++ b/src/view/index.vue
@@ -345,7 +345,6 @@
 		const componentConfig = requireComponent(fileName);
 		comObj[names] = componentConfig.default || componentConfig;
 	});
-	import menu from '../../static/js/menu.js';
 	import menus from '../../static/js/menu.js'
 	import nullFace from '../view/404.vue'
 	comObj['nullFace'] = nullFace
@@ -486,4 +485,4 @@
 			}
 		}
 	};
-</script>
\ No newline at end of file
+</script>

--
Gitblit v1.9.3