摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2021-12-10 12:12 与神明画过押 阅读(45) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2021-12-10 12:02 与神明画过押 阅读(37) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2021-12-10 11:59 与神明画过押 阅读(125) 评论(0) 推荐(0)
摘要: // body{ // // a{ // text-decoration: none; // } // a:hover{ // color: red; // } // } // $color:#eee; // $font-size:14px; // // sass的声明使用$符号 // body{ 阅读全文
posted @ 2021-12-10 11:55 与神明画过押 阅读(238) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content= 阅读全文
posted @ 2021-12-06 18:49 与神明画过押 阅读(73) 评论(0) 推荐(0)
摘要: module.exports={ success:function(ctx,data=null){ ctx.body={ status:200, data:data, msg:"" } }, fail:function(ctx,msg){ ctx.body={ status:200, data:nu 阅读全文
posted @ 2021-12-05 13:20 与神明画过押 阅读(19) 评论(0) 推荐(0)
摘要: @url =http://localhost:8000 @json=Content-Type: application/json @auth=Authorization:Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiYWRtaW4iL 阅读全文
posted @ 2021-12-05 13:16 与神明画过押 阅读(53) 评论(0) 推荐(0)
摘要: // 添加 const {uSerModel} = require("../mongodb"); // 导入 const {success,fail}=require("../toast") module.exports =function (router){ // 查询 router.get("/ 阅读全文
posted @ 2021-11-30 20:37 与神明画过押 阅读(46) 评论(0) 推荐(0)
摘要: tag.router.js //添加 删除 const tagModel=require("../mongodb");//引入 module.exports=function (router){//导出 router.get("/tag",async (ctx)=>{ // const arr=[{ 阅读全文
posted @ 2021-11-29 18:39 与神明画过押 阅读(55) 评论(0) 推荐(0)
摘要: //引入对象 const Koa=require('koa'); const Router = require('koa-router'); const koaBody=require('koa-body'); //引入内部方法或属性 //const {方法或属性名}=require('koa'); 阅读全文
posted @ 2021-11-28 08:36 与神明画过押 阅读(57) 评论(0) 推荐(0)