关闭shopex 缓存

教程 0 2327

找到config/config.php

23行 define('WITHOUT_CACHE',false);

改为

define('WITHOUT_CACHE',true);

相关推荐: