版本信息页面
This commit is contained in:
@@ -111,6 +111,11 @@ const routes = [
|
||||
name: 'TerrainGenerate',
|
||||
component: () => import('@/views/index/TerrainGenerate.vue'),
|
||||
// meta: { requiredPrivilege: ['lv-admin','lv-mod','lv-map','lv-competitor'] }
|
||||
},
|
||||
{
|
||||
path: 'version',
|
||||
name: 'VersionInfo',
|
||||
component: () => import('@/views/index/VersionInfo.vue')
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -196,4 +201,4 @@ router.beforeEach(async (to, from, next) => {
|
||||
return next();
|
||||
});
|
||||
|
||||
export default router
|
||||
export default router
|
||||
@@ -373,8 +373,12 @@ function handlePasswordChangeError(errorMessage) {
|
||||
<router-link to="/demands" class="nav-link" @click.prevent="handleNavClick('/demands')">办事大厅</router-link>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 版本更新 -->
|
||||
<div class="nav-dropdown">
|
||||
<router-link to="/version" class="nav-link">版本信息</router-link>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav-right" :class="{ active: showMobileMenu }">
|
||||
<router-link v-if="!isLoggedIn" to="/backend/login" class="nav-link login-btn">
|
||||
<i class="fas fa-user"></i>
|
||||
|
||||
Reference in New Issue
Block a user