修改了主题切换的问题,但登录故障问题还有残留
This commit is contained in:
@@ -50,6 +50,7 @@ export default function SettingsPage() {
|
||||
|
||||
const MENU = [
|
||||
{ label: '个人信息', icon: '👤', action: () => setShowEdit(true) },
|
||||
{ label: '账号管理', icon: '🆔', action: () => Taro.navigateTo({ url: '/pages/userDatabase/index' }) },
|
||||
{ label: '定制协议', icon: '📋', action: () => Taro.navigateTo({ url: '/pages/agreement/index' }) },
|
||||
{ label: '关于我们', icon: 'ℹ️', action: () => Taro.showToast({ title: '智绘微刻 v1.0', icon: 'none' }) }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user