Commit fe9c2b1e by crushh

Merge branch 'feature/微前端' into dev

parents ce7e15e2 90c91423
......@@ -59,7 +59,6 @@ export default {
this.saveUserId();
this.changeTab();
this.$store.dispatch('getIsShowSelfData'); // 展示是否显示 '仅看本人' btn 和列表展示创建人
console.log(this.$buttonCode);
}
};
</script>
......
......@@ -25,7 +25,6 @@ let router = new Router({
router.beforeEach((to, from, next) => {
// 获取是否限流
let path = to.path;
console.log(path);
Object.keys(to.params).map(key => {
path = path.replace(to.params[key], `:${key}`);
});
......
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