diff --git a/babel.config.js b/babel.config.js index 4fe6229..e1ff878 100644 --- a/babel.config.js +++ b/babel.config.js @@ -13,7 +13,7 @@ plugins.push(['import', { 'libraryName': 'ant-design-vue', 'libraryDirectory': 'es', 'style': true // `style: true` 会加载 less 文件 -}]) +}, 'ant-design-vue']) module.exports = { presets: [ diff --git a/package.json b/package.json index fde3122..7272612 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "vue-antd-pro", + "name": "jsse-front", "version": "3.0.2", "private": true, "scripts": { @@ -18,6 +18,8 @@ "@antv/data-set": "^0.10.2", "ant-design-vue": "^1.7.8", "axios": "^0.26.1", + "cesium": "1.101.0", + "cesium-navigation-es6": "3.0.9", "core-js": "^3.21.1", "echarts": "^5.3.3", "enquire.js": "^2.1.6", diff --git a/public/index.html b/public/index.html index 456bb19..7460f3f 100644 --- a/public/index.html +++ b/public/index.html @@ -22,7 +22,7 @@
diff --git a/public/mockData/9d47c8c8-30d8-3e78-944f-d48ca8084c58.png b/public/mockData/9d47c8c8-30d8-3e78-944f-d48ca8084c58.png new file mode 100644 index 0000000..fc3b098 Binary files /dev/null and b/public/mockData/9d47c8c8-30d8-3e78-944f-d48ca8084c58.png differ diff --git a/public/mockData/cb8917d8-6658-cf7f-dd4e-ea2e670edea8.png b/public/mockData/cb8917d8-6658-cf7f-dd4e-ea2e670edea8.png new file mode 100644 index 0000000..c5a441f Binary files /dev/null and b/public/mockData/cb8917d8-6658-cf7f-dd4e-ea2e670edea8.png differ diff --git a/public/mockData/fe6ad2d8-da11-04d8-f447-0d8175826e28.png b/public/mockData/fe6ad2d8-da11-04d8-f447-0d8175826e28.png new file mode 100644 index 0000000..43dcbd5 Binary files /dev/null and b/public/mockData/fe6ad2d8-da11-04d8-f447-0d8175826e28.png differ diff --git a/src/components/Common/Cesium/index.js b/src/components/Common/Cesium/index.js new file mode 100644 index 0000000..59fdd66 --- /dev/null +++ b/src/components/Common/Cesium/index.js @@ -0,0 +1 @@ +export default class MyCesium {} diff --git a/src/components/Common/Layout/ModuleWrapper.vue b/src/components/Common/Layout/ModuleWrapper.vue index 3121bf6..d770e42 100644 --- a/src/components/Common/Layout/ModuleWrapper.vue +++ b/src/components/Common/Layout/ModuleWrapper.vue @@ -1,9 +1,11 @@