fix: 增加 不登录的 msg
This commit is contained in:
parent
0b81014e4f
commit
64813fdf56
|
@ -135,6 +135,7 @@
|
||||||
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