HR.Hu
2020-07-23 ee4b4de7b1096c346ea02c7b5322af75e8c6835e
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"
                />