| deploy/deploy.yml | ●●●●● patch | view | raw | blame | history | |
| src/views/system/quartz.vue | ●●●●● patch | view | raw | blame | history |
deploy/deploy.yml
@@ -25,7 +25,7 @@ - name: aliyun #提前在项目下配置访问阿里云的账号密码 containers: # - image: $REGISTRY/$ALIYUNHUB_NAMESPACE/zhba-vue:SNAPSHOT-$BUILD_NUMBER - image: registry.cn-hangzhou.aliyuncs.com/arsn/zhba-vue:SNAPSHOT-5 - image: registry.cn-hangzhou.aliyuncs.com/arsn/zhba-vue:SNAPSHOT-6 imagePullPolicy: Always name: app ports: src/views/system/quartz.vue
@@ -371,6 +371,7 @@ }, //任务恢复 activateQuartz(row) { row['status'] = 1; this.$confirm( "确定恢复当前任务?", { @@ -413,6 +414,7 @@ }, //停止任务 stopQuartz(row) { row['status'] = 2; this.$confirm( "确定停止当前任务?", {