AV-VOIP 列表功能完成,新增界面整体搭建完成
This commit is contained in:
@@ -48,6 +48,7 @@ import com.nis.web.service.basics.ServiceDictInfoService;
|
||||
import com.nis.web.service.basics.SysDictInfoService;
|
||||
import com.nis.web.service.configuration.AppCfgService;
|
||||
import com.nis.web.service.configuration.AvCfgService;
|
||||
import com.nis.web.service.configuration.AvContentCfgService;
|
||||
import com.nis.web.service.configuration.ComplexStringCfgService;
|
||||
import com.nis.web.service.configuration.DnsIpCfgService;
|
||||
import com.nis.web.service.configuration.FtpCfgService;
|
||||
@@ -146,6 +147,8 @@ public class BaseController {
|
||||
protected SpecificServiceHostCfgService specificServiceHostCfgService;
|
||||
@Autowired
|
||||
protected AvCfgService avCfgService;
|
||||
@Autowired
|
||||
protected AvContentCfgService avContentCfgService;
|
||||
/**
|
||||
* 管理基础路径
|
||||
*/
|
||||
@@ -157,7 +160,6 @@ public class BaseController {
|
||||
*/
|
||||
@Value("${frontPath}")
|
||||
protected String frontPath;
|
||||
|
||||
/**
|
||||
* 前端URL后缀
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user