Commit c91c9518 authored by unset's avatar unset

添加通知信息

parent 25a45c91
...@@ -62,7 +62,8 @@ public class WebConfiguration implements WebMvcConfigurer { ...@@ -62,7 +62,8 @@ public class WebConfiguration implements WebMvcConfigurer {
"/customForm/**", "/customForm/**",
"/shoppingCartInfo/**", "/shoppingCartInfo/**",
"/orderInfo/**", "/orderInfo/**",
"/feedback/**" "/feedback/**",
"/noticeInfo/**"
}; };
Collections.addAll(list, urls); Collections.addAll(list, urls);
return list; return list;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment