uni开发完 编译到小程序,
我一调用下面这个 小程序就报错
try {
uni.setStorageSync('storage_key', 'hello');
} catch (e) {
}
VM1734:1 jsEnginScriptError
Component is not found in path "pages/order/index" (using by "pages/home/index");onAppRoute
Error: Component is not found in path "pages/order/index" (using by "pages/home/index")
关键是我根本没有用到组件啊,
我去掉 uni.setStorageSync('storage_key', 'hello'); 编译到小程序就没事了正常了
各位大神看看 是什么个情况 这种现象好奇怪啊!