|
|
|
@ -120,7 +120,14 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter { |
|
|
|
|
"/invoice/printer_list", |
|
|
|
|
"/invoice/deleteInvoice", |
|
|
|
|
"/invoice/findRedInfo", |
|
|
|
|
"/invoice/fileUrl/**" |
|
|
|
|
"/invoice/fileUrl/**", |
|
|
|
|
"/invoice/queryRedConfirmationList", |
|
|
|
|
"/invoice/queryRedConfirmationItemList", |
|
|
|
|
"/invoice/redConfirmationApply", |
|
|
|
|
"/invoice/redConfirmationConfirm", |
|
|
|
|
"/invoice/rpaLogin", |
|
|
|
|
"/invoice/qrcode", |
|
|
|
|
"/invoice/qrcodeResult" |
|
|
|
|
) |
|
|
|
|
.permitAll() // 所有原有发票
|
|
|
|
|
.antMatchers( |
|
|
|
|