提交 00fb9daa 编写于 作者: zhentian.jia's avatar zhentian.jia

组件接口修改

上级 e0d67057
...@@ -236,6 +236,7 @@ html,body{ ...@@ -236,6 +236,7 @@ html,body{
background-color: #449284 !important; background-color: #449284 !important;
border-color: #449284 !important; border-color: #449284 !important;
} }
//popover组件的特殊处理 //popover组件的特殊处理
.el-popover { .el-popover {
::-webkit-scrollbar ::-webkit-scrollbar
......
...@@ -1464,7 +1464,7 @@ export default { ...@@ -1464,7 +1464,7 @@ export default {
//查询组件证书信息 //查询组件证书信息
getComponentInfo() { getComponentInfo() {
let param = {}; let param = {};
vm.GET("portal/portalInfo/getComponentInfo", param).then(res => { vm.GET("portal/portalInfo/getComponentInfo/" + vm.projectId, param).then(res => {
if (res.code == "000000") { if (res.code == "000000") {
//console.log(res); //console.log(res);
let componentList = res.data.componentList; let componentList = res.data.componentList;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册