123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- (function (global) {
- global.AppGlobalConfig = {
- system: {
- name: '浙江自然资源大模型',
- copyright: '版权所有© 2024 浙江万维空间信息技术有限公司',
- },
- authToken: 'ZJUGIS-Authorization',
- storage: {
- encryption: true, // 是否加密
- secretKey: 'yydjydhfyhfggd'
- },
- topKs: {
- '0': 5,
- '1': 10,
- '2': 15,
- },
- // server: 'https://natureai.zjugis.com/server',
- server: '/server',
- managerServer: 'https://natureai.zjugis.com/manager/server',
- chatServer: '/chat',
- knowledgeServer: 'https://zdzy.zrzyt.zj.gov.cn/aiServer',
- knowledgeDocUrl: 'http://127.0.0.1:8511/knowledge_base/download_doc?knowledge_base_name=policy&file_name=',
- knowledgeDocUrlProxy: 'https://natureai.zjugis.com/doc/portal/knowledge_base/download_doc/',
- landMarketUrl: 'https://natureai.zjugis.com/subscribe/',
- // 外链
- links: {
- // 万维问策
- policy: 'https://zjugpt.com/policy/#/policy/home',
- // 万维问地
- land: 'https://zjugpt.com/land',
- // 万维写作
- writer: 'https://zjugpt.com/write/#/newDocument',
- // 万维文库
- library: 'https://zjugpt.com/write/#/recommend',
- // 万维问天
- gis: 'http://121.40.148.47:8528/#/monitor',
- // 审批精灵
- approval: 'http://121.40.148.47:8528/#/approval',
- // 隐私
- agreement: '/agreement.html',
- // 政策
- privacy: '/privacy.html',
- // 万维官网
- zjugis: 'https://zjugis.com/home/index.html',
- // 主页
- home: '/#/home',
- // 注册页
- register: '/#/register',
- landMarketUrl: "https://zjugpt.com/land/#/landSupermarket",
- map: 'https://www.gscloud.cn/sources/index?pid=1&rootid=1',
- tool: 'http://guihuayun.com/',
- //政策详情
- policyDetail: 'https://zjugpt.com/policy/#/policy/library?id=-1&type=policyDetail',
- //指定类型的重点专题详情
- policySubject: "https://zjugpt.com/policy/#/policy/subject?page=thematic-detail&type=",
- //重点专题
- subjectUrl: "https://zjugpt.com/policy/#/policy/subject",
- //政策智库
- zczkUrl: "https://zjugpt.com/policy/#/policy/library",
- //业务图谱
- businessAtlas: 'https://zjugpt.com/policy/#/policy/businessAtlas',
- //土地超市
- landSupermarket: 'https://zjugpt.com/land/#/landSupermarket',
- //市场洞察
- supermarketCheck1: 'https://zjugpt.com/land/#/supermarketCheck1',
- //城市画像
- cityPortrait: 'https://zjugpt.com/land/#/cityPortrait',
- //企业画像
- companyPortrait: 'https://zjugpt.com/land/#/companyPortrait?type=1',
- //问地地块详情
- landMarketDetailUrl:'https://zjugpt.com/land/#/landSupermarketDetail'
- },
- tdtToken: '339e600c45a24c5d462c384bd8a1d257',
- questions: [
- [
- {
- icon: 'land',
- name: '国有土地的使用方式有哪些?'
- },
- {
- icon: 'land',
- name: '哪些情形下可以划拨方式取得国有土地使用权?'
- },
- ],
- [
- {
- icon: 'land',
- name: '什么是闲置土地?'
- },
- {
- icon: 'doc',
- name: '什么是国有建设用地供应计划?'
- },
- {
- icon: 'farm',
- name: '哪些情形可以“耕地转出”?'
- }
- ]
- ],
- };
- })(window)
|