Commit 26a681b7 authored by 潘栩锋's avatar 潘栩锋 🚴

添加地址设置页 与 客户端配置 页的密码

parent 0c3d1a97
...@@ -37,6 +37,8 @@ namespace FLY.Thick.Base.UI.CustomMenu ...@@ -37,6 +37,8 @@ namespace FLY.Thick.Base.UI.CustomMenu
public void OnClick() public void OnClick()
{ {
if (!WdPassword.Authorize("Address"))
return;
var p = this.container.Resolve<PgAddress>(); var p = this.container.Resolve<PgAddress>();
FlyLayoutManager.NavigationService.Navigate(p); FlyLayoutManager.NavigationService.Navigate(p);
} }
......
...@@ -37,6 +37,8 @@ namespace FLY.Thick.Base.UI.CustomMenu ...@@ -37,6 +37,8 @@ namespace FLY.Thick.Base.UI.CustomMenu
public void OnClick() public void OnClick()
{ {
if (!WdPassword.Authorize("CustomSetting"))
return;
var p = this.container.Resolve<PgCustomSections>(); var p = this.container.Resolve<PgCustomSections>();
FlyLayoutManager.NavigationService.Navigate(p); FlyLayoutManager.NavigationService.Navigate(p);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment