Commit 3eceb338 by Tang

feat: 面包屑使用vuex

parent 24ace0b6
...@@ -36,6 +36,7 @@ export default { ...@@ -36,6 +36,7 @@ export default {
}, },
created() { created() {
console.log(this.$route, "this.$route"); console.log(this.$route, "this.$route");
this.$store.commit('system/SET_BREADCRUMB',this.bread)
}, },
}; };
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment