src/components/layout/components/appHeader/index.vue
@@ -24,7 +24,10 @@
export default {
  name: "SalesLeads",
  props: {
    headerTitle: String
    headerTitle: {
      type:String,
      default:''
    }
  },
  components:{
    UpdatePassWord,
@@ -40,8 +43,6 @@
  },
  created(){
    const userObj = Cookies.get('userObj');  
    console.log(userObj,"看看")
    if (userObj) {   
      let userInfo = JSON.parse(userObj); 
      this.editConfig.userId=userInfo.id