update: remove the installer app from menu and navbar

This commit is contained in:
mahyargdz
2025-02-23 11:46:05 +03:30
parent f72289d099
commit 5fecf350e7
6 changed files with 113 additions and 124 deletions
+14 -24
View File
@@ -48,29 +48,22 @@
<!-- <span>راهنما</span>-->
</div>
<ul class="uls">
<li tag="li">
<ul class="uls">
<!-- <li tag="li">
<a class="links" href="https://installer.asan-service.com/" target="_blank"> نرم افزار نصاب </a>
</li>
<li tag="li">
<a class="links" href="https://gps.asan-service.com/" target="_blank"> نرم افزار ردیاب </a>
</li>
<nuxt-link
to="/apps"
:class="$route.name.includes('download') && 'active'"
tag="li"
>
<a class="links"> دانلود </a>
</nuxt-link>
<!-- <li tag="li">
</li> -->
<li tag="li">
<a class="links" href="https://gps.asan-service.com/" target="_blank"> نرم افزار ردیاب </a>
</li>
<nuxt-link to="/apps" :class="$route.name.includes('download') && 'active'" tag="li">
<a class="links"> دانلود </a>
</nuxt-link>
<!-- <li tag="li">
<a class="links" href="#"> آموزش </a>
</li> -->
</ul>
</ul>
<div class="title"></div>
<div class="title"></div>
<ul>
<nuxt-link :to="{ name: 'learning', query: { page: 1 } }" tag="li">
@@ -83,7 +76,7 @@
<div class="title">
<!-- <span>حساب کاربری</span>-->
</div>
<ul style="margin-bottom: 3rem;">
<ul style="margin-bottom: 3rem">
<nuxt-link :to="isUser ? { name: 'account' } : { name: 'auth-login-register' }" tag="li">
<a>
<span v-if="isUser">{{ $auth.user.first_name + ' ' + $auth.user.last_name }}</span>
@@ -99,7 +92,6 @@
</aside>
</template>
<script>
export default {
computed: {
@@ -180,6 +172,4 @@ export default {
}
</script>
<style scoped>
</style>
<style scoped></style>