From bdc031ed077fd8664377cd52ae1a81c02d56e9e3 Mon Sep 17 00:00:00 2001 From: Martin <36532421@qq.com> Date: Fri, 5 May 2023 15:02:42 +0000 Subject: [PATCH] =?UTF-8?q?update=20static/data/rt=5Fpower.json.=20?= =?UTF-8?q?=E7=BC=BA=E5=B0=91=20id=3D0=20=E8=AE=B0=E5=BD=95=EF=BC=8C?= =?UTF-8?q?=E5=AF=BC=E5=85=A5PGSQL=20=E7=94=9F=E6=88=90=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin <36532421@qq.com> --- static/data/rt_power.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/static/data/rt_power.json b/static/data/rt_power.json index f5489c4..e3d55ec 100644 --- a/static/data/rt_power.json +++ b/static/data/rt_power.json @@ -1,4 +1,18 @@ [ + { + "id": 0, + "name": "顶层目录", + "type": "0", + "code": "", + "url": null, + "open_type": null, + "parent_id": null, + "icon": "", + "sort": 1, + "create_time": null, + "update_time": null, + "enable": 0 + }, { "id": 1, "name": "系统管理", -- Gitee