!12 [需求认领] 对接 powerjob 实现分布式任务调度 集成方式参考框架内 xxl-job

* [需求认领] 对接 powerjob 实现分布式任务调度 集成方式参考框架内 xxl-job
This commit is contained in:
yhan219
2023-06-16 15:58:13 +00:00
committed by 疯狂的狮子Li
parent 226e0f3494
commit 41d140af11
5 changed files with 7 additions and 7 deletions

View File

@ -5,5 +5,5 @@
</template>
<script setup lang="ts">
const url = ref(import.meta.env.VITE_APP_XXL_JOB_ADMIN);
const url = ref(import.meta.env.VITE_APP_POWERJOB_ADMIN);
</script>