Commit 1f8ad359 authored by Cai Wei's avatar Cai Wei

feat(*): 修改ecoTom跳转

parent 2839247d
...@@ -24,10 +24,10 @@ const iframeRef = ref(null); ...@@ -24,10 +24,10 @@ const iframeRef = ref(null);
const url = computed(() => { const url = computed(() => {
const currentDomain = window.location.hostname; const currentDomain = window.location.hostname;
if (currentDomain.includes('screen.bmetech.com')) { if (currentDomain.includes('screen.bmetech.com')) {
return `https://screen.bmetech.com/steelmakingScreen/#/robotNew`; return `http://screen.bmetech.com/steelmakingScreen/#/robotNew`;
} }
// Default URL or alternative URL for other domains // Default URL or alternative URL for other domains
return `http://172.16.20.227/admin/ecoTom/#/robotNew`; return `http://172.16.20.199/admin/ecoTom/#/robotNew`;
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment