master
lion 3 years ago
parent b133e80620
commit 1316843cd1

@ -41,11 +41,6 @@ export const constantRoutes = [{
component: () => import('@/views/404'),
hidden: true
},
{
path: '/test',
component: () => import('@/views/component/test.vue'),
hidden: true
},
{
path: '/info',
component: Layout,

@ -54,7 +54,7 @@ export default {
},
data() {
return {
action: `${process.env.VUE_APP_BASE_API}/api/admin/base-form/excel-show`,
action: `${process.env.VUE_APP_BASE_API}api/admin/base-form/excel-show`,
dialogVisible: false,
headers: [],

@ -1,32 +0,0 @@
<template>
<div>
123
<avue-input-map :params="mapparams" placeholder="请选择地图" v-model="mapform"></avue-input-map>
<xyTinymce v-model="content"></xyTinymce>
</div>
</template>
<script>
import AvueMap from 'avue-plugin-map'
import xyTinymce from "@/components/XyTinymce/index.vue";
export default{
components: {
AvueMap,
xyTinymce
},
data(){
return{
mapparams: {
zoom: 11,
},
mapform: [],
content:''
}
},
}
</script>
<style>
</style>
Loading…
Cancel
Save