7 lines
200 B
JavaScript
Raw Normal View History

2025-07-15 16:18:34 +08:00
"use strict";
const common_vendor = require("../vendor.js");
function goto(url) {
common_vendor.index.navigateTo({ url, fail: () => common_vendor.index.switchTab({ url }) });
}
exports.goto = goto;