过往会议

This commit is contained in:
XiuYun CHEN
2025-05-20 15:52:50 +08:00
parent f2868c2de3
commit 5aa6de62c7
13 changed files with 597 additions and 96 deletions
+1 -1
View File
@@ -6,6 +6,6 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"mypage": "file:../../features/mypage"
}
}
@@ -29,4 +29,6 @@ export class BasicConstant {
static readonly zhibourl = BasicConstant.wxUrl+"hcp/setInfo";
static readonly videoByTypeNew = BasicConstant.urlExpertApp + 'videoByTypeNew'
static readonly videoDetail = BasicConstant.urlExpertAPI + "videoDetail";
static readonly meetingHistoryList = BasicConstant.urlExpertAPI + "meetingHistoryList";
}