xzw hace 2 meses
padre
commit
b55f2309d0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/custom/settings.js

+ 2 - 1
src/custom/settings.js

@@ -104,7 +104,8 @@ const config = {//配置参数   不可修改
                 let prop = (object.props || object)?.raw
                 return prop && prop[name] 
             }
-            prefix = this[name] || getFromModel() || this['prefix'+num]
+            //prefix = this[name] || getFromModel() || this['prefix'+num] //2025.10改了顺序,本来是整个场景的优先级最高,改为模型的,为了江门版本,旧的不管了
+            prefix = getFromModel() || this[name] || this['prefix'+num]
             return prefix  
         },
         templates : {