Code Monkey home page Code Monkey logo

abplus-zero-template's People

Contributors

dependabot[bot] avatar personball avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

abplus-zero-template's Issues

angular里怎么调用微信

TokenAuthController中增加的WechatH5Auth和WechatH5AuthCallback这2个方法,在前端angular里怎么调用?谢谢。

编译出错

2>D:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1128,5): warning MSB3191: 无法创建目录“C:\Users\perso\source\projects\Test\Test.ZeroDemo\aspnet-core\src\Test.ZeroDemo.Application\”。对路径“C:\Users\perso\source\projects\Test\Test.ZeroDemo\aspnet-core\src\Test.ZeroDemo.Application\”的访问被拒绝。

CSC : error CS0016: 未能写入输出文件“C:\Users\perso\source\projects\Test\Test.ZeroDemo\aspnet-core\src\Test.ZeroDemo.Application\Test.ZeroDemo.Application.xml”--“未能找到路径“C:\Users\perso\source\projects\Test\Test.ZeroDemo\aspnet-core\src\Test.ZeroDemo.Application\Test.ZeroDemo.Application.xml”的一部分。”

CLI生成的项目在D:\myapp\,怎么定位到C:\Users里了

angular模板中启动后请求AbpUserConfiguration/GetAll失败

angular模板中启动后请求AbpUserConfiguration/GetAll失败
临时解决方案是在startup.service.ts文件的getAbpUserConfiguration方法中设置cultureCookie值
`
if (abp.utils.getCookieValue('Abp.Localization.CultureName') != null) {
cultureCookie = abp.utils.getCookieValue('Abp.Localization.CultureName');
}
if (cultureCookie === '') {cultureCookie = 'zh-cn'; }//新增设置语言默认值

return this.httpClient.get(`${AppConsts.remoteServiceBaseUrl}/AbpUserConfiguration/GetAll`, {
  headers: {
    Authorization: `Bearer ${abp.auth.getToken()}`,
    '.AspNetCore.Culture': cultureCookie,
    'Abp.TenantId': `${abp.multiTenancy.getTenantIdCookie()}`
  }

`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.