Commit 847935a4 authored by unset's avatar unset

添加意见反馈添加信息

parent 13a2ce42
...@@ -60,7 +60,9 @@ public class WebConfiguration implements WebMvcConfigurer { ...@@ -60,7 +60,9 @@ public class WebConfiguration implements WebMvcConfigurer {
"/newsInfo/**", "/newsInfo/**",
"/newsType/**", "/newsType/**",
"/customForm/**", "/customForm/**",
"/shoppingCartInfo/**" "/shoppingCartInfo/**",
"/orderInfo/**",
"/feedback/**"
}; };
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