@@ -546,9 +546,9 @@
// console.log('response',response.type == 'application/json');
if(response.type == 'application/json'){
this.$message({
- message: '请设置时间!',
+ message: '请检查设置时间(有且不超过一年)!',
type: 'none',
- duration: 1000
+ duration: 2000
});
return false;