批量上传、添加注释

This commit is contained in:
mabo
2021-07-14 18:00:59 +08:00
parent 0fd4645514
commit 0499a9c237
27 changed files with 226 additions and 1011 deletions

View File

@@ -33,12 +33,15 @@ import util from "@/libs/util.js";
export default {
name: "shrinkableMenu",
computed: {
// 二级菜单列表
menuList() {
return this.$store.state.app.menuList;
},
// 一级菜单
navList() {
return this.$store.state.app.navList;
},
// 当前一级菜单
currNav() {
return this.$store.state.app.currNav;
}