|
@@ -220,6 +220,8 @@ func (this *ApplyRecordController) ListSysRole() {
|
|
|
list[i].HttpUrl = utils.CYGX_WEB_URL + "/material/ricc/yb/report/" + strconv.Itoa(v.SourceId)
|
|
|
case utils.CYGX_OBJ_FICC_REPORT_XCX: //FICC研报
|
|
|
list[i].IsGray = true
|
|
|
+ case "vmpaipoc": //策略平台 VMP_AI_POC看板
|
|
|
+ list[i].HttpUrl = utils.CYGX_WEB_URL + "/indepth/aiPos/url?link=https://ai_poc.saas.hzinsights.com/sr/ticker/BMY.N?isCustomer=0"
|
|
|
}
|
|
|
}
|
|
|
|