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
haoban3.0
haoban-manage3.0
Commits
d4cbaf8c
Commit
d4cbaf8c
authored
Sep 26, 2022
by
墨竹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:接口跳过
parent
5d033287
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
HaobanRoleController.java
...ic/haoban/manage/web/controller/HaobanRoleController.java
+1
-0
spring-interceptor.xml
...anage3-web/src/main/webapp/WEB-INF/spring-interceptor.xml
+0
-1
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/HaobanRoleController.java
View file @
d4cbaf8c
...
@@ -156,6 +156,7 @@ public class HaobanRoleController extends WebBaseController {
...
@@ -156,6 +156,7 @@ public class HaobanRoleController extends WebBaseController {
*/
*/
@RequestMapping
(
value
=
"/addMenu"
,
method
=
RequestMethod
.
POST
)
@RequestMapping
(
value
=
"/addMenu"
,
method
=
RequestMethod
.
POST
)
@IgnoreLogin
@IgnoreLogin
@com
.
gic
.
web
.
common
.
ano
.
IgnoreLogin
public
RestResponse
addMenu
(
@RequestBody
List
<
HaobanMenuQDTO
>
haobanMenuQDTOList
)
{
public
RestResponse
addMenu
(
@RequestBody
List
<
HaobanMenuQDTO
>
haobanMenuQDTOList
)
{
if
(
CollectionUtils
.
isEmpty
(
haobanMenuQDTOList
))
{
if
(
CollectionUtils
.
isEmpty
(
haobanMenuQDTOList
))
{
return
RestResponse
.
failure
(
Convert
.
toStr
(
HaoBanErrCode
.
ERR_2
.
getCode
()),
HaoBanErrCode
.
ERR_2
.
getMsg
());
return
RestResponse
.
failure
(
Convert
.
toStr
(
HaoBanErrCode
.
ERR_2
.
getCode
()),
HaoBanErrCode
.
ERR_2
.
getMsg
());
...
...
haoban-manage3-web/src/main/webapp/WEB-INF/spring-interceptor.xml
View file @
d4cbaf8c
...
@@ -43,7 +43,6 @@
...
@@ -43,7 +43,6 @@
<mvc:exclude-mapping
path=
"/get-login-qrcode"
/>
<mvc:exclude-mapping
path=
"/get-login-qrcode"
/>
<mvc:exclude-mapping
path=
"/gic-login-check"
/>
<mvc:exclude-mapping
path=
"/gic-login-check"
/>
<mvc:exclude-mapping
path=
"/staff-export"
/>
<mvc:exclude-mapping
path=
"/staff-export"
/>
<mvc:exclude-mapping
path=
"/addMenu"
/>
<bean
class=
"com.gic.web.common.inteceptor.RightInterceptor"
/>
<bean
class=
"com.gic.web.common.inteceptor.RightInterceptor"
/>
</mvc:interceptor>
</mvc:interceptor>
</mvc:interceptors>
</mvc:interceptors>
...
...
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