This commit is contained in:
2025-04-08 15:52:52 +08:00
parent 8001f8eaeb
commit bb3f1aaa6e
6 changed files with 61 additions and 11 deletions

View File

@@ -78,7 +78,7 @@ function n(a) {
}
function c(e, a) {
console.log("appstart", e), o = a, n("https://jmqf.v0750.com/miniprogram", {
console.log("appstart", e), o = a, n("https://t-jm.v0750.com/miniprogram", {
code: e
}, !0).then(function(e) {
var o = e.data;
@@ -89,7 +89,7 @@ function c(e, a) {
}
module.exports = {
initial_url: "https://jmqf.v0750.com/miniprogram",
initial_url: "https://t-jm.v0750.com/miniprogram",
login: t,
request: n,
pageStart: function(e) {
@@ -106,9 +106,9 @@ module.exports = {
c(res.code, e);
});
},
baseUrl: "https://jmqf.v0750.com/",
baseUrl: "https://t-jm.v0750.com/",
getDevicecode: function(e, a) {
o = e, n("https://jmqf.v0750.com/miniprogram/identify/reload", a, !0).then(function(e) {
o = e, n("https://t-jm.v0750.com/miniprogram/identify/reload", a, !0).then(function(e) {
var a = e.data;
console.log("onshow获取到的数据", a), o.globalData.devicecode = a.devicecode || o.globalData.devicecode;
});