|
@@ -133,9 +133,9 @@ export default {
|
|
|
methods: {
|
|
|
/* 获取目录结构 */
|
|
|
getMenu() {
|
|
|
- dataBaseInterface.menuList().then(res => {
|
|
|
+ dataBaseInterface.menuListV3().then(res => {
|
|
|
if(res.Ret === 200) {
|
|
|
- this.filterNodes(res.Data.AllNodes);
|
|
|
+ //this.filterNodes(res.Data.AllNodes);
|
|
|
this.options = res.Data.AllNodes || [];
|
|
|
}
|
|
|
})
|