From 9aaeb7f0d6f62659da08610aa071daf52519634f Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Thu, 29 Aug 2024 09:10:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=90=8E=E5=8F=B0=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E7=AE=A1=E7=90=86-=E7=89=88=E6=9C=AC=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E4=BF=AE=E6=94=B9=E6=9B=B4=E6=96=B0=E9=80=89=E4=B8=AD?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E7=89=88=E6=9C=AC=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/version.js | 2 +- src/views/system/version/index.vue | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/api/version.js b/src/api/version.js index 057f352..3b8f2d5 100644 --- a/src/api/version.js +++ b/src/api/version.js @@ -8,7 +8,7 @@ export const $version = new $api('/api/tbVersion') */ export function $upSel(data) { return request({ - url: 'upSel', + url: 'api/tbVersion/upSel', method: "put", data: { shopId: localStorage.getItem("shopId"), diff --git a/src/views/system/version/index.vue b/src/views/system/version/index.vue index 47afe97..aac592e 100644 --- a/src/views/system/version/index.vue +++ b/src/views/system/version/index.vue @@ -49,7 +49,13 @@ :active-value="1" :inactive-value="0" > - 设置为当前版本 +