zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/resource/distapch.vue
@@ -56,7 +56,7 @@
</template>
<script>
import { getList, add, update, remove, start,stop } from "@/api/xxljob/xxljob"
import { getList, add, update, remove, start,stop } from "@/ssoapi/xxljob/xxljob"
import { mapGetters } from "vuex"
import func from "@/util/func"
import vueCron from 'vue-cron'
@@ -308,7 +308,7 @@
        },
        'debugForm.code' () {
            const column = this.findObject(this.debugOption.column, "backgroundUrl")
            column.action = `/api/blade-resource/oss/endpoint/put-file?code=${this.debugForm.code}`
            column.action = `/ssoapi/blade-resource/oss/endpoint/put-file?code=${this.debugForm.code}`
        }
    },
    computed: {