fix E2E.
This commit is contained in:
@@ -4,10 +4,8 @@
|
||||
<div class="flex justify-between items-center flex-wrap" v-show="showNavbarBreadcrumb">
|
||||
<div class="flex flex-1 items-center">
|
||||
<!-- 回 Files 頁 -->
|
||||
<router-link to class="mr-4" v-if="navViewName !== 'FILES'" id="backPage">
|
||||
<!-- $router.push({ name: 'Files' }) -->
|
||||
<!-- $router.back(-1) -->
|
||||
<span @click="$router.push({ name: 'Files' })" class="material-symbols-outlined text-neutral-10 leading-loose">
|
||||
<router-link to="/files" class="mr-4" v-if="navViewName !== 'FILES'" id="backPage">
|
||||
<span class="material-symbols-outlined text-neutral-10 leading-loose">
|
||||
arrow_back
|
||||
</span>
|
||||
</router-link>
|
||||
|
||||
Reference in New Issue
Block a user