同步资源

This commit is contained in:
aixianling
2022-07-15 19:44:39 +08:00
parent 4696642a66
commit f61bbe9c83
15 changed files with 22 additions and 22 deletions

View File

@@ -98,7 +98,7 @@ export default {
back() {
if (getCurrentPages().length === 1) {
uni.switchTab({
url: "/pages/home/home",
url: "/pages/AppHome/AppHome",
});
return false;
}