跳转插件,手机端可以打开,但是微信电脑端打不开,报错
const pluginUrl = `plugin://kdPlugin/index?pt=${pt}&phone=${phone}&env=${env}`;
uni.navigateTo({
url: pluginUrl,
fail: (err) => {
console.error('快电插件跳转失败:', err);
uni.showToast({
title: '跳转失败,请重试',
icon: 'none'
});
}
});
报错:
preloadSubpackages:success
APP-SERVICE-SDK:Page "plugin://wx01440835f1987e8b/index"is not found
routeDone with a webviewld 101 is not found
