增加配置管理

This commit is contained in:
wenli 2024-08-02 23:35:26 +08:00
parent 01773104c9
commit b63bd00363

View File

@ -40,7 +40,7 @@ public class DillonSwingUiApplication {
ChartFactory.setChartTheme(chartTheme);
MainFrame frame = MainFrame.getInstance();
frame.setTitle("后台管理系统");
frame.setTitle(System.getProperty("app.name"));
frame.showLogin();
});
}