perf: 优化路由 rank,当rank 不存在时,根据顺序自动创建,首页路由永远在第一位

This commit is contained in:
xiaoxian521
2022-12-06 21:08:41 +08:00
parent 152a2f8f56
commit 7987a18c70
5 changed files with 24 additions and 16 deletions

View File

@@ -7,8 +7,12 @@ defineOptions({
</script>
<template>
<div class="back" title="返回上一页" @click="$router.go(-1)">
<back class="w-[80px] h-[80px]" />
<div class="w-full h-full text-center">
<h1>业务内容模块</h1>
<p>使用场景需要外嵌平台某个页面不需要展示菜单导航以及额外模块</p>
<div class="back" title="返回上一页" @click="$router.go(-1)">
<back class="w-[80px] h-[80px]" />
</div>
</div>
</template>