haoxuan
2024-04-18 a1b487e3417efb1481c3ef5598dcc4894529f1d5
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