修改了主题切换的问题,但登录故障问题还有残留
This commit is contained in:
Vendored
+8
@@ -93,6 +93,14 @@ function SettingsPage() {
|
||||
action: function action() {
|
||||
return setShowEdit(true);
|
||||
}
|
||||
}, {
|
||||
label: '账号管理',
|
||||
icon: '🆔',
|
||||
action: function action() {
|
||||
return _tarojs_taro__WEBPACK_IMPORTED_MODULE_0___default().navigateTo({
|
||||
url: '/pages/userDatabase/index'
|
||||
});
|
||||
}
|
||||
}, {
|
||||
label: '定制协议',
|
||||
icon: '📋',
|
||||
|
||||
Reference in New Issue
Block a user