wuhongyu 5 năm trước cách đây
mục cha
commit
36b0fac3ca
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/index.vue

+ 2 - 2
src/views/index.vue

@@ -41,7 +41,7 @@
 </template>
 
 <script>
-const { mapActions: login } = createNamespacedHelpers('login');
+// const { mapActions: login } = createNamespacedHelpers('login');
 import top from '@/layout/common/top.vue';
 import menus from '@/layout/common/menus.vue';
 import dynamic from '@/layout/index/dynamic.vue';
@@ -179,7 +179,7 @@ export default {
   },
   computed: {},
   methods: {
-    ...{ departmentQuery: 'query', departmentFetch: 'fetch' },
+    // ...{ departmentQuery: 'query', departmentFetch: 'fetch' },
     async search() {
       let res = await this.toLogin({ col_name: '工作动态' });
       if (this.$checkRes(res)) {