1. //app.module.ts中配置
    2. @NgModule({
    3. ...
    4. imports: [IonicModule.forRoot({
    5. backButtonText:"返回"
    6. })],
    7. })
    8. export class AppModule {}