Browse Source

1.增加kkfileView访问地址

psj0001 1 week ago
parent
commit
05ec38fbb4
2 changed files with 4 additions and 2 deletions
  1. 2 1
      .env.development
  2. 2 1
      .env.production

+ 2 - 1
.env.development

@@ -19,7 +19,8 @@ VITE_APP_TITLE = 管理系统
 VITE_APP_BASE_API = 'http://localhost:18081/'
 # 开发环境配置
 VITE_APP_ENV = 'development'
-
+#文件预览
+VITE_APP_KKLIKEVIEW_API = 'http://10.90.12.182:8848/'
 # 开发环境
 VITE_API_BASE_URL = '/citygis-gateway'
 

+ 2 - 1
.env.production

@@ -19,7 +19,8 @@ VITE_APP_ENV = 'production'
 VITE_APP_BASE_API = 'https://cimweb.zjw.sh.cegn.cn:2007/cim-plus/sit/api/'
 # 应用访问路径 例如使用前缀 /admin/
 VITE_APP_CONTEXT_PATH = '/prod-api'
-
+#文件预览
+VITE_APP_KKLIKEVIEW_API = 'http://10.90.12.182:8848/'
 # 监控地址
 VITE_APP_MONITOR_ADMIN = '/admin/applications'