|
@@ -312,7 +312,8 @@ var draw_buinding = function () {
|
|
// 武汉
|
|
// 武汉
|
|
|
|
|
|
$.ajax({
|
|
$.ajax({
|
|
- url: 'http://172.16.120.79',
|
|
|
|
|
|
+ //TODO 本地局域网IP
|
|
|
|
+ url: 'http://172.16.120.791',
|
|
type: 'GET',
|
|
type: 'GET',
|
|
complete: function (response) {
|
|
complete: function (response) {
|
|
if (response.status == 200) {
|
|
if (response.status == 200) {
|