摘要: App.vue onShow: function () { //新版本更新 if (uni.canIUse('getUpdateManager')) { //判断当前微信版本是否支持版本更新 const updateManager = uni.getUpdateManager(); updateMa 阅读全文
posted @ 2020-12-23 17:54 gggggggxin 阅读(1290) 评论(0) 推荐(0) 编辑
摘要: 全局设置image css //解决图片拉伸 image { height: auto; } 阅读全文
posted @ 2020-12-23 17:53 gggggggxin 阅读(786) 评论(0) 推荐(0) 编辑
摘要: vue.config.js const name = defaultSettings.title || ""; // page title //添加版本号 此处用时间戳 const Timestamp = new Date().getTime(); // 处理 css 时 引入MiniCssExtr 阅读全文
posted @ 2020-12-23 17:52 gggggggxin 阅读(359) 评论(0) 推荐(0) 编辑