若依
2023-11-28 f16875c9af2d51d6dba86234d63f86ac2d766bc4
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },