上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页
  2021年5月10日
摘要: <meta content="yes" name="apple-mobile-web-app-capable" /> <meta content="yes" name="apple-touch-fullscreen" /> <meta content="telephone=no,email=no"  阅读全文
posted @ 2021-05-10 11:14 荻!!!!!!!! 阅读(203) 评论(0) 推荐(0) 编辑
  2021年4月30日
摘要: { "printWidth": 400, "tabWidth": 2, "useTabs": false, "semi": false, "singleQuote": true, "proseWrap": "preserve", "arrowParens": "avoid", "bracketSpa 阅读全文
posted @ 2021-04-30 17:07 荻!!!!!!!! 阅读(62) 评论(0) 推荐(0) 编辑
  2021年4月29日
摘要: 转载此作者 https://zhuanlan.zhihu.com/p/51746015 .env文件为全局环境变量,可以在启动的项目中任何位置使用,主要用于线上环境和开发环境的配置文件替换。 .env.development 模式用于serve,开发环境,就是开始环境的时候会引用这个文件里面的配置 阅读全文
posted @ 2021-04-29 15:42 荻!!!!!!!! 阅读(616) 评论(0) 推荐(0) 编辑
摘要: https://www.makeapie.com/explore.html 阅读全文
posted @ 2021-04-29 09:56 荻!!!!!!!! 阅读(35) 评论(0) 推荐(0) 编辑
  2021年4月27日
摘要: 小程序.还有看完vue小程序的各种传值echart里面的websoekt 看看最基础的表格,表单之类的 v-if和v-show的区别,vuex有没有缓存,如果想缓存起来怎么做.vuex的几种属性vue刷新了页面丢失了怎么办还有,小程序想缓存怎么做.还有路由导航钩子v-for的优先级页面缓存typeo 阅读全文
posted @ 2021-04-27 14:25 荻!!!!!!!! 阅读(27) 评论(0) 推荐(0) 编辑
摘要: // 得到剩余审核时间 getTimes(item) { console.log(this.changeDate(new Date(item.checkTimeStr)), this.changeDate(new Date(item.endTimeStr))) // examineTime审核时长 阅读全文
posted @ 2021-04-27 14:09 荻!!!!!!!! 阅读(39) 评论(0) 推荐(0) 编辑
  2021年4月19日
摘要: delete obj.hobby 阅读全文
posted @ 2021-04-19 16:06 荻!!!!!!!! 阅读(48) 评论(0) 推荐(0) 编辑
  2021年4月16日
摘要: vue在数据data里面引入图片语法是require("") 阅读全文
posted @ 2021-04-16 14:05 荻!!!!!!!! 阅读(513) 评论(0) 推荐(0) 编辑
  2021年4月15日
摘要: git init本地仓库初始化git remote add origin git@xxx将本地仓库与远程库关联git remote -v查看远程库详细信息git add . git commit 提交修改到本地git push origin master推送该分支到远程仓库对应的分支(完成) git 阅读全文
posted @ 2021-04-15 11:04 荻!!!!!!!! 阅读(78) 评论(0) 推荐(0) 编辑
  2021年4月14日
摘要: // 预览附件 handlePreview(file) { console.log(file); if (file.name.indexOf("txt") == "-1") { const link = document.createElement("a"); document.body.appen 阅读全文
posted @ 2021-04-14 11:39 荻!!!!!!!! 阅读(1601) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页