Commit 678d25af authored by 沈翠玲's avatar 沈翠玲

自动更新服务迁移到192.168.3.181:8123

parent 337dc1ba
...@@ -12,7 +12,7 @@ function check(param = {}) { ...@@ -12,7 +12,7 @@ function check(param = {}) {
try { try {
console.log('widgetInfo', widgetInfo.version) console.log('widgetInfo', widgetInfo.version)
uni.request({ uni.request({
url: 'http://192.168.3.91:8123/md/appconfig/getVersion', url: 'http://192.168.3.181:8123/md/appconfig/getVersion',
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