摘要: Express - 基于 Node.js 平台的 web 应用开发框架 - Express 中文文档 | Express 中文网 (expressjs.com.cn) Express 应用程序生成器 - Express 中文文档 | Express 中文网 (expressjs.com.cn) np 阅读全文
posted @ 2021-06-15 20:54 zjxgdq 阅读(44) 评论(0) 推荐(0) 编辑
摘要: Cookie router.beforeEach((to,from,next)=>{ store.commit('setToken',Cookie.get('token')) if(store.state.token){ store.commit('changIsSignIn',1) } if(to 阅读全文
posted @ 2021-06-15 16:25 zjxgdq 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 安装mavon-editor编辑器器 npm install mavon-editor --save Main.js中引⼊入编辑器器 import mavonEditor from 'mavon-editor'import 'mavon-editor/dist/css/index.css'Vue.u 阅读全文
posted @ 2021-06-15 09:10 zjxgdq 阅读(26) 评论(0) 推荐(0) 编辑