mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
Update Config.php
This commit is contained in:
parent
6662f08084
commit
9ef680364e
@ -70,8 +70,8 @@ class Config extends Controller
|
||||
}
|
||||
}
|
||||
sysoplog('微信管理', '修改微信授权配置成功');
|
||||
$location = url('@admin') . '#' . url('@wechat/config/options');
|
||||
$this->success('微信参数修改成功!', $location);
|
||||
$location = url('@wechat/config/options') . '?uniqid=' . uniqid();
|
||||
$this->success('微信参数修改成功!', url('@admin') . "#{$location}");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user