Giter Site home page Giter Site logo

liuyueyi1995 / koa2-management-system Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 2.0 216 KB

我的第一个全栈项目,基于Koa2的后台管理系统,前后端的功能都已经实现。

Home Page: https://github.com/liuyueyi1995/Koa2-management-system

JavaScript 57.45% CSS 2.78% HTML 39.77%
ajax bookshelf bootstrap full-stack handlebars jquery knexjs koa2 nodejs postgresql pug

koa2-management-system's People

Contributors

liuyueyi1995 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

toppercao hhy5277

koa2-management-system's Issues

handlebars作为模版?

项目貌似没有见到楼主用handlebars的view目录下的文件,还得自己修改模版文件。并且修改app.js文件里的模版配置项

app.use(async()=> {}) 比 ctx.body更早执行return,这是该怎么办?

app.use(async (ctx, next) => {
      console.log(ctx.request.body, 'request');
	// if (ctx.method === 'POST' && ctx.url.indexOf('edit/image') == -1) {
	//    	let body = await JSON.parse(Object.keys(ctx.request.body)[0]);
 //      ctx.request.body = body;
	// }
  const start = Date.now();
  await next();
  const ms = Date.now() - start;
  ctx.set('X-Response-Time', `${ms}ms`);
})

上图app.user()比下面的ctx.body更早执行next(), 前端获取不到await lib.publish(body);,该怎么办

router.post(Api('publish'), async(ctx, next)=> {
		let body = await ctx.request.body;
		ctx.body = await lib.publish(body);
	})

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.