12 2021 档案

摘要:1.解决兼容性问题: 在IE9之前的版本会加上 <!--[if lt IE 9]> <script src="https://cdn.jsdelivr.net/npm/html5shiv@3.7.3/dist/html5shiv.min.js"></script> <script src="http 阅读全文
posted @ 2021-12-06 21:24 _雪 阅读(49) 评论(0) 推荐(0)
摘要:1.终端 2.token.js对内容进行加密和解析 3.jwttest.router.js权限验证 4.app.js 除登录、注册之外都需要权限验证 5.test.html对查询、添加、删除、修改内容 @url=http://localhost:4000 @json=Content-Type: ap 阅读全文
posted @ 2021-12-03 21:13 _雪 阅读(474) 评论(0) 推荐(0)
摘要:1.终端 启动app.js 2.mongodb.js中 3.content.router.js中 //导入 const {contentModel} = require("../mongodb"); const {success,fail}=require("../toast"); //模块导出 m 阅读全文
posted @ 2021-12-02 20:30 _雪 阅读(107) 评论(0) 推荐(0)