修改网关管理模块图标
This commit is contained in:
parent
cbe5bd13f3
commit
5c988f64fe
|
@ -0,0 +1 @@
|
||||||
|
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1701333127268" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4298" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"><path d="M964.064 651.04L894.56 190.784C891.84 156.192 861.344 128 824.672 128H203.68a70.336 70.336 0 0 0-70.112 64.64L64.32 640.928l-0.32 4.896 3.392 158.464 0.896 3.328a70.304 70.304 0 0 0 67.872 51.936h756.544c31.296 0 58.848-20.704 67.552-50.752l1.056-3.584 3.04-149.408-0.288-4.768zM189.376 199.2c0.832-9.344 6.944-14.976 14.272-14.976H824.64a14.08 14.08 0 0 1 14.016 12.96l62.208 412.16H126.112L189.376 199.2z m715.872 596.48a14.08 14.08 0 0 1-12.512 7.616H136.192a14.08 14.08 0 0 1-12.704-8l-2.816-129.664h787.232l-2.656 130.048z" fill="#ffffff" p-id="4299"></path><path d="M753.216 775.008h84.352a28.16 28.16 0 0 0 0-56.256h-84.352a28.16 28.16 0 0 0 0 56.256zM640.736 775.008h14.048a28.16 28.16 0 0 0 0-56.256h-14.048a28.16 28.16 0 0 0 0 56.256zM528.256 775.008h14.048a28.16 28.16 0 0 0 0-56.256h-14.048a28.16 28.16 0 0 0 0 56.256z" fill="#ffffff" p-id="4300"></path></svg>
|
After Width: | Height: | Size: 1.2 KiB |
|
@ -233,7 +233,7 @@ export const asyncRouter = [
|
||||||
path: '/gateway',
|
path: '/gateway',
|
||||||
component: Layout,
|
component: Layout,
|
||||||
name: 'Gateway',
|
name: 'Gateway',
|
||||||
meta: { title: '网关管理', icon: 'rule', permission: ['dashengda', 'hangxiao', 'qianjiangdianqi'] },
|
meta: { title: '网关管理', icon: 'gateway', permission: ['dashengda', 'hangxiao', 'qianjiangdianqi'] },
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: 'dashboard',
|
path: 'dashboard',
|
||||||
|
|
Loading…
Reference in New Issue