lrf402788946 há 5 anos atrás
pai
commit
cf37645f4d
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      .env
  2. 1 1
      src/views/plan/index.vue

+ 1 - 1
.env

@@ -1,4 +1,4 @@
 VUE_APP_AXIOS_BASE_URL = ''
 VUE_APP_ROOT_URL=/admin/
-VUE_APP_MODULE='teacher'
+VUE_APP_MODULE='school'
 VUE_APP_LIMIT = 10

+ 1 - 1
src/views/plan/index.vue

@@ -34,7 +34,7 @@ export default {
       { label: '计划标题', prop: 'title' },
       { label: '年度', prop: 'year' },
     ],
-    list: [{ name: '2020年计划', time: '2020-2021' }],
+    list: [],
     total: 0,
   }),
   created() {