Explorar el Código

fix:首页 特殊页面路径处理

zh hace 2 años
padre
commit
9aa24d9a08
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/views/dashboard.vue

+ 3 - 3
src/views/dashboard.vue

@@ -681,9 +681,9 @@ export default {
     // 点击菜单
     clickMenu(path) {
       const curlArr = ['/notice', '/issue']
-      if (curlArr.includes(path)) {
-        path += '/index'
-      }
+      // if (curlArr.includes(path)) {
+      //   path += '/index'
+      // }
       this.$router.push({
         path
       })