From e688d4cf3ec620f80d103386a4afc4c83143c5ff Mon Sep 17 00:00:00 2001 From: liulin <lin.liu@88.com> Date: 星期日, 13 四月 2025 03:25:14 +0800 Subject: [PATCH] 修改配置 --- src/main/resources/static/job-list.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/job-list.html b/src/main/resources/static/job-list.html index 4aa1970..e6c3160 100644 --- a/src/main/resources/static/job-list.html +++ b/src/main/resources/static/job-list.html @@ -7,7 +7,7 @@ <meta name="renderer" content="webkit"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="favicon.ico"> - <title>青河县萨尔托海智慧水务系统</title> + <title>智慧水务-南京地铁智慧泵站监测系统</title> <link rel="stylesheet" href="css/main.css" /> @@ -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