Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QianQiXiang
haoban-manage3.0
Commits
b5b4128a
Commit
b5b4128a
authored
Jun 28, 2021
by
fudahua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
小程序1fix
parent
d7218beb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
17 deletions
+8
-17
WebInterceptor.java
...com/gic/haoban/manage/web/interceptor/WebInterceptor.java
+0
-9
spring-interceptor.xml
...ration-web/src/main/webapp/WEB-INF/spring-interceptor.xml
+8
-8
No files found.
haoban-manage3-operation-web/src/main/java/com/gic/haoban/manage/web/interceptor/WebInterceptor.java
View file @
b5b4128a
...
...
@@ -56,15 +56,6 @@ public class WebInterceptor extends HandlerInterceptorAdapter {
Map
<
String
,
String
[]>
parameterMap
=
httpServletRequest
.
getParameterMap
();
logger
.
info
(
"post-params:{}"
,
JSONObject
.
toJSONString
(
parameterMap
));
HandlerMethod
method
=
null
;
if
(
o
instanceof
HandlerMethod
)
{
method
=
(
HandlerMethod
)
(
o
);
}
if
(
method
==
null
)
{
return
true
;
}
MenuCheck
methodAnnotation
=
method
.
getMethodAnnotation
(
MenuCheck
.
class
);
return
true
;
}
...
...
haoban-manage3-operation-web/src/main/webapp/WEB-INF/spring-interceptor.xml
View file @
b5b4128a
...
...
@@ -8,14 +8,14 @@
<bean
class=
"com.gic.haoban.common.ext.PropertyViewClearInterceptor"
/>
<mvc:interceptor>
<mvc:mapping
path=
"/**"
/>
<
mvc:exclude-mapping
path=
"/login.json"
/
>
<
mvc:exclude-mapping
path=
"/login-*"
/
>
<
mvc:exclude-mapping
path=
"/gic-login*"
/
>
<
mvc:exclude-mapping
path=
"/*test.json"
/
>
<
mvc:exclude-mapping
path=
"/test/*"
/
>
<
mvc:exclude-mapping
path=
"/pay/*"
/
>
<
mvc:exclude-mapping
path=
"/login"
/
>
<
mvc:exclude-mapping
path=
"/nationcode/get-nationcode-list"
/
>
<
!--<mvc:exclude-mapping path="/login.json"/>--
>
<
!--<mvc:exclude-mapping path="/login-*"/>--
>
<
!--<mvc:exclude-mapping path="/gic-login*"/>--
>
<
!--<mvc:exclude-mapping path="/*test.json"/>--
>
<
!--<mvc:exclude-mapping path="/test/*"/>--
>
<
!--<mvc:exclude-mapping path="/pay/*"/>--
>
<
!--<mvc:exclude-mapping path="/login"/>--
>
<
!--<mvc:exclude-mapping path="/nationcode/get-nationcode-list"/>--
>
<mvc:exclude-mapping
path=
"/get-pic-code"
/>
<mvc:exclude-mapping
path=
"/phone-login"
/>
<mvc:exclude-mapping
path=
"/upload-file*"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment