RuoYi
2020-07-10 a691da0c975eba5a71b888cb0687ee4d21b84dc9
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"
                />