# sky-proxy-ui ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 20230925 - 添加xyz瓦片服务读取判断,需要在proxy.json中MAP中添加type字段,进行识别 ``` { "content":"上海影像图", "key":"SH_TILES", "url":"http://192.168.1.37:9002/map_tiles/sh_qp._yxt_20230921-zong/sh_tiles", "type":"xyz" } ``` ### 20231102 - 禁用cookie - 删除内置账号密码 ### 20231025 - 修改二三维数据预览展示方式,使用嵌入页面的形式展示,单页面url后缀拼接参数如下: | 参数 | 类型 | 是否必填 | 含义 | | ----- | ------ | -------- | -------------------- | | dataType | String | 是 | 数据类型,twoD为二维数据,threeD为三维数据 | | mapType | String | 是 | 地图展示类型,twoD为二维展示,threeD为三维展示 | | mapserverType | String | 是 | 数据服务类型,arcgis为arcgis类型瓦片服务,xyz为xyz格式数据服务 | | url | String | 是 | 数据代理服务地址 | - 注:mapType、mapserverType两个参数, 仅在dataType参数值为twoD时生效 ### 20231206 - 修改系统名称 由 数据共享服务系统 修改为 二三维服务接引系统