| @@ -85,7 +85,7 @@ export default { | |||||
| val: "找回授权码", | val: "找回授权码", | ||||
| action: this.getBack, | action: this.getBack, | ||||
| } | |||||
| }, | |||||
| // { | // { | ||||
| // key: "edit", | // key: "edit", | ||||
| // val: "配置隐私保护指引", | // val: "配置隐私保护指引", | ||||
| @@ -115,14 +115,14 @@ export default { | |||||
| // return item.type == 1 || item.type == 2 ? true : false; | // return item.type == 1 || item.type == 2 ? true : false; | ||||
| // } | // } | ||||
| // }, | // }, | ||||
| // { | |||||
| // key: "edit", | |||||
| // val: "扩展(3)", | |||||
| // action: this.conFigure, | |||||
| // show: item => { | |||||
| // return item.type == 1 || item.type == 2 ? true : false; | |||||
| // } | |||||
| // }, | |||||
| { | |||||
| key: "edit", | |||||
| val: "扩展(3)", | |||||
| action: this.conFigure, | |||||
| show: item => { | |||||
| return item.type == 1 || item.type == 2 ? true : false; | |||||
| } | |||||
| }, | |||||
| // { | // { | ||||
| // key: "edit", | // key: "edit", | ||||
| // val: "类目", | // val: "类目", | ||||