test:测试跳转

This commit is contained in:
Apple 2022-11-02 20:10:56 +08:00
parent a8b21607c0
commit 827e223e68
1 changed files with 1 additions and 1 deletions

View File

@ -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 {