| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2024-10-31 10:47:29 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2024-12-16 20:01:40 |
| | | * @LastEditTime: 2024-12-17 12:07:50 |
| | | * @FilePath: \bigScreen\src\pages\map\components\scomponents\layersControl.vue |
| | | * @Description: |
| | | * |
| | |
| | | subType: '3Dtile', |
| | | urlData: [ |
| | | { |
| | | url: VITE_APP_BASE + 'xinganTileset/tileset.json', |
| | | url: '/xinganTileset/tileset.json', |
| | | label: 'tile_01' |
| | | }, |
| | | ], |
| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2024-10-25 10:56:27 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2024-12-17 11:34:47 |
| | | * @LastEditTime: 2024-12-17 12:07:31 |
| | | * @FilePath: \bigScreen\vite.config.js |
| | | * @Description: |
| | | * |
| | |
| | | // overlay:false |
| | | // }, |
| | | proxy: { |
| | | '/zhyq-xg/xinganTileset': { |
| | | '/xinganTileset': { |
| | | // target: 'http://localhost', |
| | | target: 'http://182.109.88.42:10010/xinganTileset', |
| | | changeOrigin: true, |
| | | rewrite: path => path.replace(/^\/zhyq-xg\/xinganTileset/, ''), |
| | | rewrite: path => path.replace(/^\/xinganTileset/, ''), |
| | | }, |
| | | |
| | | '/zhyq3Dtile': { |