okay,I want to customize the logout process just like the login process. During logout, I need to implement some of my own business logic. How can I do this? I tried inheriting LogoutModel and overriding the OnGetAsync method, but during debugging, I found that this method is not being triggered during logout.
提问之前请先查看文档:https://abp.io/docs/latest https://abp.io/docs/latest
查看示例以了解基本任务:https://abp.io/docs/latest/samples
您的问题的认知解决方案可能已经得到解答,请首先使用主页上的搜索。
请向我们提供以下信息:
🧐提示:如果您正在使用 ABP Studio,您可以从配置窗口中看到有关解决方案的所有信息,当您右键单击[解决方案]( https://abp.io/docs/latest/studio/solution -explorer#solution )并单击解决方案配置
按钮时,该窗口将打开。
在登出的时候可以像登录一样自定义他的方法吗,在登出的时候我想实现一些自己的业务逻辑,需要怎么实现,我尝试了继承LogoutModel 重写了OnGetAsync 但在debug的时候发现登出时并没有进入到这个方法
您好,您回信邮件中提到的文档是api的开发文档,我想了记得是微服务中,新建的微服务如何独立运行他的UI,如图所示,想要运行Order里的web必须依附于微服务解决方案里的web可以运行,有没有办法可以单独只运行order这个微服务来进行调试他的UI,新建的微服务并没有Host项目 Hello, the document mentioned in your reply email is the api development document. I remember how the newly created microservice independently runs its UI in microservice. As shown in the figure, if you want to run the web in Order, you must be attached to the web in the microservice solution. Is there a way to debug the UI by running the order microservice alone
您好,您回信邮件中提到的文档是api的开发文档,我想了记得是微服务中,新建的微服务如何独立运行他的UI,如图所示,想要运行Order里的web必须依附于微服务解决方案里的web可以运行,有没有办法可以单独只运行order这个微服务来进行调试他的UI Hello, the document mentioned in your reply email is the api development document. I remember how the newly created microservice independently runs its UI in microservice. As shown in the figure, if you want to run the web in Order, you must be attached to the web in the microservice solution. Is there a way to debug the UI by running the order microservice alone
version:8.1.3 UI:mvc
1、微服务怎么的服务怎么单独调试UI 必须搭载着微服务里的web程序吗 不可以像模块儿开发一样单独调试吗 (How do microservices enable individual debugging of UI without having to run the web application within the microservice? Can't UI components be developed and debugged independently, like modules?) 2、针对excel的上传下载,abp框架有没有解决方案(Does the ABP framework have a solution for uploading and downloading Excel files?)