|
|
|
@ -17,16 +17,15 @@ App<IAppOption>({ |
|
|
|
globalData: { |
|
|
|
globalData: { |
|
|
|
// dev
|
|
|
|
// dev
|
|
|
|
// appid:wxc3cdb3c4d4f62cea
|
|
|
|
// appid:wxc3cdb3c4d4f62cea
|
|
|
|
// url: 'https://m.igg4.hbraas.com',
|
|
|
|
url: 'https://m.igg4.hbraas.com', |
|
|
|
// upFileUrl: 'https://m.igg4.hbraas.com/',
|
|
|
|
upFileUrl: 'https://m.igg4.hbraas.com/', |
|
|
|
// imageUrl: 'https://m.igg4.hbraas.com/igg4/',
|
|
|
|
imageUrl: 'https://m.igg4.hbraas.com/igg4/', |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// pro
|
|
|
|
// pro
|
|
|
|
// appid:wx346254575bd711a7
|
|
|
|
// appid:wx346254575bd711a7
|
|
|
|
url: 'https://m.igg4.hbsaas.com', |
|
|
|
// url: 'https://m.igg4.hbsaas.com',
|
|
|
|
upFileUrl: 'https://m.igg4.hbsaas.com/', |
|
|
|
// upFileUrl: 'https://m.igg4.hbsaas.com/',
|
|
|
|
imageUrl: 'https://m.igg4.hbsaas.com/igg4/', |
|
|
|
// imageUrl: 'https://m.igg4.hbsaas.com/igg4/',
|
|
|
|
//login
|
|
|
|
//login
|
|
|
|
registrationSource: 0, |
|
|
|
registrationSource: 0, |
|
|
|
registChannel: 0, |
|
|
|
registChannel: 0, |
|
|
|
@ -249,7 +248,7 @@ App<IAppOption>({ |
|
|
|
verifySys(pub = false) { |
|
|
|
verifySys(pub = false) { |
|
|
|
// 1:患者 2:医生
|
|
|
|
// 1:患者 2:医生
|
|
|
|
const { loginType, isLogin, anyWhere } = this.globalData |
|
|
|
const { loginType, isLogin, anyWhere } = this.globalData |
|
|
|
console.log("DEBUGPRINT[229]: app.ts:246: loginType=", loginType) |
|
|
|
console.log('DEBUGPRINT[229]: app.ts:246: loginType=', loginType) |
|
|
|
const pages = getCurrentPages() |
|
|
|
const pages = getCurrentPages() |
|
|
|
const currentPage = pages[pages.length - 1] |
|
|
|
const currentPage = pages[pages.length - 1] |
|
|
|
const url = currentPage.route |
|
|
|
const url = currentPage.route |
|
|
|
|