@@ -28,7 +28,7 @@ const router = useRouter();
.Index {
- position: fixed;
+ position: relative;
z-index: 0;
width: 100%;
height: 100%;
@@ -11,7 +11,8 @@ export const menuLeftTwo = defineStore('menuLeftTwo', () => {
// 展开菜单id的集合
listJson: [],
// 被选中的路由地址
- menuUrl: '',
+ // menuUrl: '',
+ menuUrl: 'admin/index',
})
return {