fix: 增加 不登录的 msg
This commit is contained in:
parent
0b81014e4f
commit
64813fdf56
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue