This commit is contained in:
Aiden 2023-09-27 15:07:01 +08:00
parent 6e29d2ae2b
commit d50dfb1900
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ export default {
// });
// },
back() {
uni.navigateTo({
uni.redirectTo({
url: "/pages/realName/realName?tempVideoPath=" + this.tempVideoPath
});
}

View File

@ -26,7 +26,7 @@ export default {
},
methods: {
back() {
uni.navigateTo({
uni.redirectTo({
url: "/pages/realName/realName"
});
}