Explorar o código

修改优软商城登录后的跳转链接

suntg %!s(int64=8) %!d(string=hai) anos
pai
achega
52e86b8be4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/webapp/resources/js/common/common.js

+ 1 - 1
src/main/webapp/resources/js/common/common.js

@@ -21,7 +21,7 @@ function getAccountInfo() {
             } else {
                 $('.x-login').find('.title').text(data.content.name);
             }
-			$('.link-mall').attr('href', 'http://www.usoftmall.com/login/proxy');
+			$('.link-mall').attr('href', 'http://www.usoftmall.com/auth/login');
 			window._hasAccountInfo = true;
 		}
 	});