Commit 39d80a04 authored by 全球's avatar 全球

团队详情

parent 51ee88e7
......@@ -110,7 +110,7 @@ const routes = [
path: "/leagueNums",
name: "LeagueNums",
component: () => import("@/views/leagueNums"),
meta: { title: "团员总人数", noNav: true }
meta: { title: "团队详情", noNav: true }
},
{
path: "/canCashOut",
......
......@@ -7,7 +7,7 @@
class="nav-left"
@click="$router.go(-1)"
/>
<span class="nav-title">员总人数</span>
<span class="nav-title">队详情</span>
</div>
<div class="panel-list">
<div class="panel-item" v-for="(item, index) in list" :key="index">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment