(function (global) { global.AppGlobalConfig = { system: { name: '江苏自然资源智脑', copyright: '©All Rights Reserved.江苏国土资源信息中心' }, kb_name: 'policy', // 是否取消登录 cancelLogin: true, loginPwd: 'visitor123!', home: { subtitle: '专为知识而生,服务专业领域,解决专业问题' }, authToken: 'ZJUGIS-Authorization', expiresAt: 12 * 60 * 60 * 1000, // 12小时 storage: { encryption: true, // 是否加密 secretKey: 'yydjydhfyhfggd' }, topKs: { 0: 10, 1: 15, 2: 20 }, // 外链 links: { policy: 'http://114.215.200.79:81/policy', // 政策智享 aiNaturalResources: 'http://60.191.110.204:8510/#/sjznfx', // AI自然资源 copywriting: 'http://114.215.200.79:81/ai-writing-assistant/', // 文案智写 aiRegistration: 'https://ydtb.njghzy.com.cn/ydtb_pc/index.html#/index', // AI不动产登记数字人 aiLocationChoice: 'http://60.191.110.204:8516/#/land-use-page/intelligent-location', // 智慧选址 aiLandPriceForecast: 'http://60.191.110.204:8516/#/land-use-page/policy-coordination', // 地价预测 aiIndustrialSpaceCloud: 'http://60.191.110.204:8516/#/intel-super', // 产业空间智治云 aiSmartApproval: 'http://114.215.200.79:81/z_web_container/Home/blueIndex?loginmark=ybhptdlyzm' // AI审批助手 }, // 大模型应用后端服务 algorithmServer: 'http://localhost:20349', //java后端地址 aiServer: '/aiserver', kbDict: { all: '全部来源', policy: '政策法规', law: '法律法规', knowledge: '知识库' }, //文案智写使用 aiWritingRequestBaseUrl: 'http://60.191.110.204:8522/api', // 知识库相关配置 knowledgeLibrary: { // 知识库简介 introduction: '整合多源业务系统知识,将私域知识与AI大模型有效融合,解决内部知识搜索难题。实现全域知识高效利用的同时安全有保障。' }, systemConfig: { //deepseek问答查询前缀 // deepseekQuestQuery: // '你是南京规划自然资源大模型应用,由南京市国土资源信息中心联合浙江万维空间信息技术有限公司开发,大模型基座是基于deepseek进行研发,根据用户的问题回答。以下是用户提问:', deepseekQuestQuery: '你是江苏自然资源智脑,由江苏省国土资源信息中心联合浙江万维空间信息技术有限公司开发,大模型基座是基于deepseek进行研发,根据用户的问题回答。以下是用户提问:', // 系统logo logoImgUrl: '/images/jsst/home-logo-jsst.png', // 登录页头部图片 loginHeaderImgUrl: '/images/login-header.png', // 搜索页头部图片 aiSearchImgUrl: '/images/icon-inside-page.png', // 搜索页内容图片 aiSearchContentImgUrl: '/images/jsst/icon-title-main-jsst.png' } }; })(window);