@@ -181,21 +181,21 @@ const (
181
181
182
182
// 是否访问这些页面
183
183
var filterPathes = map [string ]struct {}{
184
- "/account/login" : struct {} {},
185
- "/account/register" : struct {} {},
186
- "/account/forgetpwd" : struct {} {},
187
- "/account/resetpwd" : struct {} {},
188
- "/topics/new" : struct {} {},
189
- "/topics/modify" : struct {} {},
190
- "/resources/new" : struct {} {},
191
- "/resources/modify" : struct {} {},
192
- "/articles/new" : struct {} {},
193
- "/articles/modify" : struct {} {},
194
- "/project/new" : struct {} {},
195
- "/project/modify" : struct {} {},
196
- "/book/new" : struct {} {},
197
- "/wiki/new" : struct {} {},
198
- "/wiki/modify" : struct {} {},
184
+ "/account/login" : {},
185
+ "/account/register" : {},
186
+ "/account/forgetpwd" : {},
187
+ "/account/resetpwd" : {},
188
+ "/topics/new" : {},
189
+ "/topics/modify" : {},
190
+ "/resources/new" : {},
191
+ "/resources/modify" : {},
192
+ "/articles/new" : {},
193
+ "/articles/modify" : {},
194
+ "/project/new" : {},
195
+ "/project/modify" : {},
196
+ "/book/new" : {},
197
+ "/wiki/new" : {},
198
+ "/wiki/modify" : {},
199
199
}
200
200
201
201
// Render html 输出
0 commit comments