UNPKG

dflzm

Version:

x

26 lines (24 loc) 790 B
const temp = () => ( ` <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>东风柳州汽车有限公司</title> <meta content="yes" name="apple-touch-fullscreen"> <meta name="format-detection" content="telephone=no"> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0"> <link rel="stylesheet" type="text/css" href="/style/app.css"> </head> <body> <div id="app"></div> <script src="/library/react.js"></script> <script src="/script/app.js"></script> </body> </html> ` ) module.exports = async (ctx, next) => { ctx.body = temp() await next() }