梁剑锋
2022-11-21 1ae35032a586770f7022617470c960aa9bc1a41d
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },