Commit f9329782 by 刘泽奇

123

parent 89e24f54
......@@ -34,7 +34,8 @@ const store = new Vuex.Store({
currentCodePath: "",
currentUser: null,
curSelRow: {},
reqUrl: ""
reqUrl: "",
channelName:"",
},
});
Vue.mixin({
......
......@@ -244,6 +244,7 @@
}
break;
case "bw":
if ($.cookie('userpin') && $.cookie('userpin') != "") {
if (code.channelItemCode) {
switch (code.itemCode) {
case "zzsbzc":
......@@ -267,8 +268,18 @@
break;
}
} else {
return
this.$message({
type: "warning",
message: "没有当前产品信息"
})
}
} else {
this.$message({
type: "warning",
message: "当前未登录"
})
}
break;
default:
......
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