aggiornamenti su PCB
This commit is contained in:
@@ -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(() =>
|
||||
|
||||
Reference in New Issue
Block a user