feature: modify profile

This commit is contained in:
kaijierepo
2025-12-14 18:52:25 +08:00
parent 2831eadc54
commit c2f0218217
2 changed files with 10 additions and 2 deletions

View File

@ -147,6 +147,14 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/my/profile",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/notice/bill",
"type": "page",

View File

@ -123,8 +123,8 @@ onUnload(() => {
const My = {
// 跳转到个人信息
handleToProfile: () => {
if (isLogin.value) {
router.navigateTo('/bundle/profile/profile')
if (!isLogin.value) {
router.navigateTo('/pages/my/profile')
}
else {
router.navigateTo('/pages/login/login')