|
|
@@ -85,7 +85,7 @@ export default { |
|
|
|
val: "找回授权码", |
|
|
|
action: this.getBack, |
|
|
|
|
|
|
|
} |
|
|
|
}, |
|
|
|
// { |
|
|
|
// key: "edit", |
|
|
|
// val: "配置隐私保护指引", |
|
|
@@ -115,14 +115,14 @@ export default { |
|
|
|
// 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", |
|
|
|
// val: "类目", |
|
|
|