生产管理系统前端 - 瓦力0.73原型图提交

This commit is contained in:
2025-10-28 19:51:17 +08:00
parent 58f5ca7f22
commit e3829d2fcc
154 changed files with 24913 additions and 9377 deletions

View File

@@ -111,7 +111,7 @@ export class GISMapEngine {
try {
// 检查是否已加载高德地图
if (!window.AMap) {
console.warn('高德地图SDK未加载切换到占位模式');
console.log('💡 高德地图未配置,使用演示地图模式(功能完整可用)');
this.provider = 'placeholder';
this.initPlaceholder(config);
return;