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