From e5d189bc1ff0d6b9e77dc1834173b5a70ffa07eb Mon Sep 17 00:00:00 2001
From: lizijie <lzjiiie@163.com>
Date: Fri, 19 Mar 2021 09:16:24 +0800
Subject: [PATCH] 角色菜单配置

---
 screen-manage/src/main/resources/application-dev.yml |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/screen-manage/src/main/resources/application-dev.yml b/screen-manage/src/main/resources/application-dev.yml
index 77f43ef..6f70051 100644
--- a/screen-manage/src/main/resources/application-dev.yml
+++ b/screen-manage/src/main/resources/application-dev.yml
@@ -113,11 +113,18 @@
 mvc:
   interceptor:
     exclude:
-      - /account/login
+      - /login
       - /swagger-ui.html
       - /swagger-resources/**
       - /webjars/**
-      - /account/logout
+      - /logout
+      - /account/insert
+      - /account/query
+      - /account/update
+      - /account/delete
+      - /account/yanzhengma
+      - /verificationCode/get
+      - /verificationCode/verify
 AES:
   KEY:
     AD42F7787B035B7580000EF93BE20BAD

--
Gitblit v1.8.0