aggiornamenti su PCB

This commit is contained in:
Surya Paolo
2024-10-22 15:27:00 +02:00
parent 335f5c6529
commit 54410ef5c9
291 changed files with 359 additions and 3289 deletions

View File

@@ -26,8 +26,12 @@ export default defineComponent({
const SERVER_TEST = ref([
{ key: 1, label: 'Test', host: 'https://test.freeplanet.app:3001' },
{ key: 2, label: 'Produzione', host: 'https://freeplanet.app:3000' },
{ key: 3, label: 'Locale', host: 'http://192.168.0.200:3000' },
{ key: 2, label: 'Produzione', host: tools.getServerHost() },
{ key: 3, label: 'Locale', host: 'https://localhost:3000' },
{ key: 4, label: 'Host IP', host: globalStore.site.host_ip },
{ key: 5, label: 'Host', host: globalStore.site.host },
{ key: 6, label: 'Host Api', host: globalStore.site.host_api },
{ key: 7, label: 'Host Api IP', host: globalStore.site.host_api_ip },
])
watch(() =>