|
@ -99,6 +99,7 @@ export default { |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
created() { |
|
|
created() { |
|
|
|
|
|
this.projectSidList = JSON.parse(window.sessionStorage.getItem('projectSidList')) |
|
|
console.log('url:' + window.location.href) |
|
|
console.log('url:' + window.location.href) |
|
|
var one = window.location.href.indexOf('&data') + 6 |
|
|
var one = window.location.href.indexOf('&data') + 6 |
|
|
const data = window.location.href.substr(one) // url解码unescape()已从web中移除,尽量不使用 |
|
|
const data = window.location.href.substr(one) // url解码unescape()已从web中移除,尽量不使用 |
|
|