fix: 还原提示
This commit is contained in:
parent
64813fdf56
commit
9ee123cc87
|
@ -135,7 +135,6 @@
|
||||||
if (linkId.length > 10) {
|
if (linkId.length > 10) {
|
||||||
req.axiosGet('/plan/plan_theme/' + linkId).then(res => {
|
req.axiosGet('/plan/plan_theme/' + linkId).then(res => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.getMessage();
|
|
||||||
window.location.replace(res.data);
|
window.location.replace(res.data);
|
||||||
self.loading = false;
|
self.loading = false;
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue