fix: 增加 不登录的 msg

This commit is contained in:
zhangds 2024-04-11 02:05:50 +08:00
parent 0b81014e4f
commit 64813fdf56
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@
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;