Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
dy-wx2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6edf3b06
authored
2018-11-11 16:22:09 +0800
by
unknown
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
'https'
1 parent
a6c853b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
index.html
js/service/globalService.js
index.html
View file @
6edf3b0
...
...
@@ -109,7 +109,7 @@
<!--pnt test ak
<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=ykvgUlEv77wstKqmFovr56pl4cKRUUEz"></script>-->
<!--pnt prod ak-->
<script
type=
"text/javascript"
src=
"
http:
//api.map.baidu.com/api?v=2.0&ak=QVYxRW2ZxRxLGHycLEcZUTtNfBK8rvwp"
></script>
<script
type=
"text/javascript"
src=
"//api.map.baidu.com/api?v=2.0&ak=QVYxRW2ZxRxLGHycLEcZUTtNfBK8rvwp"
></script>
<script
type=
"text/javascript"
src=
"js/layer/layer.js"
></script>
<script
type=
"text/javascript"
src=
"js/layer/layerMobile/layer.js"
></script>
<script
type=
"text/javascript"
src=
"js/JSBridge.js"
></script>
...
...
js/service/globalService.js
View file @
6edf3b0
...
...
@@ -18,8 +18,8 @@ angular.module('myApp.services')
$rootScope
.
inited
=
true
;
//--------------------自行车服务--------------
// 生产环境
// var dingdaAPI = "http://bike.dy.dingdatech.com:880
";
var
dingdaAPI
=
"http://47.99.81.49:60612"
;
var
dingdaAPI
=
"https://bike.dy.dingdatech.com
"
;
//
var dingdaAPI = "http://47.99.81.49:60612";
// 测试环境
//var dingdaAPI = "http://bike.api.dingdachuxing.com";
globalConfig
.
setParam
(
"dingdaAPI"
,
dingdaAPI
);
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment