checkredirect('index'); $config = get_addon_config('shop'); //设置TKD Config::set('shop.title', $config['title'] ?: '首页'); Config::set('shop.keywords', $config['keywords']); Config::set('shop.description', $config['description']); $this->view->assign('indexCategoryList', Category::getIndexCategoryList()); $this->view->assign('indexGoodsList', Goods::getIndexGoodsList()); $this->view->assign('indexFocusList', Block::getBlockListByName('indexfocus')); return $this->view->fetch('/index'); } }