diff --git a/2026-02-06.zip b/2026-02-06.zip new file mode 100644 index 00000000..e4d22c6b Binary files /dev/null and b/2026-02-06.zip differ diff --git a/package.json b/package.json index 2d29ce95..add32672 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "vue3-print-nb": "0.1.4", "vuedraggable": "^4.1.0", "vuex": "^4.1.0", - "vxe-table": "^4.5.17", + "vxe-table": "^4.17.48", "vxe-table-plugin-export-xlsx": "^3.1.0", "xe-utils": "^3.5.14", "xlsx": "^0.18.5", diff --git a/public/bigScreen/js/middleMap.js b/public/bigScreen/js/middleMap.js index 10c15e8c..a35b33a3 100644 --- a/public/bigScreen/js/middleMap.js +++ b/public/bigScreen/js/middleMap.js @@ -80,7 +80,7 @@ worldMapContainer1.style.width = "970px"; worldMapContainer1.style.position = "relative"; worldMapContainer1.style.left = "30px"; -mapboxgl.accessToken = 'pk.eyJ1IjoibGllYmFvIiwiYSI6ImNsMXg1OHdtcTE3eDEza3FmODBmeXhldmIifQ.CYYMuikQnGHMtTNq60B_xA'; +mapboxgl.accessToken = 'pk.eyJ1Ijoid2FsbGFieXdheSIsImEiOiJjbDV1MHF1MzkwZXAyM2tveXZjaDVlaXJpIn0.wyOgHkuGJ37Xrx1x_49gIw'; let map = new mapboxgl.Map({ container: 'distribution_map', style: { diff --git a/src/components/Map/src/components/Location.vue b/src/components/Map/src/components/Location.vue index 590ca9d2..c1a13242 100644 --- a/src/components/Map/src/components/Location.vue +++ b/src/components/Map/src/components/Location.vue @@ -54,7 +54,7 @@ let map: Map; onMounted(() => { - mapboxgl.accessToken = "pk.eyJ1IjoiaHVhbmdsaWkiLCJhIjoiY2wwM2E4a2drMDVrZjNrcGRucHIxOHo0cyJ9.0ecG5KGQE6R-SmhxvLvhHg" + mapboxgl.accessToken = "pk.eyJ1Ijoid2FsbGFieXdheSIsImEiOiJjbDV1MHF1MzkwZXAyM2tveXZjaDVlaXJpIn0.wyOgHkuGJ37Xrx1x_49gIw" map = initMap(); map.on('load', function () { refreshLocation(); diff --git a/src/components/MapboxMaps/src/config.ts b/src/components/MapboxMaps/src/config.ts index e1818953..97bc017f 100644 --- a/src/components/MapboxMaps/src/config.ts +++ b/src/components/MapboxMaps/src/config.ts @@ -1,5 +1,5 @@ export enum MapboxConfig { - ACCESS_TOKEN = 'pk.eyJ1IjoiYzRzci1nc2FwcCIsImEiOiJja2J0ajRtNzMwOHBnMnNvNnM3Ymw5MnJzIn0.fsTNczOFZG8Ik3EtO9LdNQ', + ACCESS_TOKEN = 'pk.eyJ1Ijoid2FsbGFieXdheSIsImEiOiJjbDV1MHF1MzkwZXAyM2tveXZjaDVlaXJpIn0.wyOgHkuGJ37Xrx1x_49gIw', // ACCESS_TOKEN = "1234", TDT_TOKEN = 'b6585bc41ee16251dbe6b1af64f375d9', // add more config options here diff --git a/src/components/VxeTable/src/emits.ts b/src/components/VxeTable/src/emits.ts index 4920d732..21692a70 100644 --- a/src/components/VxeTable/src/emits.ts +++ b/src/components/VxeTable/src/emits.ts @@ -1,7 +1,7 @@ -import tableEmits from 'vxe-table/es/table/src/emits'; +// import tableEmits from 'vxe-table/es/table/src/emits'; export const basicEmits = [ - ...tableEmits, + // ...tableEmits, 'page-change', 'form-submit', 'form-submit-invalid', diff --git a/src/components/VxeTable/src/props.ts b/src/components/VxeTable/src/props.ts index fff29de2..744473c4 100644 --- a/src/components/VxeTable/src/props.ts +++ b/src/components/VxeTable/src/props.ts @@ -1,12 +1,12 @@ import { VxeGridPropTypes, VxeTablePropTypes } from 'vxe-table'; -import tableProps from 'vxe-table/es/table/src/props'; +// import tableProps from 'vxe-table/es/table/src/props'; import { CSSProperties } from 'vue'; /** * @description: table二次开发需要后,需要接受的所有prop属性 */ export const basicProps = { - ...tableProps, + // ...tableProps, columns: Array as PropType, pagerConfig: { type: Object as PropType, diff --git a/src/router/routes/basic.ts b/src/router/routes/basic.ts index 53e5ca5f..4a2ca92a 100644 --- a/src/router/routes/basic.ts +++ b/src/router/routes/basic.ts @@ -5,7 +5,7 @@ import { REDIRECT_NAME, LAYOUT, EXCEPTION_COMPONENT, PAGE_NOT_FOUND_NAME } from // 404 on a page export const PAGE_NOT_FOUND_ROUTE: AppRouteRecordRaw = { path: '/:path(.*)*', - name: PAGE_NOT_FOUND_NAME, + name: '11', component: LAYOUT, meta: { title: 'ErrorPage', diff --git a/src/views/sys/exception/Converge/src/config.ts b/src/views/sys/exception/Converge/src/config.ts index 30673da4..cc9889bb 100644 --- a/src/views/sys/exception/Converge/src/config.ts +++ b/src/views/sys/exception/Converge/src/config.ts @@ -1,5 +1,5 @@ export enum MapboxConfig { - ACCESS_TOKEN = 'pk.eyJ1IjoiYzRzci1nc2FwcCIsImEiOiJja2J0ajRtNzMwOHBnMnNvNnM3Ymw5MnJzIn0.fsTNczOFZG8Ik3EtO9LdNQ', + ACCESS_TOKEN = 'pk.eyJ1Ijoid2FsbGFieXdheSIsImEiOiJjbDV1MHF1MzkwZXAyM2tveXZjaDVlaXJpIn0.wyOgHkuGJ37Xrx1x_49gIw', // ACCESS_TOKEN = "1234", TDT_TOKEN = 'b6585bc41ee16251dbe6b1af64f375d9', // add more config options here diff --git a/src/views/sys/exception/LargeScreenMap/config.ts b/src/views/sys/exception/LargeScreenMap/config.ts index 961a685c..0da0891a 100644 --- a/src/views/sys/exception/LargeScreenMap/config.ts +++ b/src/views/sys/exception/LargeScreenMap/config.ts @@ -1,4 +1,4 @@ -export const MAPBOX_TOKEN = "pk.eyJ1IjoiYzRzci1nc2FwcCIsImEiOiJja2J0ajRtNzMwOHBnMnNvNnM3Ymw5MnJzIn0.fsTNczOFZG8Ik3EtO9LdNQ"; +export const MAPBOX_TOKEN = "pk.eyJ1Ijoid2FsbGFieXdheSIsImEiOiJjbDV1MHF1MzkwZXAyM2tveXZjaDVlaXJpIn0.wyOgHkuGJ37Xrx1x_49gIw"; export const TINADITU_TOKEN = "b6585bc41ee16251dbe6b1af64f375d9"; diff --git a/src/views/sys/exception/VideoSupervision/map/config.ts b/src/views/sys/exception/VideoSupervision/map/config.ts index 30bec4b9..0e4874fb 100644 --- a/src/views/sys/exception/VideoSupervision/map/config.ts +++ b/src/views/sys/exception/VideoSupervision/map/config.ts @@ -1,4 +1,4 @@ -export const MAPBOX_TOKEN = "pk.eyJ1IjoiYzRzci1nc2FwcCIsImEiOiJja2J0ajRtNzMwOHBnMnNvNnM3Ymw5MnJzIn0.fsTNczOFZG8Ik3EtO9LdNQ"; +export const MAPBOX_TOKEN = "pk.eyJ1Ijoid2FsbGFieXdheSIsImEiOiJjbDV1MHF1MzkwZXAyM2tveXZjaDVlaXJpIn0.wyOgHkuGJ37Xrx1x_49gIw"; export const TINADITU_TOKEN = "b6585bc41ee16251dbe6b1af64f375d9"; diff --git a/src/views/sys/exception/VideoSupervision/map/src/config.ts b/src/views/sys/exception/VideoSupervision/map/src/config.ts index 30673da4..cc9889bb 100644 --- a/src/views/sys/exception/VideoSupervision/map/src/config.ts +++ b/src/views/sys/exception/VideoSupervision/map/src/config.ts @@ -1,5 +1,5 @@ export enum MapboxConfig { - ACCESS_TOKEN = 'pk.eyJ1IjoiYzRzci1nc2FwcCIsImEiOiJja2J0ajRtNzMwOHBnMnNvNnM3Ymw5MnJzIn0.fsTNczOFZG8Ik3EtO9LdNQ', + ACCESS_TOKEN = 'pk.eyJ1Ijoid2FsbGFieXdheSIsImEiOiJjbDV1MHF1MzkwZXAyM2tveXZjaDVlaXJpIn0.wyOgHkuGJ37Xrx1x_49gIw', // ACCESS_TOKEN = "1234", TDT_TOKEN = 'b6585bc41ee16251dbe6b1af64f375d9', // add more config options here