diff --git a/src/config/route.js b/src/config/route.js index e984b6db..c4b1e90a 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -2955,6 +2955,16 @@ const routes = [ perms: ["fac_cal"], }, children: [ + { + path: "/fac_cal/mpointstat_point", + meta: { + title: "测点信息", + // icon: "el-icon-postcard", + type: "menu", + perms: ["mpointstat_point"], + }, + component: "fac_cal/mpointstat_point", + }, { path: "/fac_cal/mpointstat", meta: {