This commit is contained in:
2025-08-13 17:31:09 +08:00
parent cffe8b855b
commit 1500a4a99e
8 changed files with 589 additions and 201 deletions

View File

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