Update Config.php

This commit is contained in:
Anyon 2020-09-27 13:34:27 +08:00
parent 9eb9527e31
commit 14e7fb1eb0

View File

@ -70,7 +70,7 @@ class Config extends Controller
}
}
sysoplog('微信管理', '修改微信授权配置成功');
$location = url('wechat/config/options') . '?uniqid=' . uniqid();
$location = url('wechat/config/options')->build() . '?uniqid=' . uniqid();
$this->success('微信参数修改成功!', sysuri('admin/index/index') . "#{$location}");
}
}