1.报事报修接口联调

This commit is contained in:
2025-08-08 11:31:41 +08:00
parent c560b34bf1
commit f3b45139e4
15 changed files with 1232 additions and 766 deletions

View File

@@ -24,6 +24,7 @@ const config = {
}
// 设置后台接口服务的基础地址
config.baseUrl = 'http://tc.cqsznc.com:7080/api';
// config.baseUrl = 'http://tc.cqsznc.com:7080/api';
config.baseUrl = 'http://3deb348c.r28.cpolar.top';
export default config;