lex 2 年之前
父节点
当前提交
fb923db74a
共有 2 个文件被更改,包括 22 次插入0 次删除
  1. 二进制
      src/views/serviceStudent/images/empty.png
  2. 22 0
      src/views/serviceStudent/index.vue

二进制
src/views/serviceStudent/images/empty.png


+ 22 - 0
src/views/serviceStudent/index.vue

@@ -0,0 +1,22 @@
+<template>
+  <div class="serviceStudent"></div>
+</template>
+
+<script>
+export default {
+  name: "serviceStudent",
+  data() {
+    return {
+      //
+    };
+  },
+  methods: {
+    //
+  },
+  mounted() {
+    //
+  },
+};
+</script>
+
+<style lang="less" scoped></style>