liujiayin 3 жил өмнө
parent
commit
90bdbd1813

+ 15 - 0
src/views/platform/cat/type/fileType.vue

@@ -0,0 +1,15 @@
+<template>
+  <manage categoryKey="FILE_TYPE" />
+</template>
+<script>
+import Manage from './manage'
+export default {
+  components: {
+    Manage
+  },
+  data() {
+    return {
+    }
+  }
+}
+</script>