若依
2022-08-09 8c7b93ec4fbb489212873d5c79f7dbc9c890c5f5
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },