|
@@ -23,7 +23,7 @@ export default {
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
jump() {
|
|
jump() {
|
|
- let userInfo = JSON.parse(localStorage.getItem('userInfo'))
|
|
+ let userInfo = JSON.parse(localStorage.getItem('diworkContext'))
|
|
// console.log('拿到userInfo了不:', userInfo)
|
|
// console.log('拿到userInfo了不:', userInfo)
|
|
// console.log('路径拿到了不:', this.GetQueryString('path'))
|
|
// console.log('路径拿到了不:', this.GetQueryString('path'))
|
|
var jumpPath = this.GetQueryString('path')
|
|
var jumpPath = this.GetQueryString('path')
|