|
@@ -46,13 +46,9 @@ const apiurl = {
|
|
|
getSchoolListUrl: '/school/list',
|
|
|
|
|
|
modifyUserInfoUrl: '/memberinfo',
|
|
|
-
|
|
|
|
|
|
getMoreCourseListUrl: '/learncourse/list/',
|
|
|
-
|
|
|
-
|
|
|
- * 首页模块
|
|
|
- */
|
|
|
+
|
|
|
index: {
|
|
|
|
|
|
getUnreadInfoNumUrl: '/notice/countUnread',
|
|
@@ -63,9 +59,7 @@ const apiurl = {
|
|
|
|
|
|
getIndexNewsListUrl: '/sec/article/door/list'
|
|
|
},
|
|
|
-
|
|
|
- * 通知消息模块
|
|
|
- */
|
|
|
+
|
|
|
notice: {
|
|
|
|
|
|
getClassifyUnreadNumUrl: '/notice/classifyUnreadCount',
|