소스 검색

Merge branch 'ETA_1.3.4' into debug

zwxi 1 년 전
부모
커밋
feef810667
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      controllers/commodity_trade_base_index.go

+ 2 - 1
controllers/commodity_trade_base_index.go

@@ -15,8 +15,9 @@ import (
 )
 )
 
 
 type TradeCommonController struct {
 type TradeCommonController struct {
-	BaseCommonController
+	BaseAuthController
 }
 }
+
 type Data []struct {
 type Data []struct {
 	Title    string
 	Title    string
 	ItemList []ShanghaiList
 	ItemList []ShanghaiList