rukou.html 1.1 KB
Newer Older
zhengpingfei committed
1 2 3 4 5 6 7 8 9
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
		<meta content="yes" name="apple-mobile-web-app-capable">
		<meta content="black" name="apple-mobile-web-app-status-bar-style">
		<meta content="telephone=no" name="format-detection">
		<meta content="email=no" name="format-detection">
hanpeng committed
10 11
		<title>加载中...</title>
		<script src="https://review-formal.iplusmed.com/Common/javaScript/require.min.js"></script>
zhengpingfei committed
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
		<script type="text/javascript">
			require.config({
				baseUrl: "./",
				paths: {
					"zepto": "https://review-formal.iplusmed.com/Common/javaScript/zepto.min",
					"medtap": "https://review-formal.iplusmed.com/Common/javaScript/medtap-core-1.1.4Dev",
					"md5": "https://review-formal.iplusmed.com/Common/javaScript/md5.min"
				},
				shim: {
					"zepto": {
						exports: "$"
					}
				}
			});
		</script>
	</head>
	<body>
	</body>
	<script type="text/javascript">
hanpeng committed
31
		var ts = new Date().getTime(); 
32
		require(['../Env.js?v=' + ts])
hanpeng committed
33
		require(['javaScript/rukou.js?v=' + ts]);
zhengpingfei committed
34 35
	</script>
</html>