mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-06 17:36:45 +08:00
二维码修改yes
This commit is contained in:
@@ -26,7 +26,7 @@ const title = ref("二维码已失效");
|
|||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
// 接收跳转请求的query参数
|
// 接收跳转请求的query参数
|
||||||
let route = useRoute();
|
let route = useRoute();
|
||||||
console.log(route.query.msg);
|
console.log("gx test router" , route.query.msg);
|
||||||
if (route.query.msg) {
|
if (route.query.msg) {
|
||||||
title.value = route.query.msg;
|
title.value = route.query.msg;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user