Browse Source

【放开查询extjson】

master
chenshengle 2 years ago
parent
commit
f855e1d306
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      src/components/layout/homePage.vue

+ 9
- 9
src/components/layout/homePage.vue View File

@@ -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: "类目",


Loading…
Cancel
Save