yangfeng
2024-02-27 441f8436a70c22fba6f25154f2f38a072c85b76b
src/components/layout/components/appHeader/index.vue
@@ -40,8 +40,6 @@
  },
  created(){
    const userObj = Cookies.get('userObj');  
    console.log(userObj,"看看")
    if (userObj) {   
      let userInfo = JSON.parse(userObj); 
      this.editConfig.userId=userInfo.id