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",