Commit 8e117884 authored by 沈翠玲's avatar 沈翠玲

修改了自动更新的查询

parent 8b8db1a5
...@@ -14,7 +14,7 @@ function check(param = {}) { ...@@ -14,7 +14,7 @@ function check(param = {}) {
try { try {
console.log(widgetInfo.version) console.log(widgetInfo.version)
uni.request({ uni.request({
url: config.baseUrl + '/md/appconfig/getVersion', url: config.baseUrl + '/md/appconfig/getVersion?appName=mesPad',
success: (result) => { success: (result) => {
result = result.data result = result.data
console.log('result', result) console.log('result', result)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment