Commit d6ed1241 authored by sixiaofeng's avatar sixiaofeng

1

parent ad4af5ba
...@@ -103,7 +103,7 @@ export default Vue.extend({ ...@@ -103,7 +103,7 @@ export default Vue.extend({
const res = JSON.parse(getUserInfo() || "{}") const res = JSON.parse(getUserInfo() || "{}")
console.log(res,typeof res,'哈哈哈'); console.log(res,typeof res,'哈哈哈');
this.entId = process.env.NODE_ENV==='production'?res.entId : '168309072074903552' this.entId = process.env.NODE_ENV==='production'?res.entId : '168398222891421696'
console.log('这里出来了么?',this.entId, getUserInfo(),'这里呢'); console.log('这里出来了么?',this.entId, getUserInfo(),'这里呢');
localStorage.setItem('USR_INFO', JSON.stringify(getUserInfo())) localStorage.setItem('USR_INFO', JSON.stringify(getUserInfo()))
......
...@@ -85,7 +85,8 @@ module.exports = { ...@@ -85,7 +85,8 @@ module.exports = {
}, },
zIndex: { zIndex: {
'-1': '-1', '-1': '-1',
'2001': '2001' '2001': '2001',
'2222': '2222'
}, },
boxShadow: { boxShadow: {
bg: '0px 2px 24px 0px #D7E7EF', bg: '0px 2px 24px 0px #D7E7EF',
......
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