|
|
@@ -9,7 +9,7 @@ from apps.Equipment.views import (
|
|
|
Farm_Mark, Garden_Check, Garden_Check_List, Garden_Detail,Garden_Intro, Garden_List,Tourist,Tourist_List,
|
|
|
Garden_Manage_New, Garden_Manage_View, Garden_Pub,
|
|
|
Garden_User_New, Garden_User_View, Garden_View, Industry_Data, Info_Manage,
|
|
|
- Info_Pub, JKlist, JKManage_View, Limit, Map_Test, News_Check,
|
|
|
+ Info_Pub, JKlist, JKManage_View, Limit, Map_Test,SetMap_View, News_Check,
|
|
|
News_Check_List, News_Photo, News_Pub, News_View, Newslist_View,
|
|
|
Person_Farm, Person_Farm_Edit, Pick, Pick_Photo, Policy_List,
|
|
|
Policy_List_View, Policy_Pub, Product_Photo, Production_Set, QXZ_Mqtt,
|
|
|
@@ -43,6 +43,7 @@ urlpatterns = [
|
|
|
url(r'^person_area_pub$', Person_Area_Pub.as_view(), name='person_area_pub'),
|
|
|
# 地图
|
|
|
url(r'^map$', Map_Test.as_view(), name='map'),
|
|
|
+ url(r'^setMap$', SetMap_View.as_view(), name='setMap'),
|
|
|
|
|
|
url(r'^equip_test$', Equip_Test.as_view(), name='equip_test'),
|
|
|
# 监控接口
|