修改跳转路径1
This commit is contained in:
parent
3865337afb
commit
22f3da6c33
@ -126,6 +126,7 @@ Page({
|
|||||||
url: url
|
url: url
|
||||||
})
|
})
|
||||||
}else{
|
}else{
|
||||||
|
console.log(app.globalData.login_url)
|
||||||
app.go(app.globalData.login_url);
|
app.go(app.globalData.login_url);
|
||||||
}
|
}
|
||||||
//test git
|
//test git
|
||||||
|
|||||||
2
app.js
2
app.js
@ -307,7 +307,7 @@ App({
|
|||||||
share: false, // 分享默认为false
|
share: false, // 分享默认为false
|
||||||
height: 0,
|
height: 0,
|
||||||
scene: "",//场景值
|
scene: "",//场景值
|
||||||
login_url: "/Pages/login/index",
|
login_url: "/user/pages/login/index",
|
||||||
chat_sdk_ready: false,
|
chat_sdk_ready: false,
|
||||||
jiesuan_dialog_show: false,
|
jiesuan_dialog_show: false,
|
||||||
config: {
|
config: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user