Commit 8c4793c7 authored by hanfeng zhang's avatar hanfeng zhang

321

parent fd81ca67
...@@ -101,7 +101,9 @@ export default Vue.extend({ ...@@ -101,7 +101,9 @@ export default Vue.extend({
} }
}, },
mounted() { mounted() {
this.entId = getUserInfo()?.entId || '166961152260050944' this.entId = process.env.NODE_EN==='production'? getUserInfo()?.entId : '166961152260050944'
console.log('这里出来了么?',this.entId);
localStorage.setItem('USR_INFO', JSON.stringify(getUserInfo())) localStorage.setItem('USR_INFO', JSON.stringify(getUserInfo()))
this.getEntInfo() 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