Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoyaoo committed Jun 22, 2024
1 parent 4cfae03 commit b5972fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/messages/IsAutoShow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const selectLastWx = async (row: wxinfo) => {
const get_init_last_local_wxid = async () => {
try {
const body_data = await http.post('/api/init_last_local_wxid'); //[ 'wx1234567890', 'wx0987654321' ]
local_wxids.value = body_data.local_wxid.map((item: string) => {
local_wxids.value = body_data.local_wxids.map((item: string) => {
return {originalId: item}
});
Expand Down

0 comments on commit b5972fd

Please sign in to comment.