fix:框架搭建及功能完善。

This commit is contained in:
tianyongbao
2024-06-03 17:00:27 +08:00
parent b3fe699735
commit 2b281fe098
37 changed files with 2211 additions and 261 deletions

View File

@@ -47,7 +47,7 @@ const popup = ref(null);
function handleToPwd() {
uni.navigateTo({
url: '/pages/mine/pwd/index'
url: '/pages_mine/pages/pwd/index'
});
};