Commit 15cac5846905bae924578a48c2d0801e76cb37c9

Authored by fengwotao
1 parent 78cd34c0

perf: 优化重构app完成,优化主分包体积大小,主包不超过1.5M

... ... @@ -35,7 +35,7 @@ export default {
35 35 },
36 36 methods: {
37 37 async loadData() {
38   - const res = await api.loginApi.getMeOrgListApi()
  38 + const res = await api.homeApi.getMeOrgListApi()
39 39 if (res) {
40 40 const list = transOrgFunc(res);
41 41 this.tree = list;
... ...