navigateTo增加
This commit is contained in:
parent
f11597f7b6
commit
7c8f107849
@ -701,3 +701,8 @@ export const YuLanfile = async (filePath, returnUrlOnly = false) => {
|
|||||||
throw error;
|
throw error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
export const navigateTo = (path) => {
|
||||||
|
uni.navigateTo({
|
||||||
|
url: path
|
||||||
|
})
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user