修改对应bug

This commit is contained in:
chenze 2024-09-29 15:17:59 +08:00
parent eae7222a90
commit 04cc23798e
2 changed files with 5 additions and 1 deletions

View File

@ -85,6 +85,10 @@ export default {
{
key: '6',
value: '门锁'
},
{
key: '7',
value: '开门控制器'
}
],
confirmLoading: false,

View File

@ -108,7 +108,7 @@ const vueConfig = {
port: 8000,
proxy: {
'/api': {
target: 'http://192.168.0.30:9227',
target: 'http://192.168.1.47:9227',
// target: 'https://www.chuangzhikj.com/saas-ics',
pathRewrite: { '^/api': '' },
ws: false,