ソースを参照

pref: 处理员工绑定跳转错误问题

wangcz 7 年 前
コミット
a76323fbd2

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_index_ctrl.js

@@ -65,7 +65,7 @@ define(['app/app', 'calendar'], function(app) {
         // applyToEnterpriseTableParams();
 
         $scope.findMore = function () {
-            window.location.href = '#/account/management/';
+            window.location.href = '/sso#/management';
             $rootScope.tab = 'bind';
         }