Explorar o código

Merge branch 'fix-wangcz' into dev

wangcz %!s(int64=7) %!d(string=hai) anos
pai
achega
1f86671267
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/webapp/resources/js/index/app.js

+ 1 - 1
src/main/webapp/resources/js/index/app.js

@@ -25541,7 +25541,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
             if($scope.keyword) {
                 // SessionService.set('brand', true);
                 // SessionService.unset('component');
-                window.location.href = $scope.toB2cLink + '/search?keywords=' + encodeURI($scope.keyword);
+                window.location.href = $scope.toB2cLink + '/search?keywords=' + encodeURIComponent($scope.keyword);
             }
         };