fungleo
2020-08-04 107672419e484d7893ecf624d4af2101cc72d890
ruoyi-ui/src/layout/components/Sidebar/index.vue
@@ -13,8 +13,8 @@
                mode="vertical"
            >
                <sidebar-item
                    v-for="route in permission_routes"
                    :key="route.path"
                    v-for="(route, index) in permission_routes"
                    :key="route.path  + index"
                    :item="route"
                    :base-path="route.path"
                />