chore(deps): update orbpro to version 1.126.0; set CESIUM_BASE_URL in SAT page
All checks were successful
/ depcheck (push) Successful in 1m55s
/ surge (push) Successful in 1m38s
/ playwright (push) Successful in 1m10s
/ build-and-deploy-to-vercel (push) Successful in 2m13s

This commit is contained in:
严浩
2025-02-11 18:22:06 +08:00
parent 19e46190f1
commit 6a3560a7f8
3 changed files with 9 additions and 6 deletions

View File

@ -2,6 +2,9 @@
import CesiumViewer from './CesiumViewer.vue';
const $datatableShow = ref(false);
// @ts-expect-error https://digitalarsenal.io/Widgets/InfoBox/InfoBoxDescription.css
globalThis.CESIUM_BASE_URL = 'http://digitalarsenal.io/';
</script>
<template>