the default route is app.use (nuxt.render);
the display effect is 127.0.0.1virtual 3000
but I want 127.0.0.1:3000/admin
how should I change it?
app.use ("/ admin",nuxt.render) will report the file under _ nuxt/
if it is used in this way.how should this be set?