Activities of "maliming"

hi

https://github.com/abpframework/abp/issues/10851#issuecomment-986346340

hi

https://support.abp.io/QA/Questions/485/Background-Worker-needs-the-authorization

hi

There is no way to do this. You can only manually change its value after getting the object.

VS2019 prompted out unable to edit and continue

This does not seem to be an abp problem. Maybe VS2019 should give a clear reason.

Sorry, I remember wrong. We are trying to fix that.

hi

Can you share this app with me? liming.ma@volosoft.com

var abp = abp || {};
abp.appPath = "/SubFolder/"

hi

Can you share a simple project? liming.ma@volosoft.com

This is a limitation of Blazor, and there is nothing we can do at the moment.

hi

Please try to add a custom js to your API website https://docs.abp.io/en/abp/latest/UI/AspNetCore/Bundling-Minification#configuring-an-existing-bundle

abp.appPath = "/SubFolder/"
Configure<AbpBundlingOptions>(options =>
{
    options
        .ScriptBundles
        .Get(LeptonThemeBundles.Scripts.Global)
        .AddFiles("/Pages/common.js");
});
Showing 7341 to 7350 of 8945 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 08, 2025, 14:09