Uniapp 获取当前版本号
摘要:plus.runtime.getProperty(plus.runtime.appid, function(wgtinfo) { oldversion = wgtinfo.versionCode //通过该方法才可以获取到versionCode });
阅读全文
posted @
2023-06-30 09:09
尝尝手指
阅读(1009)
推荐(0) 编辑
elementPlus 问题总结
摘要:第一次搞,遇上很多弱智问题,记录一下 安装elementPlus $ npm install element-plus --save 全局引入 import ElementPlus from 'element-plus' import 'element-plus/dist/index.css' cr
阅读全文
posted @
2023-06-05 15:44
尝尝手指
阅读(100)
推荐(0) 编辑
Nlog基本使用
摘要:引入get包:NLog.Extensions.Logging 添加一个nlog.cofig文件 并设置属性,始终复制或较新则复制 <?xml version="1.0" encoding="utf-8" ?> <nlog xmlns="http://www.nlog-project.org/sche
阅读全文
posted @
2023-06-04 21:08
尝尝手指
阅读(169)
推荐(0) 编辑