修改房屋下拉弹窗显示bug

This commit is contained in:
zhouyanli
2026-07-16 17:59:41 +08:00
parent 289825363b
commit 7b1864f439
6 changed files with 67 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
let baseUrl = '';
if (process.env.NODE_ENV === 'development') {
baseUrl = 'http://192.168.1.222:8080'; // 开发环境
baseUrl = 'http://192.168.1.6:8080'; // 开发环境
// baseUrl = 'http://wuyeapi.ckdzkj.com';
} else {
baseUrl = 'https://wuyeapi.ckdzkj.com'; // 生产环境