|
|
@@ -87,8 +87,8 @@ const setFn = () => {
|
|
|
// { name: '手机号码绑定/解绑', path: 'phone' },
|
|
|
// { name: '关于我们', path: 'aboutUs' },
|
|
|
{ name: '退出', path: 'logout' },
|
|
|
- { name: '白主题', path: ThemeEnum.light },
|
|
|
- { name: '黑主题', path: ThemeEnum.dark },
|
|
|
+ // { name: '白主题', path: ThemeEnum.light },
|
|
|
+ // { name: '黑主题', path: ThemeEnum.dark },
|
|
|
];
|
|
|
const { openAction } = openModal('logout');
|
|
|
function chooseSetMenu(path: string) {
|