guhongwei 2 years ago
parent
commit
84a2fe6ef3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/home/index.vue

+ 2 - 1
src/views/home/index.vue

@@ -78,7 +78,8 @@ const searchUser = () => {
 };
 // 模块点击
 const modulePath = (e: any) => {
-  window.location.href = `${e.path}`;
+  // window.location.href = `${e.publicpath}`;
+  window.location.href = `http://192.168.1.144:8007/${e.publicpath}`;
 };
 // 跳转
 const toPath = (e) => {