Explorar el Código

fix: 【MP自定义菜单】accountChanged参数错误

dhb52 hace 1 año
padre
commit
7711ceb3f3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/mp/menu/index.vue

+ 1 - 1
src/views/mp/menu/index.vue

@@ -216,7 +216,7 @@ const tempSelfObj = ref({})
 const dialogNewsVisible = ref(false) // 跳转图文时的素材选择弹窗
 
 /** 侦听公众号变化 **/
-const accountChanged = (accountId) => {
+const accountChanged = (id) => {
   accountId.value = id
   getList()
 }