摘要:
App.vue onShow: function () { //新版本更新 if (uni.canIUse('getUpdateManager')) { //判断当前微信版本是否支持版本更新 const updateManager = uni.getUpdateManager(); updateMa 阅读全文
摘要:
全局设置image css //解决图片拉伸 image { height: auto; } 阅读全文
摘要:
vue.config.js const name = defaultSettings.title || ""; // page title //添加版本号 此处用时间戳 const Timestamp = new Date().getTime(); // 处理 css 时 引入MiniCssExtr 阅读全文