mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-22 13:36:23 +08:00
fix: 修改图标
This commit is contained in:
parent
6af050efb2
commit
5550e75893
@ -40,7 +40,8 @@ import { icon } from '@/plugins'
|
|||||||
import { PageEnum, ChartEnum } from '@/enums/pageEnum'
|
import { PageEnum, ChartEnum } from '@/enums/pageEnum'
|
||||||
import { routerTurnByName, renderLang } from '@/utils'
|
import { routerTurnByName, renderLang } from '@/utils'
|
||||||
|
|
||||||
const { FishIcon, LaptopOutlineIcon, BeerIcon, CloseIcon } = icon.ionicons5
|
const { FishIcon, CloseIcon } = icon.ionicons5
|
||||||
|
const { StoreIcon, ObjectStorageIcon } = icon.carbon
|
||||||
const t = window['$t']
|
const t = window['$t']
|
||||||
const emit = defineEmits(['close'])
|
const emit = defineEmits(['close'])
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
@ -57,13 +58,13 @@ const typeList = reactive([
|
|||||||
{
|
{
|
||||||
title: renderLang('project.my_templete'),
|
title: renderLang('project.my_templete'),
|
||||||
key: PageEnum.BASE_HOME_TEMPLATE_NAME,
|
key: PageEnum.BASE_HOME_TEMPLATE_NAME,
|
||||||
icon: LaptopOutlineIcon,
|
icon: ObjectStorageIcon,
|
||||||
disabled: true
|
disabled: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: renderLang('project.template_market'),
|
title: renderLang('project.template_market'),
|
||||||
key: PageEnum.BASE_HOME_TEMPLATE_MARKET_NAME,
|
key: PageEnum.BASE_HOME_TEMPLATE_MARKET_NAME,
|
||||||
icon: BeerIcon,
|
icon: StoreIcon,
|
||||||
disabled: true
|
disabled: true
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user