Commit c43e4ec2 authored by 黄奎's avatar 黄奎

页面修改

parent 4a2dc31c
...@@ -84,9 +84,8 @@ Vue.prototype.OpenNewUrl = function (URL) { ...@@ -84,9 +84,8 @@ Vue.prototype.OpenNewUrl = function (URL) {
//公用跳转 //公用跳转
Vue.prototype.CommonJump = function (path, obj) { Vue.prototype.CommonJump = function (path, obj) {
console.log(path,'path');
this.$router.push({ this.$router.push({
name: path, path: path,
query: obj query: obj
}); });
} }
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