liuxiaona 2 年 前
コミット
f03322e4c0
共有5 個のファイルを変更した10 個の追加5 個の削除を含む
  1. 1 1
      qwh5/dist/index.html
  2. 0 1
      qwh5/dist/js/app.9568c711.js.map
  3. 2 2
      qwh5/dist/js/app.9568c711.js
  4. 1 0
      qwh5/dist/js/app.95d4674b.js.map
  5. 6 1
      qwh5/src/views/radar.vue

File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/index.html


File diff suppressed because it is too large
+ 0 - 1
qwh5/dist/js/app.9568c711.js.map


File diff suppressed because it is too large
+ 2 - 2
qwh5/dist/js/app.9568c711.js


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/app.95d4674b.js.map


+ 6 - 1
qwh5/src/views/radar.vue

@@ -18,7 +18,12 @@ export default {
18 18
     const query_Obj = '';
19 19
     // const query_Obj = router.currentRoute.value.query
20 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 27
     console.log(router.currentRoute.value.fullPath);
23 28
 
24 29