Commit f9329782 by 刘泽奇

123

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