This commit is contained in:
lushihan
2024-06-11 09:01:15 +08:00
parent 3b6d11122e
commit e6ed0f0e09
2 changed files with 2 additions and 2 deletions

View File

@@ -1304,7 +1304,7 @@ p {
.lighting-img {
width: 100%;
height: 815px;
height:934px;
object-fit: cover;
}

View File

@@ -12,7 +12,7 @@ const proxy = {
changeOrigin: true,
},
'/carbon-smart': {
target: 'http://192.168.112.144:8224',
target: 'http://123.60.103.97:8224',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/carbon-smart/, ''),
},