Browse Source

全局server

linehang 7 years ago
parent
commit
e2b5025dbe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      login.html

+ 1 - 1
login.html

@ -215,7 +215,7 @@
				var timer = null;
				
				if(userAgent) {
					$.ajax(server +'doctor/doctorRole',{
					$.ajax(APIService.server +'doctor/doctorRole',{
						data:{},
						dataType: 'json',
						type:'get',