Browse Source

照明

main
lushihan 3 months ago
parent
commit
e6ed0f0e09
  1. 2
      hx-ai-intelligent/src/view/equipmentControl/lightingManage/indexs.vue
  2. 2
      hx-ai-intelligent/vite.config.ts

2
hx-ai-intelligent/src/view/equipmentControl/lightingManage/indexs.vue

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

2
hx-ai-intelligent/vite.config.ts

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

Loading…
Cancel
Save