对接报修列表和报修详情、访客列表

This commit is contained in:
zhouyanli
2026-04-30 17:30:34 +08:00
parent ba9ed8d700
commit d0a0b2dbaf
6 changed files with 73 additions and 37 deletions

View File

@@ -2,7 +2,7 @@ let baseUrl = '';
if (process.env.NODE_ENV === 'development') {
// http://192.168.1.215
// http://192.168.0.224
baseUrl = 'http://192.168.0.224:8080'; // 开发环境
baseUrl = 'http://192.168.1.215:8080'; // 开发环境
} else {
baseUrl = 'http://192.168.0.224:8080'; // 生产环境
}