fix:在线课增加分页查询、学员模板环境变量配置修改。

This commit is contained in:
wyx
2023-01-18 16:56:35 +08:00
parent e0f4c84ff0
commit 4365cdb0ed
7 changed files with 15 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ export default defineComponent({
const store = useStore();
const isLogin = ref(false);
// console.log("router", router.getRoutes(), route);
console.log("版本2.1.4------------");
console.log("版本2.1.5------------");
const routes = computed(() => {
return router.getRoutes().filter((e) => e.meta?.isLink);
});