小彬 %!s(int64=2) %!d(string=hai) anos
pai
achega
6cce7b343a
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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 || "";
       }