threejs升级了

This commit is contained in:
2024-07-10 01:58:51 +08:00
parent 62e9a2662a
commit bf1b275dec
5 changed files with 54 additions and 95 deletions

View File

@@ -40,16 +40,12 @@ export default defineConfig({
}
},
server: {
port: 9000,
port: 80,
proxy: {
'/data-boot': {
target: 'http://10.0.97.209',
changeOrigin: true,
},
'/presource': {
target: 'http://10.0.97.209',
changeOrigin: true,
}
}
}
})