| | |
| | | </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' |
| | |
| | | }, |
| | | '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: { |