generated from Leo_Ding/web-template
icon
This commit is contained in:
parent
aed7a843c9
commit
6a142c6369
@ -47,7 +47,7 @@ export default {
|
|||||||
product:'产品中心',
|
product:'产品中心',
|
||||||
team:'技术团队',
|
team:'技术团队',
|
||||||
importantEvents:'海邻大事记',
|
importantEvents:'海邻大事记',
|
||||||
websiteRelated:'网站设置',
|
websiteRelated:'网站相关',
|
||||||
friendlyLinks:'友情链接',
|
friendlyLinks:'友情链接',
|
||||||
websiteStatement:'网站声明',
|
websiteStatement:'网站声明',
|
||||||
contactUs:'联系我们',
|
contactUs:'联系我们',
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import { SettingOutlined } from '@ant-design/icons-vue'
|
import { MenuOutlined } from '@ant-design/icons-vue'
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
@ -6,7 +6,7 @@ export default [
|
|||||||
name: 'Dynamic',
|
name: 'Dynamic',
|
||||||
component: 'RouteViewLayout',
|
component: 'RouteViewLayout',
|
||||||
meta: {
|
meta: {
|
||||||
icon: SettingOutlined,
|
icon: MenuOutlined,
|
||||||
title: '海邻动态',
|
title: '海邻动态',
|
||||||
isMenu: true,
|
isMenu: true,
|
||||||
keepAlive: true,
|
keepAlive: true,
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import { SettingOutlined } from '@ant-design/icons-vue'
|
import { PictureOutlined } from '@ant-design/icons-vue'
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
@ -6,7 +6,7 @@ export default [
|
|||||||
name: 'imgMgt',
|
name: 'imgMgt',
|
||||||
component: 'RouteViewLayout',
|
component: 'RouteViewLayout',
|
||||||
meta: {
|
meta: {
|
||||||
icon: SettingOutlined,
|
icon: PictureOutlined,
|
||||||
title: '图片管理',
|
title: '图片管理',
|
||||||
isMenu: true,
|
isMenu: true,
|
||||||
keepAlive: true,
|
keepAlive: true,
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import { SettingOutlined } from '@ant-design/icons-vue'
|
import { ScheduleOutlined } from '@ant-design/icons-vue'
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
@ -6,7 +6,7 @@ export default [
|
|||||||
name: 'importantEvents',
|
name: 'importantEvents',
|
||||||
component: 'importantEvents/index.vue',
|
component: 'importantEvents/index.vue',
|
||||||
meta: {
|
meta: {
|
||||||
icon: SettingOutlined,
|
icon: ScheduleOutlined,
|
||||||
title: '海邻大事记',
|
title: '海邻大事记',
|
||||||
isMenu: true,
|
isMenu: true,
|
||||||
keepAlive: true,
|
keepAlive: true,
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import { SettingOutlined } from '@ant-design/icons-vue'
|
import { ShoppingOutlined } from '@ant-design/icons-vue'
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
@ -6,7 +6,7 @@ export default [
|
|||||||
name: 'product',
|
name: 'product',
|
||||||
component: 'product/index.vue',
|
component: 'product/index.vue',
|
||||||
meta: {
|
meta: {
|
||||||
icon: SettingOutlined,
|
icon: ShoppingOutlined,
|
||||||
title: '产品中心',
|
title: '产品中心',
|
||||||
isMenu: true,
|
isMenu: true,
|
||||||
keepAlive: true,
|
keepAlive: true,
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import { SettingOutlined } from '@ant-design/icons-vue'
|
import { UsergroupDeleteOutlined } from '@ant-design/icons-vue'
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
@ -6,7 +6,7 @@ export default [
|
|||||||
name: 'recruitment',
|
name: 'recruitment',
|
||||||
component: 'recruitment/index.vue',
|
component: 'recruitment/index.vue',
|
||||||
meta: {
|
meta: {
|
||||||
icon: SettingOutlined,
|
icon: UsergroupDeleteOutlined,
|
||||||
title: '招聘岗位',
|
title: '招聘岗位',
|
||||||
isMenu: true,
|
isMenu: true,
|
||||||
keepAlive: true,
|
keepAlive: true,
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import { SettingOutlined } from '@ant-design/icons-vue'
|
import { UserOutlined } from '@ant-design/icons-vue'
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
@ -6,7 +6,7 @@ export default [
|
|||||||
name: 'team',
|
name: 'team',
|
||||||
component: 'team/index.vue',
|
component: 'team/index.vue',
|
||||||
meta: {
|
meta: {
|
||||||
icon: SettingOutlined,
|
icon: UserOutlined,
|
||||||
title: '技术团队',
|
title: '技术团队',
|
||||||
isMenu: true,
|
isMenu: true,
|
||||||
keepAlive: true,
|
keepAlive: true,
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import { SettingOutlined } from '@ant-design/icons-vue'
|
import { NodeIndexOutlined } from '@ant-design/icons-vue'
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
@ -6,7 +6,7 @@ export default [
|
|||||||
name: 'websiteRelated',
|
name: 'websiteRelated',
|
||||||
component: 'RouteViewLayout',
|
component: 'RouteViewLayout',
|
||||||
meta: {
|
meta: {
|
||||||
icon: SettingOutlined,
|
icon: NodeIndexOutlined,
|
||||||
title: '网站设置',
|
title: '网站设置',
|
||||||
isMenu: true,
|
isMenu: true,
|
||||||
keepAlive: true,
|
keepAlive: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user