Commit f54db501 authored by 沈翠玲's avatar 沈翠玲

接口

parent 102a4c51
...@@ -14,7 +14,7 @@ function check(param = {}) { ...@@ -14,7 +14,7 @@ function check(param = {}) {
try { try {
console.log('widgetInfo', widgetInfo.version) console.log('widgetInfo', widgetInfo.version)
uni.request({ uni.request({
url: store.state.vuex_api_url + '/md/appconfig/getVersion?appName=erpScan', url: store.state.vuex_mes_url + '/md/appconfig/getVersion?appName=erpScan',
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