Skip to content

Commit 4445e18

Browse files
author
feige996
committed
refactor: 移除用户中心相关页面和隐私弹窗组件
删除与用户中心相关的所有页面,包括个人资料、修改密码、关于我们等 移除不再使用的隐私协议弹窗组件及相关样式文件 清理路由配置中不再需要的页面路径
1 parent 7dd210e commit 4445e18

9 files changed

Lines changed: 0 additions & 1763 deletions

File tree

pages.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ export default defineUniPages({
4040
pagePath: 'pages/about/about',
4141
text: '关于',
4242
},
43-
{
44-
iconPath: 'static/tabbar/personal.png',
45-
selectedIconPath: 'static/tabbar/personalHL.png',
46-
pagePath: 'pages/mine/index',
47-
text: '我的',
48-
},
4943
],
5044
},
5145
})

src/components/privacy-popup/index.scss

Lines changed: 0 additions & 47 deletions
This file was deleted.

src/components/privacy-popup/privacy-popup.vue

Lines changed: 0 additions & 144 deletions
This file was deleted.

src/pages.json

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@
3535
"selectedIconPath": "static/tabbar/exampleHL.png",
3636
"pagePath": "pages/about/about",
3737
"text": "关于"
38-
},
39-
{
40-
"iconPath": "static/tabbar/personal.png",
41-
"selectedIconPath": "static/tabbar/personalHL.png",
42-
"pagePath": "pages/mine/index",
43-
"text": "我的"
4438
}
4539
]
4640
},
@@ -61,42 +55,6 @@
6155
"navigationBarTitleText": "关于",
6256
"navigationStyle": "custom"
6357
}
64-
},
65-
{
66-
"path": "pages/login/index",
67-
"type": "page",
68-
"style": {
69-
"navigationBarTitleText": "登录",
70-
"navigationStyle": "custom"
71-
}
72-
},
73-
{
74-
"path": "pages/mine/index",
75-
"type": "page",
76-
"style": {
77-
"navigationBarTitleText": "我的"
78-
}
79-
},
80-
{
81-
"path": "pages/mine/about/index",
82-
"type": "page",
83-
"style": {
84-
"navigationBarTitleText": "关于我们"
85-
}
86-
},
87-
{
88-
"path": "pages/mine/info/index",
89-
"type": "page",
90-
"style": {
91-
"navigationBarTitleText": "个人资料"
92-
}
93-
},
94-
{
95-
"path": "pages/mine/password/index",
96-
"type": "page",
97-
"style": {
98-
"navigationBarTitleText": "修改密码"
99-
}
10058
}
10159
],
10260
"subPackages": []

0 commit comments

Comments
 (0)