2020年6月30日

vue 图片路径问题

摘要: 图片路径问题 module.exports = { // 根据环境区分 生产服务器production比如php服务器的地址 和 开发服务器dev的地址 // npm run serve是开发环境develope npm run build是生产环境production publicPath: pr 阅读全文

posted @ 2020-06-30 13:45 章画 阅读(654) 评论(0) 推荐(0) 编辑

2020/6.30

摘要: 1.'2020-06-29 23:59:59'--> '6.29' let res='2020-06-29 23:59:59' //6.29 let res1=res .slice(5).split(" ")[0].replace("-", ".") console.log(res1); 2. 91 阅读全文

posted @ 2020-06-30 10:51 章画 阅读(128) 评论(0) 推荐(0) 编辑

导航