完善会议预约界面

This commit is contained in:
2025-09-16 17:27:32 +08:00
parent 1384c92fab
commit ac355aaf6b
26 changed files with 2438 additions and 62 deletions

View File

@@ -28,10 +28,10 @@ const config = {
// config.baseUrl = 'http://tc.cqsznc.com:7080/api';
//本地
// config.baseUrl = '/js';
config.baseUrl = '/js';
//正式
config.baseUrl = 'http://183.230.235.66:11010/api';
// config.baseUrl = 'http://183.230.235.66:11010/api';
config.imgUrl = 'http://183.230.235.66:11010';
// config.baseUrl = 'http://378a061a.r28.cpolar.top'
export default config;