Sign in
简柏林
/
thingskit-app
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
15cac5846905bae924578a48c2d0801e76cb37c9
Authored by
fengwotao
2023-11-10 10:41:17 +0800
1 parent
78cd34c0
perf: 优化重构app完成,优化主分包体积大小,主包不超过1.5M
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/organization/organization.vue
pages/organization/organization.vue
View file @
15cac58
...
...
@@ -35,7 +35,7 @@ export default {
35
35
},
36
36
methods: {
37
37
async loadData() {
38
-
const res = await api.
login
Api.getMeOrgListApi()
38
+
const res = await api.
home
Api.getMeOrgListApi()
39
39
if (res) {
40
40
const list = transOrgFunc(res);
41
41
this.tree = list;
...
...