Bclound

Results 19 comments of Bclound

我也遇到这个问题了 你解决了吗?而且缓存的生命周期钩子函数也没有触发,但是页面确实缓存了

还没有,做登录页面简单,但现在是不知道数据库结构,而且后端代码里看到的是用云开发的逻辑,好像没有涉及到mongo数据库,如果想自己做的话,可以先不做登录页面,注掉登录相关,根据页面ui和代码写后端+设计数据库

emm,反正我没看到怎么配置后端数据库,你要是想看哪个页面的话,就找那个页面的权限判断改一下,暂时能看到,我刚尝试过了

![image](https://user-images.githubusercontent.com/57136514/160365858-fe15b581-f29f-41e7-8d57-7fc93ecd520a.png) export function getCurrentUser() { return { _id: '1', avatarUrl: '', nickName: '测试', gender: 0, jobStatus: 0, city: '青岛', email: '[email protected]', province: 'string', country: '中国', language: 'zh', authority: 'admin', extraAuthority:...

It's 2022, does anyone have a solution for this problem?

> [jackson2-api-plugin v2.13.1-244.v773c36c5b330](https://github.com/jenkinsci/jackson2-api-plugin/releases/tag/2.13.1-244.v773c36c5b330) with the fix has been released. Yes, we still need to wait for the author to publish to the jenkins plugin.

感谢感谢 一起加油

是的,创建功能还没做,计划下下周做,这周上线的收藏与点赞,由于做的比较匆忙,下周需要完善一下UI,并优化代码,所以计划下下周做创建功能

Is there a solution for gitlab url for https?like this: git+https://xxx.com/xxx/common-react-components.git#3.7.3

> > 有没有针对https的gitlab url的解决方案?像这样:git+ https://xxx.com/xxx/common-react-components.git#3.7.3 > > 我遇到了同样的问题@Delagen [解决方法](https://github.com/npm/cli/issues/5278#issuecomment-1247380996)修复了它! Did you change https to ssh and that solved it?