疯狂的狮子Li
2023-01-31 c67cc725d48418c548be5cff6ccf10e435988a8b
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },