|
|
|
|
18
|
const query_Obj = '';
|
18
|
const query_Obj = '';
|
19
|
// const query_Obj = router.currentRoute.value.query
|
19
|
// const query_Obj = router.currentRoute.value.query
|
20
|
const url_st = ref()//企微地址,需要在企微环境中打开
|
20
|
const url_st = ref()//企微地址,需要在企微环境中打开
|
21
|
- console.log(router.currentRoute);
|
|
|
|
|
21
|
+ console.log('window.location.href',window.location.href);
|
|
|
22
|
+ console.log('#/radar [0]',window.location.href.split('#/radar')[0]);
|
|
|
23
|
+ console.log('#/radar [0] []',window.location.href.split('#/radar')[0].split('index.html?')[1]);
|
|
|
24
|
+ console.log('code state',window.location.href.split('#/radar')[0].split('index.html?')[1].split['&']);
|
|
|
25
|
+ console.log('router',router);
|
|
|
26
|
+ console.log('router.currentRoute',router.currentRoute);
|
22
|
console.log(router.currentRoute.value.fullPath);
|
27
|
console.log(router.currentRoute.value.fullPath);
|
23
|
|
28
|
|
24
|
|
29
|
|