| 
					
				 | 
			
			
				@@ -157,7 +157,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.mixins_search(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         toUrl(id,type,sceneType,urllink) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            this.$http.post('/uims-message/message/updateMultiple', { ids: [id], messageStatus: 1 }).then(({ status, data, msg }) => {}); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            this.$http.post('/sc-message/message/updateMultiple', { ids: [id], messageStatus: 1 }).then(({ status, data, msg }) => {}); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             let url,appId; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if(type==1||type==2){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 url=urllink||this.envConfig.warnDetailUrl; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -170,7 +170,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 appId="1003"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             //查询linkpath能不能跳转 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            this.$http.postForm('/uims-message/message/judgingTheMessageJumpPermission',{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            this.$http.postForm('/sc-message/message/judgingTheMessageJumpPermission',{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 url:url.split('/')[url.split('/').length - 1], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 appId:appId 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }).then(({ status, data, msg })=>{ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -196,7 +196,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.$msgBox(`您确定要删除选中的${this.selectRow.length}条消息`, '删除后将无法恢复,是否继续?') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 .then((_) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     this.$http 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        .post('/uims-message/message/updateMultiple', { ids: this.selectRow, status: 0 }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        .post('/sc-message/message/updateMultiple', { ids: this.selectRow, status: 0 }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         .then(({ status, data, msg }) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             if (status === 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 this.search(); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -210,7 +210,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         deleteAll() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.$msgBox(`您确定要删除全部消息`, '删除后将无法恢复,是否继续?') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 .then((_) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    this.$http.post('/uims-message/message/updateMultiple', { ids: [], status: 0 }).then(({ status, data, msg }) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    this.$http.post('/sc-message/message/updateMultiple', { ids: [], status: 0 }).then(({ status, data, msg }) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         if (status === 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             this.search(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             this.$refs.table.checkAllChange(); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -224,7 +224,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.$msgBox(`您确定要标记选中的${this.selectRow.length}条消息为已读`, '标记后将无法恢复,是否继续?', 'warning') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 .then((_) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     this.$http 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        .post('/uims-message/message/updateMultiple', { ids: this.selectRow, messageStatus: 1 }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        .post('/sc-message/message/updateMultiple', { ids: this.selectRow, messageStatus: 1 }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         .then(({ status, data, msg }) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             if (status === 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 this.search(); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -238,7 +238,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         markAll() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.$msgBox(`您确定要标记全部消息为已读`, '标记后将无法恢复,是否继续?', 'warning') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 .then((_) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    this.$http.post('/uims-message/message/updateMultiple', { ids: [], messageStatus: 1 }).then(({ status, data, msg }) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    this.$http.post('/sc-message/message/updateMultiple', { ids: [], messageStatus: 1 }).then(({ status, data, msg }) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         if (status === 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             this.search(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             this.$refs.table.checkAllChange(); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -251,7 +251,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         //查询未读消息数量 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         getUnreadNumber() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            this.$http.postForm('/uims-message/message/queryUnreadMessageStatic').then(({ status, data, msg }) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            this.$http.postForm('/sc-message/message/queryUnreadMessageStatic').then(({ status, data, msg }) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if (status === 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     let sum = 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     data.map((item, index) => { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -270,7 +270,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         //获取最新消息列表 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         getMessageList(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            this.$http.postForm('/uims-message/message/queryLastMessage',{num:'5'}).then(({ status, data, msg }) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            this.$http.postForm('/sc-message/message/queryLastMessage',{num:'5'}).then(({ status, data, msg }) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if (status === 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     this.$store.commit('setmessageList', data); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -278,7 +278,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     created() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.mixins_dataUrl = '/uims-message/message/selectPage'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.mixins_dataUrl = '/sc-message/message/selectPage'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.search(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }; 
			 |