Commit c91c9518 authored by unset's avatar unset

添加通知信息

parent 25a45c91
......@@ -62,7 +62,8 @@ public class WebConfiguration implements WebMvcConfigurer {
"/customForm/**",
"/shoppingCartInfo/**",
"/orderInfo/**",
"/feedback/**"
"/feedback/**",
"/noticeInfo/**"
};
Collections.addAll(list, urls);
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