setConf('system.area_depth', $area_depth); } function post_uninstall() { //还原使用三级地区 $area_depth = 3; app::get('eccommon')->setConf('system.area_depth', $area_depth); } }