diff --git a/app.js b/app.js index ff5e160b0..6cb18bcc9 100644 --- a/app.js +++ b/app.js @@ -40,20 +40,20 @@ let opts = { } // todo 测试环境 测试使用,生产环境请用nginx带来 -app.use('/callComponent', proxy('http://192.168.100.108:8088', opts)); -app.use('/app', proxy('http://192.168.100.108:8088', opts)); -app.use('/ws', createProxyMiddleware({ - target: 'http://192.168.100.108:8008', - changeOrigin: true, - ws: true -})); +// app.use('/callComponent', proxy('http://192.168.100.108:8088', opts)); +// app.use('/app', proxy('http://192.168.100.108:8088', opts)); +// app.use('/ws', createProxyMiddleware({ +// target: 'http://192.168.100.108:8008', +// changeOrigin: true, +// ws: true +// })); // todo 本机 开发用,生产环境请用nginx带来 -// app.use('/ws', proxy('http://127.0.0.1:8008', opts)); -// app.use('/callComponent', proxy('http://127.0.0.1:8008', opts)); -// app.use('/app', proxy('http://127.0.0.1:8008', opts)); +app.use('/ws', proxy('http://127.0.0.1:8008', opts)); +app.use('/callComponent', proxy('http://127.0.0.1:8008', opts)); +app.use('/app', proxy('http://127.0.0.1:8008', opts)); //app.listen(3000); app.use(express.json()); diff --git a/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js b/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js index d4a8ff3f7..85d6b113f 100644 --- a/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js +++ b/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js @@ -18,7 +18,7 @@ startTime: '', roomType: '', feeFlag: '', - endTime: '', + endTime: '2050-01-01', computingFormula: '', amount: '', rateCycle: '', @@ -184,7 +184,7 @@ locationTypeCdName: '', startTime: '', feeFlag: '', - endTime: '', + endTime: '2050-01-01', computingFormula: '', amount: '', rateCycle: '',