code-nav icon indicating copy to clipboard operation
code-nav copied to clipboard

💎 专业的编程导航,帮你找到优质的编程学习资源!公众号【编程导航】 ☁️ 前后端均开源,励志成为最好的全栈云开发项目!

Results 32 code-nav issues
Sort by recently updated
recently updated
newest added

公众号获取验证码后,一直转圈,在控制台看,报错显示失败 ![image](https://user-images.githubusercontent.com/98140702/175801567-8f9af635-dbb0-442a-864a-b0c0624fcee2.png) ![image](https://user-images.githubusercontent.com/98140702/175801577-352e5cc4-dac6-46aa-b47d-780239441e2d.png)

公众号的一键登录怎么实现的? 个人公众号可以实现么?

本人新手,部署鱼皮的导航项目时总是有下面这个错误提示,请问该怎么解决,谢谢 ![部署错误](https://user-images.githubusercontent.com/68680964/161191254-d1cf352e-28a3-4829-ab49-e1ec273ee888.png)

本地测试环境打不开登录页呀 ![image](https://user-images.githubusercontent.com/44089443/132466746-786010e3-3bad-4681-b7a5-4286d4eb62a6.png) ![image](https://user-images.githubusercontent.com/44089443/132466865-a512b9cb-f85c-4a98-82ac-11ae5eca5d04.png)

![image](https://user-images.githubusercontent.com/37908094/132845937-05ad0642-2bc1-458a-95be-080a87782dc1.png)

https://www.code-nav.cn/wish 列表点击进去空白!

小程序有开源吗?首页的tab要怎么处理才不会点击的时候页面跳动呢?

我在vscode中通过npm run start把编程导航主站的项目运行起来了, ![image](https://user-images.githubusercontent.com/54126645/154518300-000f3170-2ae3-4783-842e-c310e6d58f06.png) 点用户登录没有反应,现在想添加mock里的数据试试,在config/config.ts中把"mock: false,"这句去掉之后就报错了 ![ZSXQ_20220217_232811032](https://user-images.githubusercontent.com/54126645/154517437-05790154-d873-4b2e-b28a-c3f844147503.jpg) 报错信息:“mock value of MOCK_OPEN should be function or object, but got boolean” 应该是要怎么才能使用mock里的数据呢?