From 14d2e539f18307ecab4ea415d16c54fff012a1c2 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期六, 25 五月 2024 15:05:31 +0800 Subject: [PATCH] Merge branch 'phyzasrs' of http://47.97.1.152:5880/r/wms_app into phyzasrs --- pages/phyz/wrkMast/DBList.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/phyz/wrkMast/DBList.vue b/pages/phyz/wrkMast/DBList.vue index 4deb92e..3faf48d 100644 --- a/pages/phyz/wrkMast/DBList.vue +++ b/pages/phyz/wrkMast/DBList.vue @@ -148,7 +148,7 @@ _this.data.three_code = threeCode _this.data.limit = limit uni.request({ - url: `${_this.baseUrl}/agv/wrkMast/list/auth`, + url: `${_this.baseUrl}/agv/wrkMast/list/auth/dbList`, header: {'token': uni.getStorageSync('token')}, data: _this.data, method: 'GET', -- Gitblit v1.9.1