fix(SAT): update ISS data source assignment and correct CESIUM_BASE_URL to HTTPS
This commit is contained in:
@ -4,7 +4,7 @@ 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/';
|
||||
globalThis.CESIUM_BASE_URL = 'https://digitalarsenal.io/';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
Reference in New Issue
Block a user