JustYu

Results 3 issues of JustYu

将build 之后的文件放在本地tomcat /antd目录下, 访问 http://localhost:8080/antd/ 页面空白 Network 中 http://localhost:8080/antd/roadhog.dll.js 404

npm run build 之后 Users 数据无法加载。 ` "proxy": { "/api": { "target": "http://jsonplaceholder.typicode.com/", "changeOrigin": true, "pathRewrite": { "^/api" : "" } } },` http://localhost:8080/api/users?_page=1&_limit=3

WakeReceiver 中为什么又开了WakeNotifyService 这个服务,不清楚要干嘛,我直接在onReceive()方法中判断GrayService是否在运行,如果不在重新开启这个服务。