# 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" } ```