lrf402788946 5 years ago
parent
commit
cf37645f4d
2 changed files with 2 additions and 2 deletions
  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() {