Explorar o código

参数设置路由样式

suxinf %!s(int64=4) %!d(string=hai) anos
pai
achega
6150dcdde9
Modificáronse 1 ficheiros con 2 adicións e 6 borrados
  1. 2 6
      src/views/parameter/ParameterIndex.vue

+ 2 - 6
src/views/parameter/ParameterIndex.vue

@@ -34,13 +34,9 @@ export default {
   },
   computed: {
     childRouter: function () {
-      return this.$route.path;
-    },
-  },
-  methods: {
+      return this.$route.matched[1]&&this.$route.matched[1].path;
+    }
   },
-  mounted() {},
-  created() {},
 };
 </script>