修改跳转路径1

This commit is contained in:
wucongxing 2024-01-16 15:30:00 +08:00
parent 3865337afb
commit 22f3da6c33
2 changed files with 2 additions and 1 deletions

View File

@ -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
View File

@ -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: {