修正发货单表单构建错误

This commit is contained in:
2021-03-01 03:17:11 +08:00
parent eebbdf279e
commit 8f5b66bb92
4 changed files with 80 additions and 101 deletions
@@ -13,7 +13,6 @@ class IndexController extends DefaultController
'info',
'badge',
'badges',
'help',
'index',
'unsupportedBrowser',
'support',
@@ -27,17 +26,6 @@ class IndexController extends DefaultController
]);
}
public function infoAction()
{
return InfoService::getInfo("abv");
}
// 首页登录指南页面
public function helpAction()
{
return $this->render();
}
// 技术支持
public function supportAction()
{