rember-i
rember-i
最近在移动项目中需要使用缓存上一个页面的状态,但是跳转的时候,需要将A页面的信息发送到B页面,react-keeper是怎么实现的
我在尝试用requireJS+art-template 搭建一个应用,但是在创建过滤器的时候出现了异常,我尝试把赋值语句提前也没有用, require(['index','art-template'], function (i,template) { console.log("初始化"); if (typeof (template) != "undefined") { template.defaults.imports.createListDir = function (i, obj, pageid) { ......... } }); 
Hello, I recently doing drag and drop components and encounter a problem, when I want to add Menu, to drag and drop components found Menu component, after appearing immediately disappear,...
64 9965 XkOt.jp 8250 Traceback (most recent call last): File "/Users/rember_i/学习/chinaunicom/train.py", line 214, in train() File "/Users/rember_i/学习/chinaunicom/train.py", line 182, in train batch_x, batch_y = next_batch(64) File "/Users/rember_i/学习/chinaunicom/process.py", line 70, in...
子应用和父应用都是用umi脚手架搭建,在config中配置了2个子系统,其中第一个子系统能打开,第二个子系统显示空白,删除.umi后发现在主应用里访问2个子应用都空白,控制台没有任何保存,有个警告信息 single-spa minified message #1: See https://single-spa.js.org/error/?code=1  看情况是请求子应用的时候超时,但是umi-qiankun并没有任何配置超时时间的设置,请问该如何优化 附控制台信息 