diff --git a/src/api/plotPremisesMobile/index.js b/src/api/plotPremisesMobile/index.js new file mode 100644 index 00000000..c2e144a9 --- /dev/null +++ b/src/api/plotPremisesMobile/index.js @@ -0,0 +1,17 @@ +import request from '@/utils/request' + +//获根据用户获取其所在的行政单位(对象)信息 +export function getUserGeo() { + return request({ + url: '/bigData/common/getUserGeo', + method: 'get', + }) +} + +//获取村级下拉 +export function getUserGeoList(query) { + return request({ + url: '/bigData/common/getUserGeoList/'+query, + method: 'get' + }) +} diff --git a/src/assets/images/location/blue.png b/src/assets/images/location/blue.png new file mode 100644 index 00000000..1771c935 Binary files /dev/null and b/src/assets/images/location/blue.png differ diff --git a/src/assets/images/location/green.png b/src/assets/images/location/green.png new file mode 100644 index 00000000..4198a270 Binary files /dev/null and b/src/assets/images/location/green.png differ diff --git a/src/assets/images/location/map_icon_1.png b/src/assets/images/location/map_icon_1.png new file mode 100644 index 00000000..2e32425c Binary files /dev/null and b/src/assets/images/location/map_icon_1.png differ diff --git a/src/assets/images/location/map_icon_2.png b/src/assets/images/location/map_icon_2.png new file mode 100644 index 00000000..15446ee1 Binary files /dev/null and b/src/assets/images/location/map_icon_2.png differ diff --git a/src/assets/images/location/map_icon_3.png b/src/assets/images/location/map_icon_3.png new file mode 100644 index 00000000..2f643493 Binary files /dev/null and b/src/assets/images/location/map_icon_3.png differ diff --git a/src/assets/images/location/map_icon_4.png b/src/assets/images/location/map_icon_4.png new file mode 100644 index 00000000..4c1da52a Binary files /dev/null and b/src/assets/images/location/map_icon_4.png differ diff --git a/src/assets/images/location/map_icon_5.png b/src/assets/images/location/map_icon_5.png new file mode 100644 index 00000000..f7a877d6 Binary files /dev/null and b/src/assets/images/location/map_icon_5.png differ diff --git a/src/assets/images/location/map_icon_6.png b/src/assets/images/location/map_icon_6.png new file mode 100644 index 00000000..961e13e9 Binary files /dev/null and b/src/assets/images/location/map_icon_6.png differ diff --git a/src/assets/images/location/map_icon_7.png b/src/assets/images/location/map_icon_7.png new file mode 100644 index 00000000..1617fddf Binary files /dev/null and b/src/assets/images/location/map_icon_7.png differ diff --git a/src/assets/images/location/red.png b/src/assets/images/location/red.png new file mode 100644 index 00000000..dd24cb3d Binary files /dev/null and b/src/assets/images/location/red.png differ diff --git a/src/assets/images/location/yellow.png b/src/assets/images/location/yellow.png new file mode 100644 index 00000000..f5f29b0c Binary files /dev/null and b/src/assets/images/location/yellow.png differ diff --git a/src/permission.js b/src/permission.js index 4560e313..ce67350e 100644 --- a/src/permission.js +++ b/src/permission.js @@ -200,6 +200,8 @@ const whiteList = [ // '/agriculturalTrusteeship/billDetail4',//买家选购-订单详情 // '/agriculturalTrusteeship/evaluate',//买家选购-服务评价 + '/plotPremisesMobile/index',//两清三化 + ] router.beforeEach((to, from, next) => { diff --git a/src/router/index.js b/src/router/index.js index 1dadfeff..295feabc 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -5446,6 +5446,16 @@ export const constantRoutes = [ }, component: (resolve) => require(['@/views/agriculturalTrusteeship/buyer/evaluate'], resolve) }, + //<--------------------------------------两清三化--------------------------------------> + { + path: '/plotPremisesMobile/index', + name: 'plotPremisesMobile', + meta: { + title: '两清三化', + hidden: true, + }, + component: (resolve) => require(['@/views/plotPremisesMobile/index'], resolve) + }, ]; diff --git a/src/views/plotPremisesMobile/index.vue b/src/views/plotPremisesMobile/index.vue new file mode 100644 index 00000000..84f10bec --- /dev/null +++ b/src/views/plotPremisesMobile/index.vue @@ -0,0 +1,363 @@ + + + + + diff --git a/static/images/plotPremises/map_bg.png b/static/images/plotPremises/map_bg.png new file mode 100644 index 00000000..abf4f2b7 Binary files /dev/null and b/static/images/plotPremises/map_bg.png differ diff --git a/static/images/plotPremises/plotPremises_icon_01.png b/static/images/plotPremises/plotPremises_icon_01.png new file mode 100644 index 00000000..dea2f014 Binary files /dev/null and b/static/images/plotPremises/plotPremises_icon_01.png differ diff --git a/static/images/plotPremises/plotPremises_icon_02.png b/static/images/plotPremises/plotPremises_icon_02.png new file mode 100644 index 00000000..2101d995 Binary files /dev/null and b/static/images/plotPremises/plotPremises_icon_02.png differ diff --git a/static/images/plotPremises/plotPremises_img.png b/static/images/plotPremises/plotPremises_img.png new file mode 100644 index 00000000..798e4035 Binary files /dev/null and b/static/images/plotPremises/plotPremises_img.png differ diff --git a/static/images/plotPremises/positioning.png b/static/images/plotPremises/positioning.png new file mode 100644 index 00000000..59f5c1d3 Binary files /dev/null and b/static/images/plotPremises/positioning.png differ