From 9135e24cb86fbb73152e8eb31346b42b7244a11f Mon Sep 17 00:00:00 2001 From: zty Date: Thu, 20 Mar 2025 17:07:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=B5=8B=E7=82=B9?= =?UTF-8?q?=E8=B6=8B=E5=8A=BF=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: {