no message

This commit is contained in:
hawk86104 2025-03-11 10:25:46 +08:00
parent d7c558e75e
commit d66094e2dc

View File

@ -4,7 +4,7 @@
* @Autor: 地虎降天龙
* @Date: 2023-11-03 16:02:49
* @LastEditors: 地虎降天龙
* @LastEditTime: 2025-03-11 09:11:45
* @LastEditTime: 2025-03-11 10:25:28
-->
<template>
<FDivider titlePlacement="left">{{ props.onePlugin.title + ' - ' + props.onePlugin.name }}</FDivider>
@ -87,7 +87,7 @@ const jumpType = (url: string, addPreUrl: boolean) => {
window.open(url, '_blank')
} else {
const u = addPreUrl ? 'https://opensource.icegl.cn' + url : url
uni.redirectTo({
uni.navigateTo({
url: '/pages/debugDemo/onePreview/onePreview?urlPath=' + u,
})
}