Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged koa2

0 votes
616 views
1 answer
    环境 koa2 node7 // controllers/user.js const user = require('../models/user'); const getUserInfo = async (ctx) => { const ... /await koa-router 需要 7.0.1 cnpm i koa-router@next --save...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.1k views
1 answer
    在浏览器地址栏输入某个项目的路由,因为登录过期,会被后台服务重定向到登录页,登录后会进入首页,但希望自动跳转到进入登录前的页面 问题:后台服务是用koa2写的,认证失败就直接ctx.redirect('/ ... 可以写入到sessionStorage中,再登录后从sessionStorage读取数据直接跳转到原先访问的页面,那怎样才能重定向时传递数据呢?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...