fix: 还原提示

This commit is contained in:
zhangds 2024-04-11 02:10:22 +08:00
parent 64813fdf56
commit 9ee123cc87
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@
if (linkId.length > 10) {
req.axiosGet('/plan/plan_theme/' + linkId).then(res => {
if (res.code == 200) {
this.getMessage();
window.location.replace(res.data);
self.loading = false;
return;