Skip to content

Commit 2bcff7d

Browse files
committed
更改include.js位置
1 parent d66e5dd commit 2bcff7d

File tree

91 files changed

+101
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+101
-101
lines changed

build/build.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>自定义打包</title>
5-
<link rel="shortcut icon" type="image/x-icon" href="../web/favicon.ico"/>
5+
<link rel="shortcut icon" type="image/x-icon" href="../web/img/favicon.ico"/>
66
<meta charset="UTF-8">
77
<link href="http://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
88
<style type="text/css">

examples/3dwebgl/editor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<meta charset="UTF-8">
44
<head>
55
<title>SuperMap 3D-WebGL 示例代码</title>
6-
<link rel="shortcut icon" type="image/x-icon" href="../../web/favicon.ico"/>
6+
<link rel="shortcut icon" type="image/x-icon" href="../../web/img/favicon.ico"/>
77
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
8-
<script type="text/javascript" include="jquery,bootstrap,admin-lte,jquery.scrollto,ace" src="../include-web.js"></script>
8+
<script type="text/javascript" include="jquery,bootstrap,admin-lte,jquery.scrollto,ace" src="../js/include-web.js"></script>
99
<link rel="stylesheet" href="../css/common.css">
1010
<link rel="stylesheet" href="../css/header.css">
1111
<link rel="stylesheet" href="../css/sideBar.css">

examples/3dwebgl/examples.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<title>SuperMap 3D-WebGL 示范程序</title>
7-
<link rel="shortcut icon" type="image/x-icon" href="../../web/favicon.ico"/>
7+
<link rel="shortcut icon" type="image/x-icon" href="../../web/img/favicon.ico"/>
88
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
9-
<script type="text/javascript" include="jquery,bootstrap,admin-lte,jquery.scrollto" src="../include-web.js"></script>
9+
<script type="text/javascript" include="jquery,bootstrap,admin-lte,jquery.scrollto" src="../js/include-web.js"></script>
1010
<link rel="stylesheet" href="../css/common.css">
1111
<link rel="stylesheet" href="../css/header.css">
1212
<link rel="stylesheet" href="../css/sideBar.css">

examples/classic/SummaryMeshJobService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>点聚合分析</title>
6-
<script type="text/javascript" include="jquery,bootstrap" src="../include-web.js"></script>
6+
<script type="text/javascript" include="jquery,bootstrap" src="../js/include-web.js"></script>
77
<style>
88
.control {
99
position: absolute;

examples/classic/SummaryRegionJobService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>区域汇总分析</title>
6-
<script type="text/javascript" include="jquery,bootstrap" src="../include-web.js"></script>
6+
<script type="text/javascript" include="jquery,bootstrap" src="../js/include-web.js"></script>
77
<style>
88
.control {
99
position: absolute;

examples/classic/addressMatchService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>地址匹配服务</title>
6-
<script type="text/javascript" include="bootstrap-css,jquery" src="../include-web.js"></script>
6+
<script type="text/javascript" include="bootstrap-css,jquery" src="../js/include-web.js"></script>
77
<style>
88
.control {
99
position: absolute;

examples/classic/editor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<meta charset="UTF-8">
44
<head>
55
<title>iClient Classic 示例代码</title>
6-
<link rel="shortcut icon" type="image/x-icon" href="../../web/favicon.ico"/>
6+
<link rel="shortcut icon" type="image/x-icon" href="../../web/img/favicon.ico"/>
77
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
8-
<script type="text/javascript" include="jquery,bootstrap,admin-lte,jquery.scrollto,ace" src="../include-web.js"></script>
8+
<script type="text/javascript" include="jquery,bootstrap,admin-lte,jquery.scrollto,ace" src="../js/include-web.js"></script>
99
<link rel="stylesheet" href="../css/common.css">
1010
<link rel="stylesheet" href="../css/header.css">
1111
<link rel="stylesheet" href="../css/sideBar.css">

examples/classic/examples.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<title>iClient Classic 示范程序</title>
7-
<link rel="shortcut icon" type="image/x-icon" href="../../web/favicon.ico"/>
7+
<link rel="shortcut icon" type="image/x-icon" href="../../web/img/favicon.ico"/>
88
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
9-
<script type="text/javascript" include="jquery,bootstrap,admin-lte,jquery.scrollto" src="../include-web.js"></script>
9+
<script type="text/javascript" include="jquery,bootstrap,admin-lte,jquery.scrollto" src="../js/include-web.js"></script>
1010
<link rel="stylesheet" href="../css/common.css">
1111
<link rel="stylesheet" href="../css/header.css">
1212
<link rel="stylesheet" href="../css/sideBar.css">

examples/classic/kernelDensityJobService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>密度分析</title>
6-
<script type="text/javascript" include="jquery,bootstrap" src="../include-web.js"></script>
6+
<script type="text/javascript" include="jquery,bootstrap" src="../js/include-web.js"></script>
77
<style>
88
.control {
99
position: absolute;

examples/classic/singleObjectQueryJobService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>单对象查询分析</title>
6-
<script type="text/javascript" include="jquery,bootstrap" src="../include-web.js"></script>
6+
<script type="text/javascript" include="jquery,bootstrap" src="../js/include-web.js"></script>
77
<style>
88
.control {
99
position: absolute;

0 commit comments

Comments
 (0)