Commit 15cac5846905bae924578a48c2d0801e76cb37c9
1 parent
78cd34c0
perf: 优化重构app完成,优化主分包体积大小,主包不超过1.5M
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -35,7 +35,7 @@ export default { | @@ -35,7 +35,7 @@ export default { | ||
35 | }, | 35 | }, |
36 | methods: { | 36 | methods: { |
37 | async loadData() { | 37 | async loadData() { |
38 | - const res = await api.loginApi.getMeOrgListApi() | 38 | + const res = await api.homeApi.getMeOrgListApi() |
39 | if (res) { | 39 | if (res) { |
40 | const list = transOrgFunc(res); | 40 | const list = transOrgFunc(res); |
41 | this.tree = list; | 41 | this.tree = list; |