| | |
| | | type="text/javascript" |
| | | src="https://webapi.amap.com/maps?v=1.4.5&key=c55f27799afbfa69dc5a3fad90cafe51&plugin=Map3D,ElasticMarker,AMap.ControlBar,AMap.Geocoder" |
| | | ></script> |
| | | <script src="/src/lib/jquery-3.5.1.min.js"></script> |
| | | <!-- <script src="/src/lib/jquery-3.5.1.min.js"></script> --> |
| | | <script type="module" src="/src/main.js"></script> |
| | | </body> |
| | | </html> |
| | |
| | | "axios": "^1.6.8", |
| | | "echarts": "^5.5.0", |
| | | "element-plus": "^2.6.2", |
| | | "jquery": "^3.7.1", |
| | | "moment": "^2.30.1", |
| | | "pinia": "^2.1.7", |
| | | "unplugin-vue-components": "^0.26.0", |
| | |
| | | "optionalDependencies": { |
| | | "@pkgjs/parseargs": "^0.11.0" |
| | | } |
| | | }, |
| | | "node_modules/jquery": { |
| | | "version": "3.7.1", |
| | | "resolved": "https://registry.npmmirror.com/jquery/-/jquery-3.7.1.tgz", |
| | | "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" |
| | | }, |
| | | "node_modules/js-beautify": { |
| | | "version": "1.15.1", |
| | |
| | | "@pkgjs/parseargs": "^0.11.0" |
| | | } |
| | | }, |
| | | "jquery": { |
| | | "version": "3.7.1", |
| | | "resolved": "https://registry.npmmirror.com/jquery/-/jquery-3.7.1.tgz", |
| | | "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" |
| | | }, |
| | | "js-beautify": { |
| | | "version": "1.15.1", |
| | | "resolved": "https://registry.npmmirror.com/js-beautify/-/js-beautify-1.15.1.tgz", |
| | |
| | | "axios": "^1.6.8", |
| | | "echarts": "^5.5.0", |
| | | "element-plus": "^2.6.2", |
| | | "jquery": "^3.7.1", |
| | | "moment": "^2.30.1", |
| | | "pinia": "^2.1.7", |
| | | "unplugin-vue-components": "^0.26.0", |
| | |
| | | import axios from 'axios'; |
| | | import { ElMessage } from 'element-plus'; |
| | | |
| | | const debug = true; |
| | | const debug = false; |
| | | |
| | | let ip1 = 'http://114.215.109.124:8805/'; |
| | | // let ip1 = 'http://47.100.191.150:9029/'; |
| | | // let ip1 = 'http://114.215.109.124:8805/'; |
| | | let ip1 = 'http://47.100.191.150:9029/'; |
| | | |
| | | if (debug) { |
| | | ip1 = 'http://192.168.0.138:8084/'; |
| | |
| | | BaseMap: typeof import('./components/map/BaseMap.vue')['default'] |
| | | CardButton: typeof import('./components/CardButton.vue')['default'] |
| | | CardDialog: typeof import('./components/CardDialog.vue')['default'] |
| | | copy: typeof import('./components/search/OptionType copy.vue')['default'] |
| | | CoreHeader: typeof import('./components/core/CoreHeader.vue')['default'] |
| | | CoreMenu: typeof import('./components/core/CoreMenu.vue')['default'] |
| | | DataSummary: typeof import('./components/monitor/DataSummary.vue')['default'] |
| | |
| | | ElForm: typeof import('element-plus/es')['ElForm'] |
| | | ElFormItem: typeof import('element-plus/es')['ElFormItem'] |
| | | ElIcon: typeof import('element-plus/es')['ElIcon'] |
| | | ElInput: typeof import('element-plus/es')['ElInput'] |
| | | ElOption: typeof import('element-plus/es')['ElOption'] |
| | | ElPagination: typeof import('element-plus/es')['ElPagination'] |
| | | ElPopover: typeof import('element-plus/es')['ElPopover'] |
| | |
| | | import { createRouter, createWebHistory } from 'vue-router'; |
| | | import { createRouter, createWebHashHistory } from 'vue-router'; |
| | | |
| | | const router = createRouter({ |
| | | history: createWebHistory(import.meta.env.BASE_URL), |
| | | // history: createWebHistory(import.meta.env.BASE_URL), |
| | | history: createWebHashHistory(), |
| | | routes: [ |
| | | { |
| | | path: '/', |
| | |
| | | import $ from 'jquery'; |
| | | import { factorName } from '@/constant/factor-name'; |
| | | import { factorUnit } from '@/constant/factor-unit'; |
| | | import { windDir } from '@/constant/wind-dir'; |
| | |
| | | var closeX = document.createElement('i'); |
| | | titleD.innerHTML = title; |
| | | closeX.className = 'fa fa-times'; |
| | | // eslint-disable-next-line no-undef |
| | | $(closeX).attr('aria-hidden', 'true'); |
| | | closeX.onclick = function () { |
| | | marker.close(); |
| | |
| | | refreshV.className = 'refresh-btn'; |
| | | var refresh = document.createElement('i'); |
| | | refresh.className = 'fa fa-refresh'; |
| | | // eslint-disable-next-line no-undef |
| | | $(refresh).attr('aria-hidden', 'true'); |
| | | // eslint-disable-next-line no-undef |
| | | $(refresh).css('color', '#ffffffc0'); |
| | | // eslint-disable-next-line no-undef |
| | | $(refresh).css('cursor', 'pointer'); |
| | | refresh.onclick = function () { |
| | | // $(this).addClass('fa-spin') |