Angular打包刷新报404错误

xiaoxiao2025-10-12  8

app-module上写import {PathLocationStrategy, LocationStrategy} from '@angular/common'; ngModule上加上写

@NgModule({ providers: [{provide: LocationStrategy, useClass: HashLocationStrategy] ]);
转载请注明原文地址: https://www.6miu.com/read-5037802.html

最新回复(0)