mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-10 00:18:21 +00:00
perf: 签到设置,有些客户服务器安全体系会拦截 curl -sSL 关键字,优化为cmd不传值
This commit is contained in:
parent
8d121d4056
commit
f2538884ea
@ -149,6 +149,7 @@ export default {
|
|||||||
|
|
||||||
systemSetting(save) {
|
systemSetting(save) {
|
||||||
this.loadIng++;
|
this.loadIng++;
|
||||||
|
this.formData.cmd = '';
|
||||||
this.$store.dispatch("call", {
|
this.$store.dispatch("call", {
|
||||||
url: 'system/setting/checkin?type=' + (save ? 'save' : 'all'),
|
url: 'system/setting/checkin?type=' + (save ? 'save' : 'all'),
|
||||||
data: this.formData,
|
data: this.formData,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user