Explorar el Código

登录修改

修改样式逻辑
yangteng hace 2 meses
padre
commit
37fc4bbc74
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      stores/user.js

+ 1
- 0
stores/user.js Ver fichero

@@ -60,6 +60,7 @@ export const useUserStore = defineStore("userStore", {
wxOpenid: getItem("wxOpenid"),
zfbOpenId: getItem("zfbOpenId"),
zfbUserId: getItem("zfbUserId"),
mpOpenId:getItem('mpOpenId')//用户在微信公众号的唯一身份标识openid
},
method: "POST",
showLoading: false,

Cargando…
Cancelar
Guardar