import { useRoute } from 'vue-router';
const route = useRoute();
console.log('route测试',route);
console.log('测试',JSON.stringify(route));
var pages = getCurrentPages();
console.log('getCurrentPages调试', pages);
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 10
HBuilderX类型: 正式
HBuilderX版本号: 4.28
手机系统: HarmonyOS NEXT
手机系统版本号: HarmonyOS NEXT Developer Beta2
手机厂商: 华为
手机机型: mate60
页面类型: vue
vue版本: vue3
打包方式: 云端
项目创建方式: HBuilderX
import { useRoute } from 'vue-router';
const route = useRoute();
console.log('route测试',route);
console.log('测试',JSON.stringify(route));
var pages = getCurrentPages();
console.log('getCurrentPages调试', pages);
route和getCurrentPages都不生效
希望route和getCurrentPages生效
route为undefined
getCurrentPages()为空
鸿蒙开发中route和getCurrentPages不生效