Przeglądaj źródła

Merge branch 'v4.7.0dev' of https://gitee.com/ZhongBangKeJi/CRMEB into v4.7.0dev

吴昊天 2 lat temu
rodzic
commit
d70478c224

+ 1 - 1
template/admin/src/pages/system/crontab/index.vue

@@ -3,7 +3,7 @@
     <Alert closable="true">
       <template slot="desc">
         启动定时任务两种方式:<br />
-        1、使用命令启动:php think timer start --d<br />
+        1、使用命令启动:php think timer start --d;如果更改了执行周期、编辑是否开启、删除定时任务需要重新启动下定时任务确保生效;<br />
         2、使用接口触发定时任务,建议每分钟调用一次,接口地址 https://您的域名/api/crontab/run
       </template>
     </Alert>