|
@@ -26,6 +26,26 @@ const mutations = {
|
|
|
filterObj[item.ConfKey] = item.ConfVal;
|
|
|
}
|
|
|
});
|
|
|
+ /*
|
|
|
+ [
|
|
|
+ {
|
|
|
+ "ConfKey": "ReportViewUrl", //研报预览分享链接
|
|
|
+ "ConfVal": "http://testetareport.hzinsights.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "ConfKey": "ChartViewUrl", //研报插入图表&表格外联
|
|
|
+ "ConfVal": "https://charttest.hzinsights.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "ConfKey": "ObjectStorageClient", //文件上传、存储 oss/minio
|
|
|
+ "ConfVal": "minio"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "ConfKey": "ApprovalFlow", //接口权限:是否走审批流
|
|
|
+ "ConfVal": "" //0否 1研报2智能研报 3全选
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ */
|
|
|
localStorage.setItem('dynamicOutLinks',JSON.stringify(filterObj))
|
|
|
state.dynamicOutLinks = filterObj;
|
|
|
setting.dynamicOutLinks = state.dynamicOutLinks;
|