Skip to content

Commit 4671d89

Browse files
author
admin
committed
web/src/view/superAdmin/menu/icon.vue: 后台菜单管理中选择图标时增加可选自定义图标
1 parent 5820437 commit 4671d89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/src/view/superAdmin/menu/icon.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</el-icon>
1414
</template>
1515
<el-option
16-
v-for="item in options"
16+
v-for="item in options.concat(config.logs)"
1717
:key="item.key"
1818
class="select__option_item"
1919
:label="item.key"
@@ -32,6 +32,7 @@
3232

3333
<script setup>
3434
import { reactive } from 'vue'
35+
import config from "@/core/config";
3536
3637
defineOptions({
3738
name: 'Icon'

0 commit comments

Comments
 (0)