摘要: 短信验证码60s倒计时 <template> <div> <button v-if="show" @click="getCode">获取验证码</button> <button v-if="!show">{{ times }}s</button> </div> </template> <script 阅读全文
posted @ 2020-07-19 15:35 蜗牛渣渣 阅读(768) 评论(0) 推荐(0) 编辑
摘要: 第一种:适用于在已经定义好title的情况下,例如首页,关于页等等 1.1 main.js const defaultTitle = '默认 title' router.beforeEach((to, from, next) => { document.title = to.meta.title ? 阅读全文
posted @ 2020-07-19 02:03 蜗牛渣渣 阅读(2308) 评论(0) 推荐(0) 编辑