src/main/java/com/lunhan/xxx/host/api/MvcTokenInterceptors.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/resources/static/job-list.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/lunhan/xxx/host/api/MvcTokenInterceptors.java
@@ -20,9 +20,12 @@ interceptorRegistration.addPathPatterns("/**"); //排除配置 这里接口的跳过不使用此方式排除,通过注解“NonLogin”跳过拦截 interceptorRegistration.excludePathPatterns( "/**/*.html" "/**/*.html", "/**/*.vue" , "/**/*.css" , "/**/*.js" , "/**/*.js.map" , "/*.ico" , "/**/*.jpg" , "/**/*.png" , "/**/*.woff" src/main/resources/static/job-list.html
@@ -408,7 +408,7 @@ // 相对路径引用参考 components: { 'job-record': httpVueLoader('./job-record.vue'), 'crontab': httpVueLoader('./components/vue3-cron.vue') 'crontab': httpVueLoader('./vue3-cron/index.vue') }, data() { return {