提交 d8b58a87 编写于 作者: zhongyao.qiao's avatar zhongyao.qiao

feat 标题修改

上级 d41cb645
...@@ -35,14 +35,14 @@ export default { ...@@ -35,14 +35,14 @@ export default {
}; };
}, },
created() { created() {
const { const { url, yunOrderNo } = this.$route.query;
url = 'https://cps-test.bestcovered.com/bst-ld/pages/product-factory/product-factory?clientId=yunque&productCode=G3&userId=123&orderNo=123456&sign=a9da8758984231988537860ca827fac0&timestamp=1724119418352&surveyorInfo=SoJcAg9ABYlg3gooqLSn5l5Ut4nCsrZ5K93pUxLfWEol9sXDBdo7r9RlpaBySrISZ38K%252FFb5bYoXYYQFAjsdnLMAMLn5DXCux0Pf0omaaiI5ZgWVgQIupw%253D%253D',
yunOrderNo,
} = this.$route.query;
this.url = decodeURIComponent(url); this.url = decodeURIComponent(url);
this.yunOrderNo = yunOrderNo; this.yunOrderNo = yunOrderNo;
this.loopStatus(); this.loopStatus();
}, },
mounted() {
document.title = this.$route.meta.title;
},
beforeDestroy() { beforeDestroy() {
if (this.timer) clearInterval(this.timer); if (this.timer) clearInterval(this.timer);
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册