-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (27 loc) · 1018 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="车方案">
<meta name="description" content="车方案">
<meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1, minimum-scale=1">
<meta name="format-detection" content="telephone=no"/>
<meta name="renderer" content="webkit">
<meta name="format-detection" content="telephone=no,email=no">
<link rel="stylesheet" href="http://g.alicdn.com/msui/sm/0.6.2/css/??sm.min.css,sm-extend.min.css">
<link rel="stylesheet" href="../static/css/webapp.css">
<link rel="shortcut icon" href="../static/favicon.ico" />
<meta http-equiv="refresh" content="0; url=pages/index.html">
<title>车方案</title>
</head>
<body>
<script src="../static/plugs/require.min.js" data-main="../static/js/main.js"></script>
<script>
// requireCallback作为requirejs的回调
function requireCallback($, utils){
console.log(utils.isFunction('ddd'))
}
</script>
</body>
</html>