智慧园区前端大屏
linwe
2024-11-14 6cc2eb5ed9a6bdfe5fa3d9fe2313e04e6d7ebc9d
回滚
2 files modified
4 ■■■■ changed files
src/pages/layout/components/scomponents/layersControl.vue 2 ●●● patch | view | raw | blame | history
vite.config.js 2 ●●● patch | view | raw | blame | history
src/pages/layout/components/scomponents/layersControl.vue
@@ -555,7 +555,7 @@
EventBus.on('restHandleDelChange', restHandleDelChange)
onMounted(() => {
  // handleCheckChange(data.filter(i => indexPoint.value.includes(i.id)))
  handleCheckChange(data.filter(i => indexPoint.value.includes(i.id)))
})
// const sharedData = computed(() => pointStore.sharedData);
vite.config.js
@@ -100,7 +100,7 @@
        },
        '/zhyqapi': {
          // target: 'http://localhost:15870',
          // target: 'http://localhost:8082',
          target: 'https://wrj.shuixiongit.com/zhyqapi',
          changeOrigin: true,
          rewrite: path => path.replace(/^\/zhyqapi/, ''),