Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
最近在对之前的小程序进行分包,出现了一下问题,为了进行数据共享使用了useContext,在app.js里面引入进行全局的数据共享,现在进行分包,希望分包的数据进行共享,不同的分包不能共享数据,同一个分包可以共享数据,并且还是用useContext来进行数据共享,不知道有没有什么办法实现?