feat: powerjob,easyretry => snailjob

This commit is contained in:
dhb52
2024-05-17 01:04:13 +08:00
parent 3062c46b49
commit 736225fbfe
3 changed files with 5 additions and 11 deletions

View File

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