소스 검색

Merge branch 'fix-wangcz'

wangcz 7 년 전
부모
커밋
413ea32ef7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
             }
         };