页面修改

This commit is contained in:
2025-08-23 18:32:30 +08:00
parent 50dbd27f51
commit c74e635212
3 changed files with 75 additions and 5 deletions

View File

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