diff --git a/src/enums/appEnum.ts b/src/enums/appEnum.ts
index 0a0812a7..b7c40e2f 100644
--- a/src/enums/appEnum.ts
+++ b/src/enums/appEnum.ts
@@ -68,5 +68,6 @@ export enum IconEnum {
PREVIEW = 'ant-design:eye-outlined',
ADD_FOLD = 'ant-design:folder-add-outlined',
LOG = 'ant-design:exception-outlined',
- PASSWORD = 'ant-design:key-outlined'
+ PASSWORD = 'ant-design:key-outlined',
+ SETTING = 'ant-design:setting-outlined'
}
diff --git a/src/router/routes/index.ts b/src/router/routes/index.ts
index db929ac4..125aea6c 100644
--- a/src/router/routes/index.ts
+++ b/src/router/routes/index.ts
@@ -55,7 +55,7 @@ export const ProfileRoute: AppRouteRecordRaw = {
canTo: true,
hidden: true,
noTagsView: false,
- icon: 'ep:user',
+ icon: 'ant-design:user-outlined',
title: t('routes.basic.profile')
}
},
@@ -67,7 +67,7 @@ export const ProfileRoute: AppRouteRecordRaw = {
canTo: true,
hidden: true,
noTagsView: false,
- icon: 'ep:message',
+ icon: 'ant-design:bell-outlined',
title: t('routes.basic.notifyMessage')
}
}
@@ -91,7 +91,7 @@ export const CodegenRoute: AppRouteRecordRaw = {
canTo: true,
hidden: true,
noTagsView: false,
- icon: 'ep:edit',
+ icon: 'ant-design:edit-outlined',
title: '修改生成配置',
activeMenu: 'infra/codegen/index'
}
@@ -116,7 +116,7 @@ export const JobLogRoute: AppRouteRecordRaw = {
canTo: true,
hidden: true,
noTagsView: false,
- icon: 'ep:edit',
+ icon: 'ant-design:bar-chart-outlined',
title: '调度日志',
activeMenu: 'infra/job/index'
}
@@ -141,7 +141,7 @@ export const PayRoute: AppRouteRecordRaw = {
canTo: true,
hidden: true,
noTagsView: false,
- icon: 'ep:edit',
+ icon: 'ant-design:pay-circle-outlined',
title: '收银台',
activeMenu: 'pay/order/index'
}
diff --git a/src/views/mp/components/WxLocation/index.vue b/src/views/mp/components/WxLocation/index.vue
index 95b72f6e..681864ee 100644
--- a/src/views/mp/components/WxLocation/index.vue
+++ b/src/views/mp/components/WxLocation/index.vue
@@ -24,7 +24,7 @@
'&size=250*180'
"
/>
-
+
{{ label }}