2018年8月2日

vue 如何实现在函数中触发路由跳转

摘要: $router.push({path:'/registration'}) 阅读全文

posted @ 2018-08-02 17:38 童彪 阅读(1060) 评论(0) 推荐(0) 编辑

axios 使用

摘要: //注册获取新的验证码 mutations_registration_get_verificationCode(store) { let registration_get_code = store.state.registration.registration_get_code; //设置是否允许 获取新的求情的标志位 let params = { numbe... 阅读全文

posted @ 2018-08-02 17:00 童彪 阅读(123) 评论(0) 推荐(0) 编辑

rem 的使用

摘要: 1.填加以下代码 补充: em相对于父元素,rem相对于根元素。 简单版 (function () { var docEl = document.documentElement; var resize = 'orientationchange' in window ? 'orientationcha 阅读全文

posted @ 2018-08-02 13:16 童彪 阅读(188) 评论(0) 推荐(0) 编辑

vscode 习惯配置

摘要: { "gitlens.advanced.messages": { "suppressShowKeyBindingsNotice": true }, "workbench.colorTheme": "Monokai", "workbench.iconTheme": "material-icon-theme", "editor.formatOn... 阅读全文

posted @ 2018-08-02 10:47 童彪 阅读(341) 评论(0) 推荐(0) 编辑

修改默认的inout输入框背景颜色

摘要: https://www.cnblogs.com/beileixinqing/p/6119690.html 阅读全文

posted @ 2018-08-02 09:51 童彪 阅读(537) 评论(0) 推荐(0) 编辑

导航