liulin
2024-11-24 b7a7fe6d139893108fe431cd670a74351755c223
quartz
已修改2个文件
7 ■■■■ 文件已修改
src/main/java/com/lunhan/xxx/host/api/MvcTokenInterceptors.java 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/static/job-list.html 2 ●●● 补丁 | 查看 | 原始文档 | 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 {