From b7a7fe6d139893108fe431cd670a74351755c223 Mon Sep 17 00:00:00 2001 From: liulin <lin.liu@88.com> Date: 星期日, 24 十一月 2024 20:18:02 +0800 Subject: [PATCH] quartz --- src/main/java/com/lunhan/xxx/host/api/MvcTokenInterceptors.java | 5 ++++- src/main/resources/static/job-list.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/lunhan/xxx/host/api/MvcTokenInterceptors.java b/src/main/java/com/lunhan/xxx/host/api/MvcTokenInterceptors.java index 18ebe43..7301feb 100644 --- a/src/main/java/com/lunhan/xxx/host/api/MvcTokenInterceptors.java +++ b/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" diff --git a/src/main/resources/static/job-list.html b/src/main/resources/static/job-list.html index 4aa1970..91867e8 100644 --- a/src/main/resources/static/job-list.html +++ b/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 { -- Gitblit v1.9.3