Commit 712849d8 by liuchenxi

update: bug修复

parent dd9a6767
......@@ -781,7 +781,7 @@ export default {
},
getShowSystem() {
return isShowSystemTag().then(res => {
this.isShowSystem = 0;
this.isShowSystem = res.result;
if(!res.result) {
this.activeTag='manual';
this.handTag = 1;
......
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