Explorar el Código

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

suntg hace 8 años
padre
commit
52e86b8be4
Se han modificado 1 ficheros con 1 adiciones y 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;
 		}
 	});