From 690a0b08ef4df6f15157eaf1294b500767e2ac24 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期日, 29 一月 2023 16:25:29 +0800 Subject: [PATCH] # --- App.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/App.vue b/App.vue index c8fed19..8589ba5 100644 --- a/App.vue +++ b/App.vue @@ -117,9 +117,9 @@ getUpdateVersion() { let that = this; uni.request({ - url: that.baseUrll + "/appUpdate/queryUpdate", + url: that.baseUrll + "/mobile/appUpdate/queryUpdate", + // data: {combParam: 'asd'}, method:'GET', - data: {combParam: 'asd'}, success(res) { console.log(res); } -- Gitblit v1.9.1