Merge branch 'gaohao' of https://e.coding.net/g-cphe0354/duanju/video_app into test
This commit is contained in:
10
App.vue
10
App.vue
@@ -468,7 +468,10 @@
|
|||||||
content: res.des,
|
content: res.des,
|
||||||
success: res => {
|
success: res => {
|
||||||
if (res.confirm) {
|
if (res.confirm) {
|
||||||
that.$queue.showLoading('下载中...');
|
uni.showLoading({
|
||||||
|
title: '下载中...',
|
||||||
|
mask: true
|
||||||
|
});
|
||||||
if (uni.getSystemInfoSync().platform ==
|
if (uni.getSystemInfoSync().platform ==
|
||||||
'android') {
|
'android') {
|
||||||
uni.downloadFile({
|
uni.downloadFile({
|
||||||
@@ -525,7 +528,10 @@
|
|||||||
content: res.des,
|
content: res.des,
|
||||||
success: res => {
|
success: res => {
|
||||||
if (res.confirm) {
|
if (res.confirm) {
|
||||||
that.$queue.showLoading('下载中...');
|
uni.showLoading({
|
||||||
|
title: '下载中...',
|
||||||
|
mask: true
|
||||||
|
});
|
||||||
if (uni.getSystemInfoSync().platform ==
|
if (uni.getSystemInfoSync().platform ==
|
||||||
'android') {
|
'android') {
|
||||||
uni.downloadFile({
|
uni.downloadFile({
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
const ROOTPATH1 = "https://dj-api.hnsiyao.cn/sqx_fast/"; //
|
// const ROOTPATH1 = "https://dj-api.hnsiyao.cn/sqx_fast/"; //
|
||||||
const ROOTPATH = "https://dj-api.hnsiyao.cn/sqx_fast/"; //后台服务域名
|
// const ROOTPATH = "https://dj-api.hnsiyao.cn/sqx_fast/"; //后台服务域名
|
||||||
const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名
|
// const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名
|
||||||
|
|
||||||
// const ROOTPATH1 = "https://video.hnsiyao.cn/sqx_fast/"; //
|
const ROOTPATH1 = "https://video.hnsiyao.cn/sqx_fast/"; //
|
||||||
// const ROOTPATH = "https://video.hnsiyao.cn/sqx_fast/"; //后台服务域名
|
const ROOTPATH = "https://video.hnsiyao.cn/sqx_fast/"; //后台服务域名
|
||||||
// const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名
|
const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
APIHOST: ROOTPATH,
|
APIHOST: ROOTPATH,
|
||||||
|
|||||||
Reference in New Issue
Block a user