shiwei.liang@volosoft.com
Hi,
You can change the layout.
@{ Layout = ThemeManager.CurrentTheme.GetApplicationLayout(); }
Solved, you missed this.
https://zoom.us/j/96542343855?pwd=YUZvWjBoMEdSS2w3Y2xhelh6MHU2Zz09
Is there any problem?
You can try to ignoring the global.js file.
When you ignore the global.js file, is it working?
Actually, we recommend using the bundling system, because It can effectively reduce the size of CSS and JS files to makes your app load faster.
If everything is ok, you don't have to care about it
Did you try this?
Configure<AbpBundlingOptions>(options =>
{
options.Mode = BundlingMode.None;
});
Hi,
I think we are talking about js not css.
However, if you don't want to use bundles & minifies, you can change it. see: https://docs.abp.io/en/abp/latest/UI/AspNetCore/Bundling-Minification#bundling-mode
Hi,
See: https://docs.abp.io/en/abp/latest/UI/AspNetCore/Bundling-Minification#ignore-for-minification
You can try to ignoring the global.js file.
Hi,
Can you try this?
Remove the / prefix:
options.SwaggerEndpoint("swagger/v1/swagger.json", "MyProjectName API");