From df7b8d9e283e2cd6657f554a93dd760a696c8b50 Mon Sep 17 00:00:00 2001 From: Fine Date: Tue, 27 Sep 2022 10:25:05 +0800 Subject: [PATCH] add a icon for gateway --- src/assets/icons/gateway.svg | 15 +++++++++++++++ src/router/data/gateway.ts | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 src/assets/icons/gateway.svg diff --git a/src/assets/icons/gateway.svg b/src/assets/icons/gateway.svg new file mode 100644 index 00000000..4df4b905 --- /dev/null +++ b/src/assets/icons/gateway.svg @@ -0,0 +1,15 @@ + + diff --git a/src/router/data/gateway.ts b/src/router/data/gateway.ts index 307d84a4..c5e0b395 100644 --- a/src/router/data/gateway.ts +++ b/src/router/data/gateway.ts @@ -15,13 +15,13 @@ * limitations under the License. */ - export default [ +export default [ { path: "", name: "Gateway", meta: { title: "gateway", - icon: "storage", + icon: "gateway", hasGroup: true, }, redirect: "/apisix",