test:测试跳转
This commit is contained in:
parent
a8b21607c0
commit
827e223e68
|
@ -127,7 +127,7 @@
|
|||
if (linkId.length > 10) {
|
||||
req.axiosGet('/plan/plan_theme/' + linkId).then(res => {
|
||||
if (res.code == 200) {
|
||||
// window.location.replace(res.data);
|
||||
window.location.replace(res.data);
|
||||
self.loading = false;
|
||||
return;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue