This commit is contained in:
2025-03-15 07:35:29 +08:00
parent 8d126daeb2
commit 888897044d

View File

@@ -100,8 +100,8 @@ Page({
// CPP预测计算
go_cpp() {
if (this.checkLoginAndNavigate()) {
wx.switchTab({
url: '/pages/tool/tool'
wx.navigateTo({
url: '/pages/ghdCalculator/ghdCalculator'
})
}
},