代码调整

This commit is contained in:
fan 2023-07-03 16:42:47 +08:00
parent f25d303f5e
commit dc442425b3
2 changed files with 5 additions and 10 deletions

View File

@ -76,10 +76,5 @@ const list = reactive([
},
],
},
{
path: '/monitor',
label: '监控',
icon: 'computer',
},
]);
</script>

View File

@ -1,9 +1,9 @@
function getHost(): string {
// return '192.168.3.7:9081';
// return '192.168.3.47:9081';
// return '192.168.3.37:9081';
// return '192.168.3.15:9081';
return '192.168.3.233:9081';
// return '192.168.3.7:9091';
// return '192.168.3.47:9091';
// return '192.168.3.37:9091';
// return '192.168.3.15:9091';
return '192.168.3.233:9091';
}
export function getHttpBase() {