This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
repos square
repo-square
chenshihai
2 years ago
parent
422600370b
commit
1bfd94540f
2 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
web_src/vuepages/pages/repos/search/index.vue
+5
-0
web_src/vuepages/pages/repos/square/index.vue
+ 5
- 0
web_src/vuepages/pages/repos/search/index.vue
View File
@@ -102,6 +102,11 @@ export default {
});
this.$refs.reposListRef.search();
});
window.addEventListener('pageshow', function (e) {
if (e.persisted) {
window.location.reload();
}
}, false);
},
beforeDestroy() { },
};
+ 5
- 0
web_src/vuepages/pages/repos/square/index.vue
View File
@@ -118,6 +118,11 @@ export default {
});
this.$refs.reposListRef.search();
});
window.addEventListener('pageshow', function (e) {
if (e.persisted) {
window.location.reload();
}
}, false);
},
beforeDestroy() { },
};
Write
Preview
Loading…
Cancel
Save