mac
2024-03-28 de1e6ae16d3ed5429be750d50eaf846e09285779
app/src/main/java/com/hdl/photovoltaic/ui/MyPowerStationActivity.java
@@ -102,6 +102,8 @@
    @Override
    protected void onResume() {
        super.onResume();
        //目的是为启动页遮住下一页
        AppManagerUtils.getAppManager().finishActivity(StartActivity.class);
//        Intent intent = new Intent(_mActivity, MyPowerStationActivity.class);
//        intent.setFlags(Intent.Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);
//        intent.putExtra("skip", "skip");//里面判断有这个标识就跳转到消息中心界面