苹果预览报告自动退出的问题

main
yanzai 10 months ago
parent 77dd79201d
commit e39f310881

@ -51,9 +51,9 @@
fileType:"pdf", fileType:"pdf",
success: function(res) { success: function(res) {
console.log("打开文档成功"); console.log("打开文档成功");
wx.navigateBack({ // wx.navigateBack({
delta: 1 // delta: 1
}) // })
}, },
fail(aa) { fail(aa) {
console.log(aa) console.log(aa)

@ -1,6 +1,6 @@
let url_ = "https://ts-qingren.sixinyun.com"; let url_ = "https://ts-qingren.sixinyun.com";
const dev =0 const dev =0
if (dev === 1) { if (dev === 0) {
url_ = "http://localhostlanketijian" url_ = "http://localhostlanketijian"
} }
let url_array = {}; let url_array = {};

@ -3,7 +3,7 @@ import {
} from '@/lu/axios.js' } from '@/lu/axios.js'
let url_ = "https://ts-qingren.sixinyun.com"; let url_ = "https://ts-qingren.sixinyun.com";
const dev = 0 const dev = 0
if (dev === 1) { if (dev === 0) {
url_ = "http://localhostlanketijian" url_ = "http://localhostlanketijian"
} }
export const HospitalExtraReportStatusAction = async (data) => await $post({ export const HospitalExtraReportStatusAction = async (data) => await $post({

Loading…
Cancel
Save