Browse Source

pc 分享

小彬 2 years ago
parent
commit
6cce7b343a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/pcWebViev/pcWebViev.vue

+ 2 - 1
pages/pcWebViev/pcWebViev.vue

@@ -66,7 +66,8 @@ export default {
         "IndustryReport",
       ];
       if (JSON.stringify(optios) !== "{}" && optios.path) {
-        let pathUrl = optios.path.split("/")[2];
+        let new_url = optios.path.split("/")[2];
+        let pathUrl = decodeURIComponent(new_url);
         this.urlPath = urlType.includes(pathUrl) ? "/" + pathUrl : pathUrl == "reportPage" ? "/reportDetail" : "/index";
         this.queryList = optios.query || "";
       }