马远东 12 months ago
parent
commit
bb79e4953e
  1. 2
      src/views/home/knowledge/index.vue

2
src/views/home/knowledge/index.vue

@ -204,6 +204,8 @@ initialize();
const toItem = (id: number) => {
router.push({ path: "/knowledge/item", query: { id } });
};
</script>
<style lang="scss" scope>

Loading…
Cancel
Save