chore(deps): update orbpro to version 1.126.0; set CESIUM_BASE_URL in SAT page
This commit is contained in:
@ -53,7 +53,7 @@
|
|||||||
"jsencrypt": "^3.3.2",
|
"jsencrypt": "^3.3.2",
|
||||||
"mitt": "^3.0.1",
|
"mitt": "^3.0.1",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"orbpro": "^1.123.7",
|
"orbpro": "^1.126.0",
|
||||||
"page-stack-vue3": "^2.5.6",
|
"page-stack-vue3": "^2.5.6",
|
||||||
"pinia": "^2.3.1",
|
"pinia": "^2.3.1",
|
||||||
"pinia-plugin-persistedstate": "^4.2.0",
|
"pinia-plugin-persistedstate": "^4.2.0",
|
||||||
|
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@ -61,8 +61,8 @@ importers:
|
|||||||
specifier: ^0.2.0
|
specifier: ^0.2.0
|
||||||
version: 0.2.0
|
version: 0.2.0
|
||||||
orbpro:
|
orbpro:
|
||||||
specifier: ^1.123.7
|
specifier: ^1.126.0
|
||||||
version: 1.123.7
|
version: 1.126.0
|
||||||
page-stack-vue3:
|
page-stack-vue3:
|
||||||
specifier: ^2.5.6
|
specifier: ^2.5.6
|
||||||
version: 2.5.6(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3))
|
version: 2.5.6(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3))
|
||||||
@ -3825,8 +3825,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==}
|
resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
|
|
||||||
orbpro@1.123.7:
|
orbpro@1.126.0:
|
||||||
resolution: {integrity: sha512-Vb1274kAnXhWE/NF/b9ib6okPVCk7AKPkOx9MpAw/cFCfVbgnyJ0raOcc6d52dGvNLoOQ7cSWBmXBWjoB9Iocg==}
|
resolution: {integrity: sha512-qmv+LEXOii2EOwJqEQXj8H3d33Fac/clJ4QGLNbZUymtpQDMQ0wExRlSIe71lZccIEiM3B7TG2eFHg620INvdg==}
|
||||||
engines: {node: '>=18.18.0'}
|
engines: {node: '>=18.18.0'}
|
||||||
|
|
||||||
os-paths@4.4.0:
|
os-paths@4.4.0:
|
||||||
@ -9046,7 +9046,7 @@ snapshots:
|
|||||||
strip-ansi: 6.0.1
|
strip-ansi: 6.0.1
|
||||||
wcwidth: 1.0.1
|
wcwidth: 1.0.1
|
||||||
|
|
||||||
orbpro@1.123.7: {}
|
orbpro@1.126.0: {}
|
||||||
|
|
||||||
os-paths@4.4.0: {}
|
os-paths@4.4.0: {}
|
||||||
|
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
import CesiumViewer from './CesiumViewer.vue';
|
import CesiumViewer from './CesiumViewer.vue';
|
||||||
|
|
||||||
const $datatableShow = ref(false);
|
const $datatableShow = ref(false);
|
||||||
|
|
||||||
|
// @ts-expect-error https://digitalarsenal.io/Widgets/InfoBox/InfoBoxDescription.css
|
||||||
|
globalThis.CESIUM_BASE_URL = 'http://digitalarsenal.io/';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
Reference in New Issue
Block a user