|
@@ -145,8 +145,11 @@ var vm = new Vue({
|
|
return
|
|
return
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
- const toLink = appType == 'android' ? url.androidUrl : url.iosUrl
|
|
|
|
|
|
+ let toLink = appType == 'android' ? url.androidUrl : url.iosUrl
|
|
if (toLink) {
|
|
if (toLink) {
|
|
|
|
+ if (toLink[0] !== '/') {
|
|
|
|
+ toLink = '/' + toLink
|
|
|
|
+ }
|
|
// 检查是否 tabbar 页面
|
|
// 检查是否 tabbar 页面
|
|
const tabbarKey = utils.checkNowInAppTabbarPage(toLink)
|
|
const tabbarKey = utils.checkNowInAppTabbarPage(toLink)
|
|
if (tabbarKey) {
|
|
if (tabbarKey) {
|