图形icon24×24
This commit is contained in:
parent
ff935e4155
commit
cf6127ae20
|
@ -14,7 +14,7 @@
|
|||
<a-button type="primary" icon="plus" @click="handleOpenAddModal">新增</a-button>
|
||||
</template>
|
||||
<template #tablecell-iconBase64="{ text }">
|
||||
<img :src="text" alt="" style="width: 100px; height: 70px; object-fit: contain" />
|
||||
<img :src="text" alt="" style="width: 24px; height: 24px; object-fit: contain" />
|
||||
</template>
|
||||
<template #tablecell-action="{ record }">
|
||||
<a-button type="text-primary" icon="edit" @click="handleOpenEditModal(record)"></a-button>
|
||||
|
|
|
@ -123,7 +123,7 @@ const vueConfig = {
|
|||
},
|
||||
},
|
||||
'/map': {
|
||||
target: process.env.VUE_APP_MAP_URL + '/map',
|
||||
target: process.env.VUE_APP_MAP_URL + '/',
|
||||
ws: false,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user