12
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
<script>
|
||||
import CustomNavBar from "@/components/CustomNavBar/index.vue";
|
||||
import ActionItem from "../contactAdd/ActionItem.vue";
|
||||
import switch_join_id_img from "@/static/images/switch_join_id.png";
|
||||
export default {
|
||||
components: {
|
||||
CustomNavBar,
|
||||
@@ -36,7 +37,7 @@ export default {
|
||||
idx: 1,
|
||||
title: "群ID号加入",
|
||||
desc: "向管理员或团队成员询问ID",
|
||||
icon: require("static/images/switch_join_id.png"),
|
||||
icon: switch_join_id_img,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user