From 5c5234016ccc247d9d833e1d3089fb09fa9ae48b Mon Sep 17 00:00:00 2001 From: hoteas Date: Fri, 31 Dec 2021 02:38:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=87=AA=E9=80=82=E5=BA=94?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/config/app.json | 18 +++++++++++++++++- example/config/config.json | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/example/config/app.json b/example/config/app.json index a42d7d8..0d1c0d3 100644 --- a/example/config/app.json +++ b/example/config/app.json @@ -1,5 +1,5 @@ { - "id": "b2d3f9ad44a39168894dc01a99f48f23", + "id": "61161bc80c283839d95c99900b8dbb35", "label": "HoTime管理平台", "menus": [ { @@ -31,6 +31,10 @@ "label": "生产计划", "table": "produce" }, + { + "label": "生产计划", + "table": "produce" + }, { "label": "生产计划", "table": "produce" @@ -101,6 +105,10 @@ "label": "成品管理", "table": "product" }, + { + "label": "成品管理", + "table": "product" + }, { "label": "成品管理", "table": "product" @@ -128,6 +136,10 @@ "label": "原材料管理", "table": "material" }, + { + "label": "原材料管理", + "table": "material" + }, { "label": "原材料管理", "table": "material" @@ -147,6 +159,10 @@ "label": "办理订单", "table": "matter_order" }, + { + "label": "办理事项", + "table": "matter" + }, { "label": "办理事项", "table": "matter" diff --git a/example/config/config.json b/example/config/config.json index d8ea073..55396a3 100644 --- a/example/config/config.json +++ b/example/config/config.json @@ -24,7 +24,7 @@ "db": { "mysql": { "host": "192.168.6.253", - "name": "bzyy", + "name": "myhs", "password": "dasda8454456", "port": "3306", "prefix": "",