浏览代码

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

wangcz 7 年之前
父节点
当前提交
a76323fbd2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_index_ctrl.js

+ 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';
         }