| 
 
| AttributeError: 'dict_obj' object has no attribute 'domain' 
 复制代码Traceback (most recent call last):
  File "/www/server/panel/BTPanel/__init__.py", line 1985, in publicObject
    res = run_obj.run(toObject, defs, get)
  File "/www/server/panel/BTPanel/__init__.py", line 1932, in run
    result = getattr(toObject, get.action)(get)
  File "class/panelSafeController.py", line 75, in model
    result = PluginLoader.module_run(module_name,def_name,pdata)
  File "/www/server/panel/class/safeModel/firewallModel.py", line 394, in create_rules
    domain_total = '' if not get.domain else get.domain.strip()
AttributeError: 'dict_obj' object has no attribute 'domain'
 如题:
 系统:CentOS Stream 9 x86_64(Py3.7.8)
 宝塔版本:Linux面板7.9.75 测试版
 
   
 | 
 |