config.js 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. (function (global) {
  2. global.AppGlobalConfig = {
  3. system: {
  4. name: '浙江自然资源大模型',
  5. copyright: '版权所有© 2024 浙江万维空间信息技术有限公司',
  6. },
  7. authToken: 'ZJUGIS-Authorization',
  8. storage: {
  9. encryption: true, // 是否加密
  10. secretKey: 'yydjydhfyhfggd'
  11. },
  12. topKs: {
  13. '0': 5,
  14. '1': 10,
  15. '2': 15,
  16. },
  17. // server: 'https://natureai.zjugis.com/server',
  18. server: '/server',
  19. managerServer: 'https://natureai.zjugis.com/manager/server',
  20. chatServer: '/chat',
  21. knowledgeServer: 'https://zdzy.zrzyt.zj.gov.cn/aiServer',
  22. knowledgeDocUrl: 'http://127.0.0.1:8511/knowledge_base/download_doc?knowledge_base_name=policy&file_name=',
  23. knowledgeDocUrlProxy: 'https://natureai.zjugis.com/doc/portal/knowledge_base/download_doc/',
  24. landMarketUrl: 'https://natureai.zjugis.com/subscribe/',
  25. // 外链
  26. links: {
  27. // 万维问策
  28. policy: 'https://zjugpt.com/policy/#/policy/home',
  29. // 万维问地
  30. land: 'https://zjugpt.com/land',
  31. // 万维写作
  32. writer: 'https://zjugpt.com/write/#/newDocument',
  33. // 万维文库
  34. library: 'https://zjugpt.com/write/#/recommend',
  35. // 万维问天
  36. gis: 'http://121.40.148.47:8528/#/monitor',
  37. // 审批精灵
  38. approval: 'http://121.40.148.47:8528/#/approval',
  39. // 隐私
  40. agreement: '/agreement.html',
  41. // 政策
  42. privacy: '/privacy.html',
  43. // 万维官网
  44. zjugis: 'https://zjugis.com/home/index.html',
  45. // 主页
  46. home: '/#/home',
  47. // 注册页
  48. register: '/#/register',
  49. landMarketUrl: "https://zjugpt.com/land/#/landSupermarket",
  50. map: 'https://www.gscloud.cn/sources/index?pid=1&rootid=1',
  51. tool: 'http://guihuayun.com/',
  52. //政策详情
  53. policyDetail: 'https://zjugpt.com/policy/#/policy/library?id=-1&type=policyDetail',
  54. //指定类型的重点专题详情
  55. policySubject: "https://zjugpt.com/policy/#/policy/subject?page=thematic-detail&type=",
  56. //重点专题
  57. subjectUrl: "https://zjugpt.com/policy/#/policy/subject",
  58. //政策智库
  59. zczkUrl: "https://zjugpt.com/policy/#/policy/library",
  60. //业务图谱
  61. businessAtlas: 'https://zjugpt.com/policy/#/policy/businessAtlas',
  62. //土地超市
  63. landSupermarket: 'https://zjugpt.com/land/#/landSupermarket',
  64. //市场洞察
  65. supermarketCheck1: 'https://zjugpt.com/land/#/supermarketCheck1',
  66. //城市画像
  67. cityPortrait: 'https://zjugpt.com/land/#/cityPortrait',
  68. //企业画像
  69. companyPortrait: 'https://zjugpt.com/land/#/companyPortrait?type=1',
  70. //问地地块详情
  71. landMarketDetailUrl:'https://zjugpt.com/land/#/landSupermarketDetail'
  72. },
  73. tdtToken: '339e600c45a24c5d462c384bd8a1d257',
  74. questions: [
  75. [
  76. {
  77. icon: 'land',
  78. name: '国有土地的使用方式有哪些?'
  79. },
  80. {
  81. icon: 'land',
  82. name: '哪些情形下可以划拨方式取得国有土地使用权?'
  83. },
  84. ],
  85. [
  86. {
  87. icon: 'land',
  88. name: '什么是闲置土地?'
  89. },
  90. {
  91. icon: 'doc',
  92. name: '什么是国有建设用地供应计划?'
  93. },
  94. {
  95. icon: 'farm',
  96. name: '哪些情形可以“耕地转出”?'
  97. }
  98. ]
  99. ],
  100. };
  101. })(window)