增加配置管理
This commit is contained in:
parent
01773104c9
commit
b63bd00363
@ -40,7 +40,7 @@ public class DillonSwingUiApplication {
|
|||||||
ChartFactory.setChartTheme(chartTheme);
|
ChartFactory.setChartTheme(chartTheme);
|
||||||
|
|
||||||
MainFrame frame = MainFrame.getInstance();
|
MainFrame frame = MainFrame.getInstance();
|
||||||
frame.setTitle("后台管理系统");
|
frame.setTitle(System.getProperty("app.name"));
|
||||||
frame.showLogin();
|
frame.showLogin();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user