|
@@ -42,12 +42,6 @@ type Front struct {
|
|
|
roleDel xweb.Mapper `xweb:"/front/role/edit/del"` //权限编辑删除
|
|
|
roleSecondEdit xweb.Mapper `xweb:"/front/role/second/edit"` //二级权限编辑
|
|
|
|
|
|
- logicManager xweb.Mapper `xweb:"/front/logic"` //逻辑管理
|
|
|
- logicPre xweb.Mapper `xweb:"/front/logic/pre"` //预处理逻辑
|
|
|
- logicMatch xweb.Mapper `xweb:"/front/logic/match"` //匹配逻辑
|
|
|
- logicClean xweb.Mapper `xweb:"/front/logic/clean"` //清洗
|
|
|
- logicPreSav xweb.Mapper `xweb:"/front/logic/pre/save"` //预处理逻辑保存
|
|
|
-
|
|
|
}
|
|
|
|
|
|
func (f *Front) Login() {
|