Commit d991924a by liuyong

修改菜单

1 parent b2b258cf
Showing with 1 additions and 1 deletions
......@@ -97,7 +97,7 @@ export default {
};
},
mounted(){
this.routerId = window.location.href.split("=")[1];
this.routerId = window.location.href.split("id=")[1].split("&")[0];
// this.get_table();
},
methods: {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!