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预测计算 // CPP预测计算
go_cpp() { go_cpp() {
if (this.checkLoginAndNavigate()) { if (this.checkLoginAndNavigate()) {
wx.switchTab({ wx.navigateTo({
url: '/pages/tool/tool' url: '/pages/ghdCalculator/ghdCalculator'
}) })
} }
}, },