Commit f40f1227 authored by Cai Wei's avatar Cai Wei

feat(*): 修改eco-tom入口

parent 1f8d6df9
......@@ -18,7 +18,9 @@ const router = useRouter();
const iframeRef = ref(null);
const url = `http://172.16.20.227/admin/ecoTom/#/ecoDashboard?token=${getToken("TOKEN")}`
// const url = `http://172.16.20.227/admin/ecoTom/#/ecoDashboard?token=${getToken("TOKEN")}`
const url = `https://screen.bmetech.com/steelmakingScreen/#/robotNew?token=${getToken("TOKEN")}`
// 处理iframe消息
......
......@@ -1044,7 +1044,7 @@ export default {
)
.then((result) => {
sessionStorage.setItem("menuList", JSON.stringify(result.data));
this.$router.push('/intermediate');
this.$router.push('/dashboard');
})
.catch((e) => {
});
......
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