소스 검색

头部文字更新

guhongwei 5 년 전
부모
커밋
c3aa88ddae
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/pages/corp/views/index.vue

+ 5 - 0
src/pages/corp/views/index.vue

@@ -17,6 +17,11 @@
 
 <script>
 export default {
+  metaInfo() {
+    return {
+      title: '企业管理',
+    };
+  },
   name: 'index',
   props: {},
   components: {},