From c531d1534327958f5866c1f7b63468a31056cef5 Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Wed, 11 Dec 2024 17:17:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E7=89=88=E6=9C=AC=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=81=AE=E7=BD=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 10 ++++++++-- common/config.js | 12 ++++++------ 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/App.vue b/App.vue index 6c62d72..e19007c 100644 --- a/App.vue +++ b/App.vue @@ -468,7 +468,10 @@ content: res.des, success: res => { if (res.confirm) { - that.$queue.showLoading('下载中...'); + uni.showLoading({ + title: '下载中...', + mask: true + }); if (uni.getSystemInfoSync().platform == 'android') { uni.downloadFile({ @@ -525,7 +528,10 @@ content: res.des, success: res => { if (res.confirm) { - that.$queue.showLoading('下载中...'); + uni.showLoading({ + title: '下载中...', + mask: true + }); if (uni.getSystemInfoSync().platform == 'android') { uni.downloadFile({ diff --git a/common/config.js b/common/config.js index ef54693..4c7923a 100644 --- a/common/config.js +++ b/common/config.js @@ -1,10 +1,10 @@ -const ROOTPATH1 = "https://dj-api.hnsiyao.cn/sqx_fast/"; // -const ROOTPATH = "https://dj-api.hnsiyao.cn/sqx_fast/"; //后台服务域名 -const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名 +// const ROOTPATH1 = "https://dj-api.hnsiyao.cn/sqx_fast/"; // +// const ROOTPATH = "https://dj-api.hnsiyao.cn/sqx_fast/"; //后台服务域名 +// const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名 -// const ROOTPATH1 = "https://video.hnsiyao.cn/sqx_fast/"; // -// const ROOTPATH = "https://video.hnsiyao.cn/sqx_fast/"; //后台服务域名 -// const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名 +const ROOTPATH1 = "https://video.hnsiyao.cn/sqx_fast/"; // +const ROOTPATH = "https://video.hnsiyao.cn/sqx_fast/"; //后台服务域名 +const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名 module.exports = { APIHOST: ROOTPATH,