mirror of
https://gitee.com/ice-gl/icegl-three-vue-tres.git
synced 2025-04-05 06:22:43 +08:00
no message
This commit is contained in:
parent
d7c558e75e
commit
d66094e2dc
@ -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,
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user