启动页 推送

This commit is contained in:
haomingming
2025-09-26 17:13:02 +08:00
parent df4d95993a
commit 053063dc88
23 changed files with 911 additions and 17 deletions
+4
View File
@@ -18,6 +18,10 @@ const my_api = {
checkVersion(data) {
return request('/expertAPI/checkVersion', data, 'post', true);
},
startpage() {
return request('/expertAPI/startpage', {}, 'post', true);
}
}