-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/mapViews/components/population/population.vue b/src/views/mapViews/components/population/population.vue
new file mode 100644
index 0000000..2332fc9
--- /dev/null
+++ b/src/views/mapViews/components/population/population.vue
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/api/map.js b/src/api/map.js
index afdfa8b..b1ee1b5 100644
--- a/src/api/map.js
+++ b/src/api/map.js
@@ -35,6 +35,7 @@
})
}
+// ---------------------------------------------------------------------------------------
export function fetchCommunityInfo () {
return request({
baseURL: config.mockUrl,
@@ -43,3 +44,13 @@
method: 'post'
})
}
+
+// 区域人口
+export function fetchAreaPopulation () {
+ return request({
+ baseURL: config.mockUrl,
+ url: 'population/area',
+ data: {},
+ method: 'post'
+ })
+}
diff --git a/src/views/cityManage/components/introduce/components/eventBar.vue b/src/views/cityManage/components/introduce/components/eventBar.vue
new file mode 100644
index 0000000..5245255
--- /dev/null
+++ b/src/views/cityManage/components/introduce/components/eventBar.vue
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/cityManage/components/introduce/introduce.vue b/src/views/cityManage/components/introduce/introduce.vue
index 978daff..00f6993 100644
--- a/src/views/cityManage/components/introduce/introduce.vue
+++ b/src/views/cityManage/components/introduce/introduce.vue
@@ -6,10 +6,18 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/mapViews/components/population/population.vue b/src/views/mapViews/components/population/population.vue
new file mode 100644
index 0000000..2332fc9
--- /dev/null
+++ b/src/views/mapViews/components/population/population.vue
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/mapViews/mars3dMap.vue b/src/views/mapViews/mars3dMap.vue
index 0a648b6..925a6b9 100644
--- a/src/views/mapViews/mars3dMap.vue
+++ b/src/views/mapViews/mars3dMap.vue
@@ -36,8 +36,9 @@
-