Commit fe9d7a1b authored by hanfeng zhang's avatar hanfeng zhang

321

parent ee2c6e8a
......@@ -101,11 +101,8 @@ export default Vue.extend({
},
mounted() {
const res = JSON.parse(getUserInfo())
console.log(res,typeof res,'哈哈哈');
this.entId = process.env.NODE_ENV==='production'?res.entId : '166961152260050944'
console.log('这里出来了么?',this.entId, getUserInfo(),'这里呢');
localStorage.setItem('USR_INFO', JSON.stringify(getUserInfo()))
this.getEntInfo()
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment