app.constant.js 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  1. 'use strict';
  2. app.constant('JS_REQUIRE', {
  3. scripts: {
  4. //引导页
  5. 'GuideCtrl': 'modules/guidepage/controller/guideCtrl.js',
  6. //登录
  7. 'LoginCtrl': 'modules/login/controller/loginCtrl.js',
  8. 'LoginService': 'modules/login/service/loginService.js',
  9. //注册
  10. 'RegisterCtrl': 'modules/register/controller/registerCtrl.js',
  11. //忘记密码
  12. 'FortPasdCtrl': 'modules/register/controller/FortPasdCtrl.js',
  13. 'RegisterService': 'modules/register/service/registerService.js',
  14. 'FindPswCtrl': 'modules/login/controller/findPswCtrl.js',
  15. 'guidePageCtrl': 'modules/login/controller/guidePageCtrl.js',
  16. 'bindPhoneCtrl': 'modules/login/controller/bindPhoneCtrl.js',
  17. 'userAgreementCtrl': 'modules/register/controller/userAgreementCtrl.js',
  18. 'privacyPolicyCtrl': 'modules/login/controller/privacyPolicyCtrl.js',
  19. 'registePolicyCtrl': 'modules/login/controller/registePolicyCtrl.js',
  20. //资讯
  21. 'HomeCtrl': 'modules/home/controller/homeCtrl.js',
  22. 'HomeService': 'modules/home/service/homeService.js',
  23. 'DetailsCtrl': 'modules/home/controller/detailsCtrl.js',
  24. 'DetailsService': 'modules/home/service/detailsService.js',
  25. 'MySearchCtrl': 'modules/home/controller/mySearch.js',
  26. 'SearchResultCtrl': 'modules/home/controller/SearchResult.js',
  27. 'SearchResultService': 'modules/home/service/searchResultService.js',
  28. 'ReplyCtrl': 'modules/home/controller/ReplyCtrl.js',
  29. 'replyService': 'modules/home/service/replyService.js',
  30. //战疫服务
  31. 'noticeCtrl': 'modules/account/controller/noticeCtrl.js',
  32. 'noticeDetailCtrl': 'modules/account/controller/noticeDetailCtrl.js',
  33. //日志
  34. 'logCtrl':'modules/account/controller/logCtrl.js',
  35. //一键导入
  36. 'ImportCtrl':'modules/account/controller/ImportCtrl.js',
  37. //一键导入详情
  38. 'ImportEditCtrl':'modules/account/controller/ImportEditCtrl.js',
  39. //个人中心
  40. 'BusinessdataCtrl': 'modules/account/controller/BusinessdataCtrl.js',
  41. 'aboutUsCtrl': 'modules/account/controller/aboutUsCtrl.js',
  42. 'AccountCtrl': 'modules/account/controller/accountCtrl.js',
  43. 'BindOnAccountCtrl': 'modules/account/controller/BindOnAccountCtrl.js',
  44. 'ChooseCityCtrl': 'modules/account/controller/chooseCityCtrl.js',
  45. 'ChooseProvinceCtrl': 'modules/account/controller/chooseProvinceCtrl.js',
  46. 'AreaService': 'modules/account/service/areaService.js',
  47. 'CommentCtrl': 'modules/account/controller/commentCtrl.js',
  48. 'commitmentCtrl': 'modules/account/controller/commitmentCtrl.js',
  49. 'liyangLetterCtrl': 'modules/account/controller/liyangLetterCtrl.js',
  50. 'connectUsCtrl': 'modules/account/controller/connectUsCtrl.js',
  51. 'linkusCtrl': 'modules/account/controller/linkusCtrl.js',
  52. 'EditDataCtrl': 'modules/account/controller/editDataCtrl.js',
  53. 'FanCenterCtrl': 'modules/account/controller/fanCenterCtrl.js',
  54. 'FuncIntroListCtrl': 'modules/account/controller/funcIntroListCtrl.js',
  55. 'FuncIntroService': 'modules/account/service/funcIntroService.js',
  56. 'FuncIntroDetailCtrl': 'modules/account/controller/funcIntroDetailCtrl.js',
  57. 'infoBookCtrl': 'modules/account/controller/infoBookCtrl.js',
  58. 'MyCollectionCtrl': 'modules/account/controller/myCollectionCtrl.js',
  59. 'MyCollectionService': 'modules/account/service/myCollectionService.js',
  60. 'MyFavCtrl': 'modules/account/controller/myFavCtrl.js',
  61. 'MyMessageCtrl': 'modules/account/controller/myMessageCtrl.js',
  62. 'PublisherCtrl': 'modules/account/controller/publisherCtrl.js',
  63. 'rewardCtrl': 'modules/account/controller/rewardCtrl.js',
  64. 'SetCtrl': 'modules/account/controller/setCtrl.js',
  65. 'SetNameCtrl': 'modules/account/controller/setNameCtrl.js',
  66. 'myPublishCtrl': 'modules/account/controller/myPublishCtrl.js',
  67. 'accountModel': 'modules/account/service/accountModel.js',
  68. 'authorityApplyCtrl': 'modules/account/controller/authorityApplyCtrl.js',
  69. 'accountQualifyCtrl': 'modules/account/controller/accountQualifyCtrl.js',
  70. 'accountQualifyContentCtrl': 'modules/account/controller/accountQualifyContentCtrl.js',
  71. 'personIdentifyCtrl': 'modules/account/controller/personIdentifyCtrl.js',
  72. 'unitIdentifyCtrl': 'modules/account/controller/unitIdentifyCtrl.js',
  73. 'jobIdentifyCtrl': 'modules/account/controller/jobIdentifyCtrl.js',
  74. 'memberComentCtrl': 'modules/account/controller/memberComentCtrl.js',
  75. 'memberHomeCtrl': 'modules/account/controller/memberHomeCtrl.js',
  76. 'memberRightExplainCtrl': 'modules/account/controller/memberRightExplainCtrl.js',
  77. 'rightDetailsCtrl': 'modules/account/controller/rightDetailsCtrl.js',
  78. 'upGradeMangementCtrl': 'modules/account/controller/upGradeMangementCtrl.js',
  79. 'payPsMoneyPasswordCtrl': 'modules/account/controller/payPsMoneyPasswordCtrl.js',
  80. 'myAuditMessageCtrl': 'modules/account/controller/myAuditMessageCtrl.js',
  81. 'auditContentCtrl': 'modules/account/controller/auditContentCtrl.js',
  82. 'accountSetChildCtrl': 'modules/account/controller/accountSetChildCtrl.js',
  83. 'aboutSuggestionCtrl': 'modules/account/controller/aboutSuggestionCtrl.js',
  84. 'statisticalcenterCtrl': 'modules/account/controller/statisticalcenterCtrl.js',
  85. 'importOrgInfoCtrl': 'modules/account/controller/importOrgInfoCtrl.js',
  86. 'exportFieldCtrl': 'modules/account/controller/exportFieldCtrl.js',
  87. 'quarterlyImportCtrl': 'modules/account/controller/quarterlyImportCtrl.js',
  88. 'dataAnalysisCtrl': 'modules/account/controller/dataAnalysisCtrl.js',
  89. 'quarterlyAnalysisCtrl': 'modules/account/controller/quarterlyAnalysisCtrl.js',
  90. 'cooperateDetailCtrl': 'modules/account/controller/cooperateDetailCtrl.js',
  91. 'cooperationSubsidyCheckCtrl': 'modules/account/controller/cooperationSubsidyCheckCtrl.js',
  92. 'SubsidyauditafteCheckCtrl': 'modules/account/controller/SubsidyauditafteCheckCtrl.js',
  93. 'SubsidyauditafteDetailCtrl': 'modules/account/controller/SubsidyauditafteDetailCtrl.js',
  94. 'SubsidyauditafteExportCtrl': 'modules/account/controller/SubsidyauditafteExportCtrl.js',
  95. 'policySettingCtrl': 'modules/account/controller/policySettingCtrl.js',
  96. 'secondOrgSelfReportCtrl': 'modules/account/controller/secondOrgSelfReportCtrl.js',
  97. 'orgInspectDetailCtrl': 'modules/account/controller/orgInspectDetailCtrl.js',
  98. 'orgInspectListCtrl': 'modules/account/controller/orgInspectListCtrl.js',
  99. 'orgSelfReportCtrl': 'modules/account/controller/orgSelfReportCtrl.js',
  100. 'orgInspectCtrl': 'modules/account/controller/orgInspectCtrl.js',
  101. 'notificationCtrl': 'modules/account/controller/notificationCtrl.js',
  102. 'newNotificationCtrl': 'modules/account/controller/newNotificationCtrl.js',
  103. 'notificationDetailCtrl': 'modules/account/controller/notificationDetailCtrl.js',
  104. 'receiveInfoCtrl': 'modules/account/controller/receiveInfoCtrl.js',
  105. 'noticeHelperCtrl': 'modules/account/controller/noticeHelperCtrl.js',
  106. 'sendMessageCtrl': 'modules/account/controller/sendMessageCtrl.js',
  107. 'auditSuggestionCtrl': 'modules/account/controller/auditSuggestionCtrl.js',
  108. 'newMessagePageCtrl': 'modules/account/controller/newMessagePageCtrl.js',
  109. 'choiceResourceCtrl': 'modules/account/controller/choiceResourceCtrl.js',
  110. 'chooseUnitTypeCtrl': 'modules/account/controller/chooseUnitTypeCtrl.js',
  111. 'successIdentifyCtrl': 'modules/account/controller/successIdentifyCtrl.js',
  112. 'myInformationCtrl': 'modules/account/controller/myInformationCtrl.js',
  113. 'myMessageListCategoryCtrl': 'modules/account/controller/myMessageListCategoryCtrl.js',
  114. //普适币
  115. 'updatePsdCtrl': 'modules/login/controller/updatePsdCtrl.js',
  116. 'psMoneyEarnRuleCtrl': 'modules/pushcurrency/controller/psMoneyEarnRuleCtrl.js',
  117. 'psMoneyHomeCtrl': 'modules/pushcurrency/controller/psMoneyHomeCtrl.js',
  118. 'RevenExpandDetailsCtrl': 'modules/pushcurrency/controller/RevenExpandDetailsCtrl.js',
  119. 'reChangeCtrl': 'modules/pushcurrency/controller/reChangeCtrl.js',
  120. 'psMoneyConsumeCtrl': 'modules/pushcurrency/controller/psMoneyConsumeCtrl.js',
  121. 'activitySurveyCtrl': 'modules/pushcurrency/controller/activitySurveyCtrl.js',
  122. //云权限
  123. 'cloudHomeCtrl': 'modules/cloudAuthority/controller/cloudHomeCtrl.js',
  124. 'AuthorityModelService': 'modules/cloudAuthority/service/authorityModelService.js',
  125. 'groupCreateCtrl': 'modules/cloudAuthority/controller/groupCreateCtrl.js',
  126. 'groupAddMemberCtrl': 'modules/cloudAuthority/controller/groupAddMemberCtrl.js',
  127. 'groupMemberCtrl': 'modules/cloudAuthority/controller/groupMemberCtrl.js',
  128. 'editAuthorityCtrl': 'modules/cloudAuthority/controller/editAuthorityCtrl.js',
  129. 'addMemberCtrl': 'modules/cloudAuthority/controller/addMemberCtrl.js',
  130. 'authorityNameCtrl': 'modules/cloudAuthority/controller/authorityNameCtrl.js',
  131. 'authoritySetOwnerCtrl': 'modules/cloudAuthority/controller/authoritySetOwnerCtrl.js',
  132. 'authoritySetMangerCtrl': 'modules/cloudAuthority/controller/authoritySetMangerCtrl.js',
  133. 'authorityRecordSetCtrl': 'modules/cloudAuthority/controller/authorityRecordSetCtrl.js',
  134. 'authoritySetCtrl': 'modules/cloudAuthority/controller/authoritySetCtrl.js',
  135. 'authorityLocalSetCtrl': 'modules/cloudAuthority/controller/authorityLocalSetCtrl.js',
  136. 'authorityAddMemberCtrl': 'modules/cloudAuthority/controller/authorityAddMemberCtrl.js',
  137. 'authorityMemberCtrl': 'modules/cloudAuthority/controller/authorityMemberCtrl.js',
  138. 'authorityCreateCtrl': 'modules/cloudAuthority/controller/authorityCreateCtrl.js',
  139. 'authorityResourceCreateCtrl': 'modules/cloudAuthority/controller/authorityResourceCreateCtrl.js',
  140. 'authorityFolderMemberCtrl': 'modules/cloudAuthority/controller/authorityFolderMemberCtrl.js',
  141. 'userSearchCtrl': 'modules/cloudAuthority/controller/userSearchCtrl.js',
  142. 'authorityAddSuperAdminCtrl': 'modules/cloudAuthority/controller/authorityAddSuperAdminCtrl.js',
  143. //对接宝
  144. 'AbutmentHomeCtrl': 'modules/tools/controller/AbutmentHomeCtrl.js',
  145. 'connInfoListCtrl': 'modules/tools/controller/connInfoList.js',
  146. 'CalenderHomeService': 'modules/tools/service/calenderHomeService.js',
  147. 'SynchroService': 'modules/tools/service/SynchroService.js',
  148. 'addListCtrl': 'modules/tools/controller/addListCtrl.js',
  149. 'ParticipatingUnitsCtrl': 'modules/tools/controller/ParticipatingUnitsCtrl.js',
  150. 'DockingThemeCtrl': 'modules/tools/controller/DockingThemeCtrl.js',
  151. 'DockingdetailsCtrl': 'modules/tools/controller/DockingdetailsCtrl.js',
  152. 'ModelService': 'modules/tools/service/modelService.js',
  153. 'removeFoldersCtrl': 'modules/tools/controller/removeFoldersCtrl.js',
  154. 'wastepaperCtrl': 'modules/tools/controller/wastepaperCtrl.js',
  155. 'ConnSearchCtrl': 'modules/tools/controller/connSearchCtrl.js',
  156. 'ConnSearchResultCtrl': 'modules/tools/controller/connSearchResultCtrl.js',
  157. 'ConnSearchService': 'modules/tools/service/connSearchService.js',
  158. 'AuthorityCtrl': 'modules/tools/controller/AuthorityCtrl.js',
  159. 'editConninfoCtrl': 'modules/tools/controller/editConninfoCtrl.js',
  160. 'CloudFolderListCtrl': 'modules/tools/controller/CloudFolderListCtrl.js',
  161. 'CloudFolderService': 'modules/tools/service/cloudFolderService.js',
  162. 'CloudFolderEditCtrl': 'modules/tools/controller/CloudFolderEditCtrl.js',
  163. 'CloudFolderCreateCtrl': 'modules/tools/controller/CloudFolderCreateCtrl.js',
  164. 'CloudFolderDetailCtrl': 'modules/tools/controller/CloudFolderDetailCtrl.js',
  165. 'CloudAddConnInfoCtrl': 'modules/tools/controller/CloudAddConnInfoCtrl.js',
  166. 'addListCardCtrl': 'modules/tools/controller/addListCardCtrl.js',
  167. 'editListCardCtrl': 'modules/tools/controller/editListCardCtrl.js',
  168. 'CloudeditconninfoCtrl': 'modules/tools/controller/CloudeditconninfoCtrl.js',
  169. 'CloudDockingdetailsCtrl': 'modules/tools/controller/CloudDockingdetailsCtrl.js',
  170. 'CloudShareSetCtrl': 'modules/tools/controller/CloudShareSetCtrl.js',
  171. 'CloudAuthoritySetCtrl': 'modules/tools/controller/CloudAuthoritySetCtrl.js',
  172. 'toolDiscussCtrl': 'modules/tools/controller/toolDiscussCtrl.js',
  173. 'releaseCommentCtrl': 'modules/tools/controller/releaseCommentCtrl.js',
  174. 'chooseShareFolderCtrl': 'modules/tools/controller/chooseShareFolderCtrl.js',
  175. 'buildNewFolderCtrl': 'modules/tools/controller/buildNewFolderCtrl.js',
  176. 'ActivityScheduleCtrl': 'modules/tools/controller/ActivityScheduleCtrl.js',
  177. 'ActivityScheduleEditCtrl': 'modules/tools/controller/ActivityScheduleEditCtrl.js',
  178. 'ActivtyScheduleHomeCtrl': 'modules/tools/controller/ActivtyScheduleHomeCtrl.js',
  179. 'ActivtyReportCtrl': 'modules/tools/controller/ActivtyReportCtrl.js',
  180. 'ActivityScheduleAccountCtrl': 'modules/tools/controller/ActivityScheduleAccountCtrl.js',
  181. 'ActivityReportAccountCtrl': 'modules/tools/controller/ActivityReportAccountCtrl.js',
  182. 'addStateCtrl': 'modules/tools/controller/addStateCtrl.js',
  183. 'ActivityLogistyCtrl': 'modules/tools/controller/ActivityLogistyCtrl.js',
  184. 'visitModularFormCtrl': 'modules/tools/controller/visitModularFormCtrl.js',
  185. 'visitModularFormDemandCtrl': 'modules/tools/controller/visitModularFormDemandCtrl.js',
  186. 'roleService': 'modules/tools/service/roleService.js',
  187. 'dataToolsService': 'modules/tools/service/dataToolsService.js',
  188. 'recordAchievementsInfoCtrl': 'modules/tools/controller/recordAchievementsInfoCtrl.js',
  189. 'recordDemandInfoCtrl': 'modules/tools/controller/recordDemandInfoCtrl.js',
  190. 'recordPatentInfoCtrl': 'modules/tools/controller/recordPatentInfoCtrl.js',
  191. 'recordProductInfoCtrl': 'modules/tools/controller/recordProductInfoCtrl.js',
  192. 'recordTalentInfoCtrl': 'modules/tools/controller/recordTalentInfoCtrl.js',
  193. 'unitOrPersonalBaseInfoCtrl': 'modules/tools/controller/unitOrPersonalBaseInfoCtrl.js',
  194. 'recordInfoAccountCtrl': 'modules/tools/controller/recordInfoAccountCtrl.js',
  195. 'recordInfoDetailCtrl': 'modules/tools/controller/recordInfoDetailCtrl.js',
  196. //资源库
  197. 'resourceLibraryHomeCtrl': 'modules/resourceLibrary/controller/resourceLibraryHomeCtrl.js',
  198. 'publicResourceCtrl': 'modules/resourceLibrary/controller/publicResourceCtrl.js',
  199. 'privateResourceCtrl': 'modules/resourceLibrary/controller/privateResourceCtrl.js',
  200. 'resourceLibrarySendMessageCtrl': 'modules/resourceLibrary/controller/resourceLibrarySendMessageCtrl.js',
  201. 'ResourceLibraryService': 'modules/resourceLibrary/service/resourceLibraryService.js',
  202. 'resourceDetailsCtrl': 'modules/resourceLibrary/controller/resourceDetailsCtrl.js',
  203. 'relativeDetailsCtrl': 'modules/resourceLibrary/controller/relativeDetailsCtrl.js',
  204. 'buildResourceListCtrl': 'modules/resourceLibrary/controller/buildResourceListCtrl.js',
  205. 'buildResourceInitCtrl': 'modules/resourceLibrary/controller/buildResourceInitCtrl.js',
  206. 'IndustryFieldCtrl': 'modules/resourceLibrary/controller/IndustryFieldCtrl.js',
  207. 'chooseShareResourceCtrl': 'modules/resourceLibrary/controller/chooseShareResourceCtrl.js',
  208. 'resourceCommentReplyCtrl': 'modules/resourceLibrary/controller/resourceCommentReplyCtrl.js',
  209. 'resourceSearchCtrl': 'modules/resourceLibrary/controller/resourceSearchCtrl.js',
  210. 'resourceSearchResultCtrl': 'modules/resourceLibrary/controller/resourceSearchResult.js',
  211. 'resourceLibraryTempData': 'modules/resourceLibrary/service/resourceLibraryTempData.js',
  212. 'resourceApplyCtrl': 'modules/resourceLibrary/controller/resourceApplyCtrl.js',
  213. 'tongluPermissionApplyCtrl': 'modules/resourceLibrary/controller/tongluPermissionApplyCtrl.js',
  214. 'resourceSetCtrl': 'modules/resourceLibrary/controller/resourceSetCtrl.js',
  215. 'resourceMatchCtrl': 'modules/resourceLibrary/controller/resourceMatchCtrl.js',
  216. 'resourceMatchSearchCtrl': 'modules/resourceLibrary/controller/resourceMatchSearch.js',
  217. 'resourcePrivateDetailsCtrl': 'modules/resourceLibrary/controller/resourcePrivateDetailsCtrl.js',
  218. 'editResourcePrivateDetailsCtrl': 'modules/resourceLibrary/controller/editResourcePrivateDetailsCtrl.js',
  219. 'resourceLibraryPrivateCtrl': 'modules/resourceLibrary/controller/resourceLibraryPrivateCtrl.js',
  220. 'resourceLibraryLocalTypeCtrl': 'modules/resourceLibrary/controller/resourceLibraryLocalTypeCtrl.js',
  221. 'resourceListCtrl': 'modules/resourceLibrary/controller/resourceListCtrl.js',
  222. 'wujingTechnicalCtrl': 'modules/resourceLibrary/controller/wujingTechnicalCtrl.js',
  223. 'resourceLabelListCtrl': 'modules/resourceLibrary/controller/resourceLabelListCtrl.js',
  224. 'wujingTeacherCtrl': 'modules/resourceLibrary/controller/wujingTeacherCtrl.js',
  225. 'wujingTechnicalDetailCtrl': 'modules/resourceLibrary/controller/wujingTechnicalDetailCtrl.js',
  226. 'resourceLocalDetailsCtrl': 'modules/resourceLibrary/controller/resourceLocalDetailsCtrl.js',
  227. 'resourceCommentReplyClickDetailCtrl': 'modules/resourceLibrary/controller/resourceCommentReplyClickDetailCtrl.js',
  228. 'chooseNodeIndexCtrl': 'modules/resourceLibrary/controller/chooseNodeIndexCtrl.js',
  229. 'resourcePublisherAccountCtrl': 'modules/resourceLibrary/controller/resourcePublisherAccountCtrl.js',
  230. 'selectWhoSeeCtrl': 'modules/resourceLibrary/controller/selectWhoSeeCtrl.js',
  231. 'setAuthorityGroupCtrl': 'modules/resourceLibrary/controller/setAuthorityGroupCtrl.js',
  232. 'selectAuthorityMemberCtrl': 'modules/resourceLibrary/controller/selectAuthorityMemberCtrl.js',
  233. 'selectGroupImportCtrl': 'modules/resourceLibrary/controller/selectGroupImportCtrl.js',
  234. 'selectFieldsToSetCtrl': 'modules/resourceLibrary/controller/selectFieldsToSetCtrl.js',
  235. 'setValidityDataCtrl': 'modules/resourceLibrary/controller/setValidityDataCtrl.js',
  236. 'resourceCommonDetailsPageCtrl': 'modules/resourceLibrary/controller/resourceCommonDetailsPageCtrl.js',
  237. 'resourceCommonInfoDetailsPageCtrl': 'modules/resourceLibrary/controller/resourceCommonInfoDetailsPageCtrl.js',
  238. 'resourceCommonInfoDetailsRepeatPageCtrl': 'modules/resourceLibrary/controller/resourceCommonInfoDetailsRepeatPageCtrl.js',
  239. 'selectResidentNodesCtrl': 'modules/resourceLibrary/controller/selectResidentNodesCtrl.js',
  240. //武进人工智能院士
  241. 'academicianCtrl': 'modules/resourceLibrary/controller/academicianCtrl.js',
  242. 'academicianDetailCtrl': 'modules/resourceLibrary/controller/academicianDetailCtrl.js',
  243. 'suzhengCtrl': 'modules/resourceLibrary/controller/suzhengCtrl.js',
  244. //科技圈
  245. 'scienceCircleHomeCtrl': 'modules/scienceCircle/controller/scienceCircleHomeCtrl.js',
  246. 'chatMailListCtrl': 'modules/scienceCircle/controller/chatMailListCtrl.js',
  247. 'chatSearchModelCtrl': 'modules/scienceCircle/controller/chatSearchModelCtrl.js',
  248. 'addChatFriendsCtrl': 'modules/scienceCircle/controller/addChatFriendsCtrl.js',
  249. 'strangerListCtrl': 'modules/scienceCircle/controller/strangerListCtrl.js',
  250. 'chatMailListFansCtrl': 'modules/scienceCircle/controller/chatMailListFansCtrl.js',
  251. //(活动)首页
  252. 'activityIndexCtrl': 'modules/activityEntrance/controller/activityIndexCtrl.js',
  253. 'activityCenterCtrl': 'modules/activityEntrance/controller/activityCenterCtrl.js',
  254. 'indexSearchCtrl': 'modules/activityEntrance/controller/indexSearchCtrl.js',
  255. 'indexSearchReasultCtrl': 'modules/activityEntrance/controller/indexSearchReasultCtrl.js',
  256. 'activityNoticeCtrl': 'modules/activityEntrance/controller/activityNoticeCtrl.js',
  257. 'activityNoticeDetailCtrl': 'modules/activityEntrance/controller/activityNoticeDetailCtrl.js',
  258. 'activityArrangeMangerCtrl': 'modules/activityEntrance/controller/activityArrangeMangerCtrl.js',
  259. 'activityBackMangerCtrl': 'modules/activityEntrance/controller/activityBackMangerCtrl.js',
  260. 'activityNoticeMangerCtrl': 'modules/activityEntrance/controller/activityNoticeMangerCtrl.js',
  261. 'activityRecordMangerCtrl': 'modules/activityEntrance/controller/activityRecordMangerCtrl.js',
  262. 'activityAddNoticeCtrl': 'modules/activityEntrance/controller/activityAddNoticeCtrl.js',
  263. 'activityArrangeTeacherListCtrl': 'modules/activityEntrance/controller/activityArrangeTeacherListCtrl.js',
  264. 'activityStatisticsCtrl': 'modules/activityEntrance/controller/activityStatisticsCtrl.js',
  265. 'activityCompanyListCtrl': 'modules/activityEntrance/controller/activityCompanyListCtrl.js',
  266. 'activityCompanyListContentCtrl': 'modules/activityEntrance/controller/activityCompanyListContentCtrl.js',
  267. 'activityFeedBackCtrl': 'modules/activityEntrance/controller/activityFeedBackCtrl.js',
  268. 'activityFeedBackListCtrl': 'modules/activityEntrance/controller/activityFeedBackListCtrl.js',
  269. 'activityFeedBackListContentCtrl': 'modules/activityEntrance/controller/activityFeedBackListContentCtrl.js',
  270. 'activityCompanyViewFeedListCtrl': 'modules/activityEntrance/controller/activityCompanyViewFeedListCtrl.js',
  271. 'activityCompanyViewFeedListDetailCtrl': 'modules/activityEntrance/controller/activityCompanyViewFeedListDetailCtrl.js',
  272. 'activityArrangeCtrl': 'modules/activityEntrance/controller/activityArrangeCtrl.js',
  273. 'activityBackMangerContentCtrl': 'modules/activityEntrance/controller/activityBackMangerContentCtrl.js',
  274. 'activitySignMangerCtrl': 'modules/activityEntrance/controller/activitySignMangerCtrl.js',
  275. 'activityChooseCompanyCtrl': 'modules/activityEntrance/controller/activityChooseCompanyCtrl.js',
  276. 'activityChooseTeacherCtrl': 'modules/activityEntrance/controller/activityChooseTeacherCtrl.js',
  277. 'activityChooseTeacherDetailCtrl': 'modules/activityEntrance/controller/activityChooseTeacherDetailCtrl.js',
  278. 'activitySignUpInfoCtrl': 'modules/activityEntrance/controller/activitySignUpInfoCtrl.js',
  279. 'activitySchoolSignUpMangerCtrl': 'modules/activityEntrance/controller/activitySchoolSignUpMangerCtrl.js',
  280. 'activityCompanySignUpMangerCtrl': 'modules/activityEntrance/controller/activityCompanySignUpMangerCtrl.js',
  281. 'activitySignUpConfirmCtrl': 'modules/activityEntrance/controller/activitySignUpConfirmCtrl.js',
  282. 'activityRecordDetailCtrl': 'modules/activityEntrance/controller/activityRecordDetailCtrl.js',
  283. 'activityRecordCtrl': 'modules/activityEntrance/controller/activityRecordCtrl.js',
  284. 'activityCompanyArrangeCtrl': 'modules/activityEntrance/controller/activityCompanyArrangeCtrl.js',
  285. 'activityIntroductionCtrl': 'modules/activityEntrance/controller/activityIntroductionCtrl.js',
  286. 'bannerContentCtrl': 'modules/activityEntrance/controller/bannerContentCtrl.js',
  287. //(技术经纪人)首页
  288. 'technicalBrokerTaskListCtrl': 'modules/technicalBroker/controller/technicalBrokerTaskListCtrl.js',
  289. 'technicalBrokerTaskListContentCtrl': 'modules/technicalBroker/controller/technicalBrokerTaskListContentCtrl.js',
  290. 'technicalBrokerPublishTrainCtrl': 'modules/technicalBroker/controller/technicalBrokerPublishTrainCtrl.js',
  291. 'technicalBrokerEditTrainCtrl': 'modules/technicalBroker/controller/technicalBrokerEditTrainCtrl.js',
  292. 'technicalBrokerPublishTaskCtrl': 'modules/technicalBroker/controller/technicalBrokerPublishTaskCtrl.js',
  293. 'TechnicalBrokerPublishTrainService': 'modules/technicalBroker/service/technicalBrokerPublishTrainService.js',
  294. 'technicalBrokerEditTaskCtrl': 'modules/technicalBroker/controller/technicalBrokerEditTaskCtrl.js',
  295. 'technicalBrokerTaskDetailCtrl': 'modules/technicalBroker/controller/technicalBrokerTaskDetailCtrl.js',
  296. 'technicalBrokerButtonSummaryCtrl': 'modules/technicalBroker/controller/technicalBrokerButtonSummaryCtrl.js',
  297. 'technicalBrokerAddMainSponsorCtrl': 'modules/technicalBroker/controller/technicalBrokerAddMainSponsorCtrl.js',
  298. 'technicalBrokerEnterCompanyInfoCtrl': 'modules/technicalBroker/controller/technicalBrokerEnterCompanyInfoCtrl.js',
  299. 'technicalBrokerExportCompanyInfoCtrl': 'modules/technicalBroker/controller/technicalBrokerExportCompanyInfoCtrl.js',
  300. 'technicalBrokerAddCompanyInfoCtrl': 'modules/technicalBroker/controller/technicalBrokerAddCompanyInfoCtrl.js',
  301. 'technicalBrokerEnterDemandInfoCtrl': 'modules/technicalBroker/controller/technicalBrokerEnterDemandInfoCtrl.js',
  302. 'technicalBrokerAddDemandInfoCtrl': 'modules/technicalBroker/controller/technicalBrokerAddDemandInfoCtrl.js',
  303. 'technicalBrokerEnterTransformResultCtrl': 'modules/technicalBroker/controller/technicalBrokerEnterTransformResultCtrl.js',
  304. 'technicalBrokerAddTransformInfoCtrl': 'modules/technicalBroker/controller/technicalBrokerAddTransformInfoCtrl.js',
  305. 'technicalBrokerNotReceiveTaskCtrl': 'modules/technicalBroker/controller/technicalBrokerNotReceiveTaskCtrl.js',
  306. 'technicalBrokerSelfPublishTaskCtrl': 'modules/technicalBroker/controller/technicalBrokerSelfPublishTaskCtrl.js',
  307. 'technicalBrokerSelfReceiveTaskCtrl': 'modules/technicalBroker/controller/technicalBrokerSelfReceiveTaskCtrl.js',
  308. 'technicalBrokerRegisteredPerListCtrl': 'modules/technicalBroker/controller/technicalBrokerRegisteredPerListCtrl.js',
  309. 'technicalBrokerSelfSignUpTrainCtrl': 'modules/technicalBroker/controller/technicalBrokerSelfSignUpTrainCtrl.js',
  310. 'technicalBrokerReceiveTaskPerListCtrl': 'modules/technicalBroker/controller/technicalBrokerReceiveTaskPerListCtrl.js',
  311. 'technicalBrokerCompanyInfoCtrl': 'modules/technicalBroker/controller/technicalBrokerCompanyInfoCtrl.js',
  312. 'technicalBrokerEditCompanyInfoCtrl': 'modules/technicalBroker/controller/technicalBrokerEditCompanyInfoCtrl.js',
  313. 'resourceLibraryModel': 'modules/resourceLibrary/service/resourceLibraryModel.js',
  314. 'inputFormCtrl': "modules/component/controller/inputFormCtrl.js",
  315. 'identifySystemCtrl': "modules/account/controller/identifySystemCtrl.js",
  316. 'myCheckCtrl': "modules/account/controller/myCheckCtrl.js",
  317. 'identifyDetailCtrl': 'modules/account/controller/identifyDetailCtrl.js',
  318. 'techDemandDetailCtrl': 'modules/account/controller/techDemandDetailCtrl.js',
  319. 'techDemandCheckCtrl': 'modules/account/controller/techDemandCheckCtrl.js',
  320. 'techDemandCheckAgainCtrl': 'modules/account/controller/techDemandCheckAgainCtrl.js',
  321. 'techDemandCheckDetailCtrl': 'modules/account/controller/techDemandCheckDetailCtrl.js',
  322. 'technicalCheckDetailCtrl': 'modules/account/controller/technicalCheckDetailCtrl.js',
  323. 'toDeclareCtrl': 'modules/account/controller/toDeclareCtrl.js',
  324. 'toDeclareAfCtrl': 'modules/account/controller/toDeclareAfCtrl.js',
  325. 'identifyFormForTongLuCtrl': 'modules/account/controller/identifyFormForTongLuCtrl.js',
  326. 'identifyFormCtrl': 'modules/account/controller/identifyFormCtrl.js',
  327. 'identifyStatusCtrl': 'modules/account/controller/identifyStatusCtrl.js',
  328. 'identifyCheckCtrl': 'modules/account/controller/identifyCheckCtrl.js',
  329. 'recordModalCtrl': "modules/tools/controller/recordModalCtrl.js",
  330. 'statisticsReportService': "modules/statisticsReport/service/statisticsReportService.js",
  331. 'reportTypeListCtrl': "modules/statisticsReport/controller/reportTypeListCtrl.js",
  332. 'reportCompanyListCtrl': "modules/statisticsReport/controller/reportCompanyListCtrl.js",
  333. 'reportEditModalCtrl': "modules/statisticsReport/controller/reportEditModalCtrl.js",
  334. 'reportDetailCtrl': "modules/statisticsReport/controller/reportDetailCtrl.js",
  335. 'tongluMonthReportCtrl': "modules/statisticsReport/controller/tongluMonthReportCtrl.js",
  336. 'tongluYearReportCtrl': "modules/statisticsReport/controller/tongluYearReportCtrl.js",
  337. 'typeinInformationCtrl': "modules/tools/controller/typeinInformationCtrl.js",
  338. 'typeinAllModalCtrl': "modules/tools/controller/typeinAllModalCtrl.js",
  339. 'demandRewardDetailCtrl': "modules/account/controller/demandRewardDetailCtrl.js",
  340. 'demandRewardCheckCtrl': "modules/account/controller/demandRewardCheckCtrl.js",
  341. 'technicalRewardCheckCtrl': "modules/account/controller/technicalRewardCheckCtrl.js",
  342. 'signDemandContractCtrl': "modules/account/controller/signDemandContractCtrl.js",
  343. 'signDemandContractDetailCtrl': "modules/account/controller/signDemandContractDetailCtrl.js",
  344. 'technicalawardapplicationCtrl': "modules/account/controller/technicalawardapplicationCtrl.js",
  345. "taskModuleService":"modules/taskModule/service/taskModuleService.js",
  346. //溧水web端首页
  347. 'homepageOfNodeCtrl': "modules/homepageOfNode/controller/homepageOfNodeCtrl.js",
  348. 'taskHollCtrl': "modules/taskModule/controller/taskHollCtrl.js",
  349. 'taskDetailCtrl': "modules/taskModule/controller/taskDetailCtrl.js",
  350. 'taskEvaluateCtrl': "modules/taskModule/controller/taskEvaluateCtrl.js",
  351. 'unionIntroductionCtrl': "modules/taskModule/controller/unionIntroductionCtrl.js",
  352. 'unionDetailCtrl': "modules/taskModule/controller/unionDetailCtrl.js",
  353. 'taskReleaseCtrl': "modules/taskModule/controller/taskReleaseCtrl.js",
  354. 'activitiesHollCtrl': "modules/activities/controller/activitiesHollCtrl.js",
  355. 'activityDetailCtrl': "modules/activities/controller/activityDetailCtrl.js",
  356. // 'taskEvaluateCtrl':"modules/activities/controller/taskEvaluateCtrl.js",
  357. 'activityReleaseCtrl': "modules/activities/controller/activityReleaseCtrl.js",
  358. 'activityApplyCtrl': "modules/activities/controller/activityApplyCtrl.js",
  359. 'noticeCusServCtrl': "modules/account/controller/noticeCusServCtrl.js",
  360. 'noticeServiceCtrl': "modules/account/controller/noticeServiceCtrl.js",
  361. 'noticeServiceDetailCtrl': "modules/account/controller/noticeServiceDetailCtrl.js",
  362. 'participantListCtrl': "modules/activities/controller/participantListCtrl.js",
  363. 'StatisticseditorCtrl': "modules/account/controller/StatisticseditorCtrl.js",
  364. // 自检系统
  365. 'SelfcheckentranceCtrl':'modules/Selfcheck/controller/SelfcheckentranceCtrl.js',
  366. 'SelfcheckinputCtrl':'modules/Selfcheck/controller/SelfcheckinputCtrl.js',
  367. 'SelfcheckdetailCtrl':'modules/Selfcheck/controller/SelfcheckdetailCtrl.js',
  368. 'SelfchecklistCtrl':'modules/Selfcheck/controller/SelfchecklistCtrl.js',
  369. 'cultivatelistCtrl':'modules/Selfcheck/controller/cultivatelistCtrl.js',
  370. //技术合同
  371. 'TeclcontractCtrl':'modules/account/controller/TeclcontractCtrl.js',
  372. 'TeclcontractlistCtrl':'modules/account/controller/TeclcontractlistCtrl.js',
  373. //聊天
  374. 'chitchatCtrl':'modules/account/controller/chitchatCtrl.js',
  375. },
  376. ViewArgs: {
  377. //注册
  378. RegisterArgs: ['RegisterCtrl', 'RegisterService'],
  379. //忘记密码
  380. FortPasdArgs: ['FortPasdCtrl', 'RegisterService'],
  381. //用户服务协议
  382. userAgreementArgs: ['userAgreementCtrl', 'RegisterService'],
  383. //资讯
  384. HomeArgs: ['HomeCtrl', 'HomeService', 'LoginService', 'AreaService'],
  385. DetailsArgs: ['DetailsCtrl', 'DetailsService', 'SearchResultService'],
  386. SearchResultArgs: ['SearchResultCtrl', 'SearchResultService'],
  387. //日志
  388. logArgs:['MyCollectionService','logCtrl'],
  389. //一键导入
  390. ImportArgs:['MyCollectionService','ImportCtrl'],
  391. //一键导入详情
  392. ImportEditArgs:['MyCollectionService','ImportEditCtrl'],
  393. //个人中心
  394. AccountArgs: ['AccountCtrl', 'LoginService', 'accountModel'],
  395. MyCollectionArgs: ['MyCollectionCtrl', 'MyCollectionService'],
  396. CommenArgs: ['CommentCtrl', 'DetailsService'],
  397. commitmentArgs: ['commitmentCtrl', 'DetailsService'],
  398. liyangLetterArgs: ['liyangLetterCtrl'],
  399. SetNameArgs: ['SetNameCtrl'],
  400. EditDataArgs: ['EditDataCtrl', 'AreaService'],
  401. rewardArgs: ['rewardCtrl', 'SearchResultService', 'CommentService'],
  402. PublisherArgs: ['PublisherCtrl', 'SearchResultService', 'CommentService'],
  403. ReplyArgs: ['ReplyCtrl', 'replyService'],
  404. FanCenterArgs: ['FanCenterCtrl', 'SearchResultService', 'ScienceCircleService'],
  405. FuncIntroListArgs: ['FuncIntroListCtrl', 'FuncIntroService'],
  406. ChooseCityArgs: ['ChooseCityCtrl', 'AreaService'],
  407. ChooseProvinceArgs: ['ChooseProvinceCtrl', 'AreaService'],
  408. infoBookArgs: ['infoBookCtrl', 'AreaService'],
  409. myPublishArgs: ['myPublishCtrl', 'MyCollectionService', 'accountModel'],
  410. MyMessageArgs: ['MyMessageCtrl', 'MyCollectionService', 'accountModel'],
  411. myMessageListCategoryArgs: ['myMessageListCategoryCtrl', 'MyCollectionService', 'accountModel'],
  412. personIdentifyArgs: ['personIdentifyCtrl', 'accountModel'],
  413. //云权限
  414. authorityAddMemberArgs: ['authorityAddMemberCtrl', 'AuthorityModelService'],
  415. userSearchArgs: ['userSearchCtrl', 'SearchResultService', 'AuthorityModelService'],
  416. //对接宝
  417. AbutmentHomeArgs: ['AbutmentHomeCtrl', 'CalenderHomeService', 'ModelService', 'HomeService', 'SynchroService'],
  418. ConnInfoListArgs: ['connInfoListCtrl', 'CalenderHomeService', 'ModelService'],
  419. AddListArgs: ['addListCtrl', 'ModelService'],
  420. addListCardArgs: ['addListCardCtrl', 'ModelService'],
  421. editListCardArgs: ['editListCardCtrl', 'ModelService'],
  422. ParticipatingArgs: ['ParticipatingUnitsCtrl', 'ModelService'],
  423. DockingThemeArgs: ['DockingThemeCtrl', 'ModelService'],
  424. DockingdetailsArgs: ['DockingdetailsCtrl', 'ModelService'],
  425. ConnSearchArgs: ['ConnSearchResultCtrl', 'ConnSearchService', 'CloudFolderService', 'ModelService'],
  426. RemoveFoldersArgs: ['removeFoldersCtrl', 'CloudFolderService'],
  427. EditConninfoArgs: ['editConninfoCtrl', 'ModelService', 'CloudFolderService'],
  428. cloudHomeArgs: ['cloudHomeCtrl', 'AuthorityModelService'],
  429. authorityNameArgs: ['authorityNameCtrl', 'AuthorityModelService'],
  430. groupCreateArgs: ['groupCreateCtrl', 'AuthorityModelService'],
  431. editAuthorityArgs: ['editAuthorityCtrl', 'AuthorityModelService'],
  432. addMemberArgs: ['addMemberCtrl', 'AuthorityModelService', 'AuthorityModelService'],
  433. CloudFolderListArgs: ['CloudFolderListCtrl', 'CloudFolderService'],
  434. CloudFolderDetailArgs: ['CloudFolderDetailCtrl', 'ModelService', 'CloudFolderService', 'ResourceLibraryService'],
  435. CloudAddConnInfoArgs: ['CloudAddConnInfoCtrl', 'ModelService', 'CloudFolderService'],
  436. CloudFolderCreateArgs: ['CloudFolderCreateCtrl', 'CloudFolderService', 'AuthorityModelService'],
  437. CloudFolderEditArgs: ['CloudFolderEditCtrl', 'CloudFolderService'],
  438. CloudDockingdetailArgs: ['CloudDockingdetailsCtrl', 'SearchResultService', 'ResourceLibraryService'],
  439. CloudShareSetArgs: ['CloudShareSetCtrl', 'CloudFolderService', 'ModelService'],
  440. chooseShareFolderArgs: ['chooseShareFolderCtrl', 'ResourceLibraryService'],
  441. unitOrPersonalBaseInfoArgs: ['unitOrPersonalBaseInfoCtrl', 'dataToolsService'],
  442. recordTalentInfoArgs: ['recordTalentInfoCtrl', 'dataToolsService'],
  443. recordProductInfoArgs: ['recordProductInfoCtrl', 'dataToolsService'],
  444. recordPatentInfoArgs: ['recordPatentInfoCtrl', 'dataToolsService'],
  445. recordDemandInfoArgs: ['recordDemandInfoCtrl', 'dataToolsService'],
  446. recordAchievementsInfoArgs: ['recordAchievementsInfoCtrl', 'dataToolsService'],
  447. recordInfoAccountArgs: ['recordInfoAccountCtrl', 'TechnicalBrokerPublishTrainService', 'roleService'],
  448. recordInfoDetailArgs: ['recordInfoDetailCtrl', 'dataToolsService', 'roleService', 'TechnicalBrokerPublishTrainService'],
  449. //资源库
  450. ResourceLibraryArgs: ['resourceLibraryHomeCtrl', 'ResourceLibraryService', 'resourceLibraryTempData', 'SynchroService'],
  451. resourceLibraryPrivateArgs: ['resourceLibraryPrivateCtrl', 'ResourceLibraryService', 'resourceLibraryTempData'],
  452. publicResourceeArgs: ['publicResourceCtrl', 'ResourceLibraryService', 'resourceLibraryTempData'],
  453. privateResourceArgs: ['privateResourceCtrl', 'ResourceLibraryService', 'resourceLibraryTempData'],
  454. resourceLibrarySendMessageArgs: ['resourceLibrarySendMessageCtrl', 'ResourceLibraryService', 'resourceLibraryTempData'],
  455. resourceDetailsArgs: ['resourceDetailsCtrl', 'ResourceLibraryService', 'SearchResultService'],
  456. relativeDetailsArgs: ['relativeDetailsCtrl', 'ResourceLibraryService', 'SearchResultService'],
  457. resourceSearchResultArgs: ['resourceSearchResultCtrl', 'ResourceLibraryService', 'SearchResultService'],
  458. resourcePrivateDetailsArgs: ['resourcePrivateDetailsCtrl', 'ResourceLibraryService', 'SearchResultService'],
  459. editResourcePrivateDetailsArgs: ['editResourcePrivateDetailsCtrl', 'ResourceLibraryService'],
  460. chooseShareResourceArgs: ['chooseShareResourceCtrl', 'ResourceLibraryService', 'resourceLibraryTempData'],
  461. resourceMatchSearchArgs: ['resourceMatchSearchCtrl', 'ResourceLibraryService', 'SearchResultService'],
  462. // 科技圈
  463. scienceCircleHomeArgs: ['scienceCircleHomeCtrl'],
  464. // 活动首页
  465. activityIndexArgs: ['activityIndexCtrl', 'HomeService', 'resourceLibraryTempData', 'ResourceLibraryService', 'roleService'],
  466. // 技术经纪人
  467. technicalBrokerPublishTrainArgs: ['technicalBrokerPublishTrainCtrl', 'TechnicalBrokerPublishTrainService'],
  468. technicalBrokerEditTrainArgs: ['technicalBrokerEditTrainCtrl', 'TechnicalBrokerPublishTrainService'],
  469. technicalBrokerTaskListArgs: ['technicalBrokerTaskListCtrl', 'TechnicalBrokerPublishTrainService', 'UserService'],
  470. technicalBrokerTaskListContentArgs: ['technicalBrokerTaskListContentCtrl', 'TechnicalBrokerPublishTrainService'],
  471. technicalBrokerPublishTaskArgs: ['technicalBrokerPublishTaskCtrl', 'TechnicalBrokerPublishTrainService'],
  472. technicalBrokerNotReceiveTaskArgs: ['technicalBrokerNotReceiveTaskCtrl', 'TechnicalBrokerPublishTrainService'],
  473. technicalBrokerTaskDetailArgs: ['technicalBrokerTaskDetailCtrl', 'TechnicalBrokerPublishTrainService'],
  474. technicalBrokerEditTaskArgs: ['technicalBrokerEditTaskCtrl', 'TechnicalBrokerPublishTrainService'],
  475. technicalBrokerSelfReceiveTaskArgs: ['technicalBrokerSelfReceiveTaskCtrl', 'TechnicalBrokerPublishTrainService'],
  476. technicalBrokerSelfPublishTaskArgs: ['technicalBrokerSelfPublishTaskCtrl', 'TechnicalBrokerPublishTrainService'],
  477. technicalBrokerSelfSignUpTrainArgs: ['technicalBrokerSelfSignUpTrainCtrl', 'TechnicalBrokerPublishTrainService'],
  478. technicalBrokerRegisteredPerListArgs: ['technicalBrokerRegisteredPerListCtrl', 'TechnicalBrokerPublishTrainService'],
  479. technicalBrokerButtonSummaryArgs: ['technicalBrokerButtonSummaryCtrl', 'TechnicalBrokerPublishTrainService'],
  480. technicalBrokerAddCompanyInfoArgs: ['technicalBrokerAddCompanyInfoCtrl', 'TechnicalBrokerPublishTrainService', 'CloudFolderService', 'ActivityService'],
  481. technicalBrokerEditCompanyInfoArgs: ['technicalBrokerEditCompanyInfoCtrl', 'TechnicalBrokerPublishTrainService', 'CloudFolderService', 'ActivityService'],
  482. technicalBrokerCompanyInfoArgs: ['technicalBrokerCompanyInfoCtrl', 'TechnicalBrokerPublishTrainService'],
  483. technicalBrokerEnterCompanyInfoArgs: ['technicalBrokerEnterCompanyInfoCtrl', 'TechnicalBrokerPublishTrainService', 'roleService'],
  484. technicalBrokerExportCompanyInfoArgs: ['technicalBrokerExportCompanyInfoCtrl', 'TechnicalBrokerPublishTrainService', 'roleService'],
  485. selectFieldsToSetArgs: ['selectFieldsToSetCtrl', 'ResourceLibraryService'],
  486. selectWhoSeeArgs: ['selectWhoSeeCtrl', 'ResourceLibraryService', 'resourceLibraryModel'],
  487. setAuthorityGroupArgs: ['setAuthorityGroupCtrl', 'ResourceLibraryService', 'resourceLibraryModel'],
  488. resourceCommonDetailsPageArgs: ['resourceCommonDetailsPageCtrl', 'ResourceLibraryService', 'AccountService', 'dataToolsService'],
  489. resourceCommonInfoDetailsPageArgs: ['resourceCommonInfoDetailsPageCtrl', 'dataToolsService', 'roleService', 'TechnicalBrokerPublishTrainService', 'AccountService'],
  490. resourceCommonInfoDetailsRepeatPageArgs: ['resourceCommonInfoDetailsRepeatPageCtrl', 'dataToolsService', 'roleService', 'TechnicalBrokerPublishTrainService', 'AccountService'],
  491. academicianDetailArgs: ['academicianDetailCtrl', 'ResourceLibraryService'],
  492. selectAuthorityMemberArgs: ['selectAuthorityMemberCtrl', 'ResourceLibraryService', 'resourceLibraryModel', 'ScienceCircleService'],
  493. selectResidentNodesArgs: ['selectResidentNodesCtrl', 'ResourceLibraryService', 'resourceLibraryModel'],
  494. visitModularFormArgs: ['visitModularFormCtrl', 'roleService', 'TechnicalBrokerPublishTrainService', 'dataToolsService', 'ResourceLibraryService'],
  495. visitModularFormDemandArgs: ['visitModularFormDemandCtrl', 'roleService', 'TechnicalBrokerPublishTrainService', 'dataToolsService', 'ResourceLibraryService'],
  496. chooseNodeIndexArgs: ['chooseNodeIndexCtrl', 'ResourceLibraryService'],
  497. reportTypeListArgs: ['reportTypeListCtrl', 'statisticsReportService'],
  498. reportCompanyListArgs: ['reportCompanyListCtrl', 'statisticsReportService'],
  499. reportEditModalArgs: ['reportEditModalCtrl', 'statisticsReportService'],
  500. reportDetailArgs: ['reportDetailCtrl', 'statisticsReportService'],
  501. tongluMonthReportArgs: ['tongluMonthReportCtrl', 'statisticsReportService'],
  502. tongluYearReportArgs: ['tongluYearReportCtrl', 'statisticsReportService'],
  503. typeinInformationArgs: ['typeinInformationCtrl', 'roleService', 'TechnicalBrokerPublishTrainService', 'dataToolsService'],
  504. typeinAllModalArgs: ['typeinAllModalCtrl', 'roleService', 'TechnicalBrokerPublishTrainService', 'dataToolsService'],
  505. identifySystemArgs: ['identifySystemCtrl', 'AccountService', 'dataToolsService', 'CommonService'],
  506. myCheckArgs: ['myCheckCtrl', 'AccountService', 'dataToolsService', 'CommonService'],
  507. identifyDetailArgsArgs: ['identifyDetailArgsCtrl', 'AccountService', 'dataToolsService', 'CommonService', 'ResourceLibraryService'],
  508. identifyFormArgs: ['identifyFormCtrl', 'AccountService', 'dataToolsService', 'CommonService', 'ScienceCircleService'],
  509. unionIntroductionArgs: ['unionIntroductionCtrl', 'AccountService', 'dataToolsService', 'CommonService'],
  510. unionDetailArgs: ['unionDetailCtrl', 'AccountService', 'dataToolsService', 'CommonService'],
  511. identifyStatusArgs: ['identifyStatusCtrl', 'AccountService', 'dataToolsService', 'CommonService'],
  512. identifyCheckArgsArgs: ['identifyCheckArgsCtrl', 'AccountService', 'dataToolsService', 'CommonService'],
  513. identifyDetailArgs: ['identifyDetailCtrl', 'AccountService', 'dataToolsService', 'CommonService'],
  514. techDemandDetailArgs: ['techDemandDetailCtrl', 'AccountService', 'dataToolsService', 'CommonService'],
  515. techDemandCheckArgs: ['techDemandCheckCtrl', 'AccountService', 'dataToolsService', 'CommonService', 'taskModuleService', 'UtilService'],
  516. techDemandCheckAgainArgs: ['techDemandCheckAgainCtrl', 'AccountService', 'dataToolsService', 'CommonService', 'taskModuleService'],
  517. techDemandCheckDetailArgs: ['techDemandCheckDetailCtrl', 'AccountService', 'dataToolsService', 'CommonService', 'taskModuleService'],
  518. technicalCheckDetailArgs: ['technicalCheckDetailCtrl', 'AccountService', 'dataToolsService', 'CommonService', 'taskModuleService'],
  519. toDeclareArgs: ['toDeclareCtrl', 'AccountService', 'dataToolsService', 'CommonService', 'taskModuleService'],
  520. toDeclareAfArgs: ['toDeclareAfCtrl', 'AccountService', 'dataToolsService', 'CommonService', 'taskModuleService'],
  521. homepageOfNodeArgs: ['homepageOfNodeCtrl', 'ResourceLibraryService'],
  522. taskHollArgs: ['taskHollCtrl', 'taskModuleService'],
  523. taskDetailArgs: ['taskDetailCtrl', 'taskModuleService'],
  524. taskEvaluateArgs: ['taskEvaluateCtrl', 'taskModuleService'],
  525. taskReleaseArgs: ['taskReleaseCtrl', 'taskModuleService'],
  526. activitiesHollArgs: ['activitiesHollCtrl', 'activitiesModuleService'],
  527. activityDetailArgs: ['activityDetailCtrl', 'activitiesModuleService', 'CommentService'],
  528. // taskEvaluateArgs:['taskEvaluateCtrl','taskModuleService'],
  529. activityReleaseArgs: ['activityReleaseCtrl', 'activitiesModuleService'],
  530. activityApplyArgs: ['activityApplyCtrl', 'activitiesModuleService'],
  531. participantListArgs: ['participantListCtrl', 'activitiesModuleService'],
  532. demandRewardDetailArgs: ['demandRewardDetailCtrl', 'CommonService', 'UtilService'],
  533. demandRewardCheckArgs: ['demandRewardCheckCtrl', 'CommonService', 'UtilService'],
  534. signDemandContractArgs: ['signDemandContractCtrl', 'CommonService', 'UtilService'],
  535. signDemandContractDetailArgs: ['signDemandContractDetailCtrl', 'CommonService', 'UtilService'],
  536. technicalawardapplicationArgs: ['technicalawardapplicationCtrl', 'CommonService', 'UtilService'],
  537. noticeArgs: ['noticeCtrl'],
  538. noticeDetailArgs: ['noticeDetailCtrl'],
  539. noticeCusServArgs: ['noticeCusServCtrl'],
  540. noticeServiceArgs: ['noticeServiceCtrl'],
  541. noticeServiceDetailArgs: ['noticeServiceDetailCtrl'],
  542. technicalRewardCheckArgs: ['technicalRewardCheckCtrl', 'CommonService', 'UtilService'],
  543. }
  544. });