@@ -55,6 +55,7 @@
"v-code-diff": "^1.13.1",
"vite-svg-loader": "^4.0.0",
"vue": "^3.3.4",
+ "vue-echarts": "^7.0.3",
"vue-perfect-scrollbar": "^0.2.1",
"vue-router": "^4.2.2",
"vue-svg-loader": "^0.16.0",
@@ -34,6 +34,12 @@ export default [
name: 'Document',
meta: { title: 'ai文档' },
component: () => import('@/views/document/index.vue'),
+ },
+ {
+ path: 'gdfx',
+ name: 'Gdfx',
+ meta: { title: '供地分析' },
+ component: () => import('@/views/gdfx/index.vue'),
}
]
},
@@ -0,0 +1,18 @@
+<template>
+ <div class="znxz_box">
+ </div>
+</template>
+
+<script lang="ts">
+</script>
+<style lang="scss" scoped>
+.znxz_box {
+ width: 100%;
+ height: 100%;
+ >iframe {
+ }
+}
+</style>