| | |
| | | [">=", ">", " =", "<=", "<", "<>"], |
| | | ], |
| | | }; |
| | | export default config; |
| | | |
| | |
| | | //配置文件地址 |
| | | import config from "../../../../public/config/config"; |
| | | // import config from "../../../../public/config/config"; |
| | | //服务加载配置文件 |
| | | import server from "./server"; |
| | | |
| | |
| | | import * as turf from "@turf/turf"; |
| | | import WKT from "terraformer-wkt-parser"; |
| | | import rightServer from "./rightServer"; |
| | | import config from "../../../../public/config/config"; |
| | | // import config from "../../../../public/config/config"; |
| | | import CryptoJS from "crypto-js"; |
| | | // import { Store } from "vuex"; |
| | | import store from "@/store"; |
| | |
| | | import { getToken } from "@/utils/auth"; |
| | | //配置文件地址 |
| | | import config from "../../../../public/config/config.js"; |
| | | // import config from "../../../../public/config/config.js"; |
| | | import { Map, View } from "ol"; //地图,视图 |
| | | import OSM from "ol/source/OSM"; //可以理解为数据源,就是一张图片 |
| | | import TileLayer from "ol/layer/Tile"; //可以理解为图层 |
| | |
| | | import { getToken } from "@/utils/auth"; |
| | | //配置文件地址 |
| | | import config from "../../../../public/config/config"; |
| | | // import config from "../../../../public/config/config"; |
| | | |
| | | const rightServer = { |
| | | layerList: [], |
| | |
| | | import { getToken } from "@/utils/auth"; |
| | | //配置文件地址 |
| | | import config from "../../../../public/config/config"; |
| | | // import config from "../../../../public/config/config"; |
| | | import store from "@/store"; |
| | | const server = { |
| | | layerList: [], |
| | |
| | | import router from "@/router/index"; |
| | | |
| | | import { getToken } from "@/utils/auth"; |
| | | import config from "../../public/config/config.js"; |
| | | // import config from "../../public/config/config.js"; |
| | | // create an axios instance |
| | | const service = axios.create({ |
| | | baseURL: config.BASE_URL, // api的base_url |
| | |
| | | nextTick, |
| | | watch, |
| | | } from "vue"; |
| | | import config from "../../../public/config/config.js"; |
| | | // import config from "../../../public/config/config.js"; |
| | | import { User, Lock, Plus, Location } from "@element-plus/icons-vue"; |
| | | import { dataQuery_selectByPage, dataQuery_selectFields } from "@/api/api"; |
| | | import { ElMessage } from "element-plus"; |
| | |
| | | defineProps, |
| | | defineEmits, |
| | | } from "vue"; |
| | | import config from "../../public/config/config.js"; |
| | | // import config from "../../public/config/config.js"; |
| | | //Router |
| | | import router from "@/router"; |
| | | //图标 |
| | |
| | | nextTick, |
| | | } from "vue"; |
| | | import menuTool from "@/assets/js/Map/menuTool"; |
| | | import config from "../../../public/config/config.js"; |
| | | // import config from "../../../public/config/config.js"; |
| | | import { User, Lock, Plus, Refresh, Location } from "@element-plus/icons-vue"; |
| | | import { |
| | | dataQuery_selectByPage, |
| | |
| | | if (!formEl) return; |
| | | formEl.validate((valid) => { |
| | | if (valid) { |
| | | |
| | | if (multipleSelection.value.length <= 0) { |
| | | ElMessage.error("请选择要下载的表"); |
| | | } else { |
| | | setDownLoadFrom(); |
| | | } |
| | | } else { |
| | | |
| | | return false; |
| | | } |
| | | }); |
| | |
| | | ArrowRight, |
| | | DArrowRight, |
| | | } from "@element-plus/icons-vue"; |
| | | import config from "../../../public/config/config.js"; |
| | | // import config from "../../../public/config/config.js"; |
| | | import { dataQuery_selectByPage } from "@/api/api.js"; |
| | | import { ElMessage } from "element-plus"; |
| | | let searchValue = ref(""); |