diff --git a/package.json b/package.json index 8e0e2a9..876fbe0 100644 --- a/package.json +++ b/package.json @@ -8,12 +8,15 @@ "lint": "vue-cli-service lint" }, "dependencies": { + "@turf/turf": "^6.5.0", "axios": "^1.4.0", + "blueimp-md5": "^2.19.0", "core-js": "^3.8.3", "echarts": "^5.4.3", "echarts-gl": "^2.0.9", "element-ui": "^2.15.13", "js-cookie": "^3.0.5", + "mapbox-gl": "^2.4.1", "node-gyp": "^9.4.0", "node-sass": "^4.12.0", "vue": "^2.6.14", @@ -21,6 +24,7 @@ "vue-lazyload": "^3.0.0", "vue-router": "^3.5.1", "vue-seamless-scroll": "^1.1.23", + "vue-tree-color": "^2.3.2", "vuex": "^3.6.2" }, "devDependencies": { @@ -34,6 +38,8 @@ "babel-plugin-component": "^1.1.1", "eslint": "^7.32.0", "eslint-plugin-vue": "^8.0.3", + "less": "^4.2.0", + "less-loader": "^11.1.3", "sass": "^1.32.7", "sass-loader": "^12.0.0", "svg-sprite-loader": "^6.0.11", diff --git a/src/App.vue b/src/App.vue index 512f81f..594dc05 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,20 +1,20 @@ diff --git a/src/main.js b/src/main.js index f1c1670..6414300 100644 --- a/src/main.js +++ b/src/main.js @@ -1,18 +1,18 @@ -import Vue from 'vue' +import Vue from 'vue'; -import router from './router' -import store from './store' -import App from './App.vue' - -import 'components/index' //注册components下的组件 -import scroll from 'vue-seamless-scroll' //滚动 - -import './style/global.scss' -import './style/font.scss' // 字体文件 - -import { Popover } from 'element-ui' -import { Button } from 'element-ui' +import 'components/index'; //注册components下的组件 +import scroll from 'vue-seamless-scroll'; //滚动 +import App from './App.vue'; +import router from './router'; +import store from './store'; +import ElementUI, { Button, Popover } from 'element-ui'; +import 'element-ui/lib/theme-chalk/index.css'; +import Vue2OrgTree from 'vue-tree-color'; +import './style/font.scss'; // 字体文件 +import './style/global.scss'; +Vue.use(Vue2OrgTree) +Vue.use(ElementUI); Vue.config.productionTip = false // Vue.component(Popover.name, Popover) Vue.use(Popover) @@ -21,7 +21,7 @@ Vue.use(Button) Vue.use(scroll) new Vue({ - router, - store, - render: (h) => h(App) + router, + store, + render: (h) => h(App) }).$mount('#app') diff --git a/src/style/right1.scss b/src/style/right1.scss index 5e2feb9..e8cc028 100644 --- a/src/style/right1.scss +++ b/src/style/right1.scss @@ -69,7 +69,6 @@ } } -.b-ytal { .ytal-list { margin-top: 19px; margin-left: 18px; @@ -113,4 +112,3 @@ } } } -} diff --git a/src/style/right2.scss b/src/style/right2.scss index f001e7d..efbb1ec 100644 --- a/src/style/right2.scss +++ b/src/style/right2.scss @@ -94,7 +94,7 @@ } } -.b-xjph { +.b-xjph,.b-hztj { height: 269px; .table { diff --git a/src/views/index.vue b/src/views/index.vue index dea8804..51abf22 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,109 +1,109 @@ diff --git a/src/views/screenCenter/screenCenter.vue b/src/views/screenCenter/screenCenter.vue index 310f4ab..8a9c384 100644 --- a/src/views/screenCenter/screenCenter.vue +++ b/src/views/screenCenter/screenCenter.vue @@ -1,23 +1,879 @@ \ No newline at end of file diff --git a/src/views/screenHeader.vue b/src/views/screenHeader.vue index 7586da1..66c6811 100644 --- a/src/views/screenHeader.vue +++ b/src/views/screenHeader.vue @@ -1,119 +1,119 @@ diff --git a/src/views/screenLeft/left1.vue b/src/views/screenLeft/left1.vue index 3ef3cbd..7909b4d 100644 --- a/src/views/screenLeft/left1.vue +++ b/src/views/screenLeft/left1.vue @@ -1,434 +1,548 @@ \ No newline at end of file diff --git a/src/views/screenRight/right3.vue b/src/views/screenRight/right3.vue index d49a78b..f48efda 100644 --- a/src/views/screenRight/right3.vue +++ b/src/views/screenRight/right3.vue @@ -1,59 +1,471 @@ - + + \ No newline at end of file