guhongwei hace 2 años
padre
commit
84a2fe6ef3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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) => {