diff --git a/package.json b/package.json index b8ad7e3..109e892 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "url": "https://gitee.com/y_project/RuoYi-Vue.git" }, "dependencies": { + "@amap/amap-jsapi-loader": "^1.0.1", "@element-plus/icons-vue": "2.3.1", "@vueup/vue-quill": "1.2.0", "@vueuse/core": "13.3.0", diff --git a/src/assets/images/icon-2D-active-btn.png b/src/assets/images/icon-2D-active-btn.png new file mode 100644 index 0000000..cb8f9cc Binary files /dev/null and b/src/assets/images/icon-2D-active-btn.png differ diff --git a/src/assets/images/icon-2D-btn.png b/src/assets/images/icon-2D-btn.png new file mode 100644 index 0000000..53e6b59 Binary files /dev/null and b/src/assets/images/icon-2D-btn.png differ diff --git a/src/assets/images/icon-3D-active-btn.png b/src/assets/images/icon-3D-active-btn.png new file mode 100644 index 0000000..132b768 Binary files /dev/null and b/src/assets/images/icon-3D-active-btn.png differ diff --git a/src/assets/images/icon-3D-btn.png b/src/assets/images/icon-3D-btn.png new file mode 100644 index 0000000..44e8ba0 Binary files /dev/null and b/src/assets/images/icon-3D-btn.png differ diff --git a/src/assets/images/icon-full-screen-active.png b/src/assets/images/icon-full-screen-active.png new file mode 100644 index 0000000..c6c414f Binary files /dev/null and b/src/assets/images/icon-full-screen-active.png differ diff --git a/src/assets/images/icon-full-screen.png b/src/assets/images/icon-full-screen.png new file mode 100644 index 0000000..c7a02b6 Binary files /dev/null and b/src/assets/images/icon-full-screen.png differ diff --git a/src/assets/images/icon-map-nofull-screen-active.png b/src/assets/images/icon-map-nofull-screen-active.png new file mode 100644 index 0000000..383d439 Binary files /dev/null and b/src/assets/images/icon-map-nofull-screen-active.png differ diff --git a/src/assets/images/icon-map-nofull-screen.png b/src/assets/images/icon-map-nofull-screen.png new file mode 100644 index 0000000..5fff2f9 Binary files /dev/null and b/src/assets/images/icon-map-nofull-screen.png differ diff --git a/src/views/outdoorMedia/index.vue b/src/views/outdoorMedia/index.vue new file mode 100644 index 0000000..79039a6 --- /dev/null +++ b/src/views/outdoorMedia/index.vue @@ -0,0 +1,718 @@ + + + + \ No newline at end of file