import { getCurrentInstance } from "vue"
const ctxt = getCurrentInstance()
console.log(ctxt)
本地运行可以获取到路由信息
build打包后
无相关信息 找不到$router
页面报错
app.f95bcc94.js:1 Uncaught TypeError: Cannot read property 'currentRoute' of undefined
有没有大佬遇到了 求解决谢谢!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…