feat: 初始化提交
笑笑 authored at 2025-05-13 21:25:06
132.00 B
cube-front
import { type RouteLocationRaw } from "vue-router"

export const gotoPage = (to: RouteLocationRaw) => {
  window.router?.push(to)
}