From cab430a4287c067f62e919a254457f511c83b5bd Mon Sep 17 00:00:00 2001 From: yhan219 <yhan219@sina.com> Date: 星期二, 27 六月 2023 08:33:06 +0800 Subject: [PATCH] !12 [需求认领] 对接 powerjob 实现分布式任务调度 集成方式参考框架内 xxl-job * [需求认领] 对接 powerjob 实现分布式任务调度 集成方式参考框架内 xxl-job --- src/views/monitor/admin/index.vue | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/views/monitor/admin/index.vue b/src/views/monitor/admin/index.vue index 1b13d64..04c63b5 100644 --- a/src/views/monitor/admin/index.vue +++ b/src/views/monitor/admin/index.vue @@ -4,10 +4,6 @@ </div> </template> -<script setup> -import iFrame from '@/components/iFrame' - -import { ref } from 'vue'; - +<script setup lang="ts"> const url = ref(import.meta.env.VITE_APP_MONITRO_ADMIN); </script> -- Gitblit v1.9.3