mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	feat: 新增数据库导出功能&其他小优化
This commit is contained in:
		@@ -30,7 +30,7 @@ import { useStore } from '@/store/index.ts';
 | 
			
		||||
export default defineComponent({
 | 
			
		||||
    name: 'layoutBreadcrumbSearch',
 | 
			
		||||
    setup() {
 | 
			
		||||
        const layoutMenuAutocompleteRef = ref();
 | 
			
		||||
        const layoutMenuAutocompleteRef: any = ref(null);
 | 
			
		||||
        const store = useStore();
 | 
			
		||||
        const router = useRouter();
 | 
			
		||||
        const state: any = reactive({
 | 
			
		||||
@@ -68,7 +68,6 @@ export default defineComponent({
 | 
			
		||||
        // 初始化菜单数据
 | 
			
		||||
        const initTageView = () => {
 | 
			
		||||
            if (state.tagsViewList.length > 0) return false;
 | 
			
		||||
            console.log(getRoutes(store.state.routesList.routesList));
 | 
			
		||||
            getRoutes(store.state.routesList.routesList).map((v: any) => {
 | 
			
		||||
                if (!v.meta.isHide) {
 | 
			
		||||
                    state.tagsViewList.push({ ...v });
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user