|
@@ -78,7 +78,8 @@ const searchUser = () => {
|
|
};
|
|
};
|
|
// 模块点击
|
|
// 模块点击
|
|
const modulePath = (e: any) => {
|
|
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) => {
|
|
const toPath = (e) => {
|