guolufei123 3 лет назад
Родитель
Сommit
4e87687e16
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      front-vue/src/layout/components/Sidebar/index.vue

+ 1 - 1
front-vue/src/layout/components/Sidebar/index.vue

@@ -14,7 +14,7 @@
                     v-for="(route, index) in permission_routes"
                     :key="route.path  + index"
                     :item="route"
-                    :base-path="basepath + '/' + route.path"
+                    :base-path="'/' + route.path"
                 />
             </el-menu>
         </el-scrollbar>