这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
cKey 932aefa2d1 Solve the known problem of WeChat dynamic options 5 years ago
..
LINGYUN/Abp/WeChat/MiniProgram Solve the known problem of WeChat dynamic options 5 years ago
LINGYUN.Abp.WeChat.MiniProgram.csproj Refactor the WeChat module to make its responsibilities clear 5 years ago
README.md Solve the known problem of WeChat dynamic options 5 years ago

README.md

LINGYUN.Abp.WeChat.MiniProgram

微信小程序SDK集成,考虑是否需要集成Senparc.Weixin SDK

大部分重写的模块都和官方模块名称保持一致,通过命名空间区分,主要是只改写了一小部分或者增加额外的功能 如果大部分模块代码都重写,或者完全就是扩展模块,才会定义自己的名字

注意

在动态配置中有一个已知的问题: https://github.com/abpframework/abp/issues/6318
因此必须要重建一个动态变更 AbpWeChatMiniProgramOptions 的方法,请使用AbpWeChatMiniProgramOptionsFactory.CreateAsync()

配置使用

[DependsOn(typeof(AbpWeChatMiniProgramModule))]
public class YouProjectModule : AbpModule
{
  // other
}