haoxuan
2024-04-22 21a6a525960d032ab755b430db932bf9fc33854f
src/components/layout/components/appHeader/index.vue
@@ -40,6 +40,7 @@
  },
  created(){
    const userObj = Cookies.get('userObj');  
    console.log(Cookies.get(),'==userObj')
    if (userObj) {  
      let userInfo = JSON.parse(userObj); 
      this.editConfig.userId=userInfo.id