问题:实现路由跳转,并附带值执行搜索

image.pngimage.pngimage.png

评论区

陈进 2025-02-28 11:26

@超级管理员
import { useRouter } from 'vue-router';
const  routes = useRouter();

导入失败了,正确的导入routes的方法是什么?
image.png



超级管理员 2025-02-28 11:44

@陈进

没有routes 就拉取一下前端代码,默认js增强可以使用不用额外导入

回复