guhongwei 2 년 전
부모
커밋
84a2fe6ef3
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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) => {