仪表盘
版本库
文件存储
活动
搜索
登录
史文帅
/
GeoAgent
Ai大模型2.0
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
wfs 范围查询
suerprisePlus
2024-06-21
fde8e3bedaf5f883f38c3a0ec33d3c6a8748d1c9
[~shiwenshuai/GeoAgent.git]
/
src
/
assets
/
js
/
msg
/
configInfo.js
1
2
3
4
5
6
7
8
9
10
const configInfo = {
errorInfo(res) {
return (
"<div class='infoTitle'>" +
res.title +
"</div><div class='infoCount'>"+res.val+"</div>"
);
}
};
export default configInfo;