修改对应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', key: '6',
value: '门锁' value: '门锁'
},
{
key: '7',
value: '开门控制器'
} }
], ],
confirmLoading: false, confirmLoading: false,

View File

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