mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
2019-7-14 全新响应式UI
This commit is contained in:
@@ -136,7 +136,8 @@ public class AdminRootController {
|
||||
@PostMapping("/updateconfig")
|
||||
@ResponseBody
|
||||
public Integer updateconfig(String webname,String explain, String logos,
|
||||
String footed, String links, String notice,String baidu,String domain ) {
|
||||
String footed, String links, String notice,String baidu,
|
||||
String domain,String background1,String background2 ) {
|
||||
Config config = new Config();
|
||||
config.setWebname(webname);
|
||||
config.setExplain(explain);
|
||||
@@ -146,6 +147,8 @@ public class AdminRootController {
|
||||
config.setNotice(notice);
|
||||
config.setBaidu(baidu);
|
||||
config.setDomain(domain);
|
||||
config.setBackground1(background1);
|
||||
config.setBackground2(background2);
|
||||
Integer ret = configService.setSourceype(config);
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user