mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	若依 2.1
This commit is contained in:
		
							
								
								
									
										21
									
								
								ruoyi-ui/src/components/RuoYi/Doc/index.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								ruoyi-ui/src/components/RuoYi/Doc/index.vue
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| <template> | ||||
|   <div> | ||||
|     <svg-icon icon-class="question" @click="goto"/> | ||||
|   </div> | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
| export default { | ||||
|   name: 'RuoYiDoc', | ||||
|   data() { | ||||
|     return { | ||||
|       url: 'http://doc.ruoyi.vip/ruoyi-vue' | ||||
|     } | ||||
|   }, | ||||
|   methods: { | ||||
|     goto() { | ||||
|       window.open(this.url) | ||||
|     } | ||||
|   } | ||||
| } | ||||
| </script> | ||||
| @@ -1,19 +1,19 @@ | ||||
| <template> | ||||
|   <div> | ||||
|     <svg-icon icon-class="download" @click="handleDownload"/> | ||||
|     <svg-icon icon-class="github" @click="goto"/> | ||||
|   </div> | ||||
| </template> | ||||
| 
 | ||||
| <script> | ||||
| export default { | ||||
|   name: 'RuoYi', | ||||
|   name: 'RuoYiGit', | ||||
|   data() { | ||||
|     return { | ||||
|       url: 'https://gitee.com/y_project/RuoYi-Vue' | ||||
|     } | ||||
|   }, | ||||
|   methods: { | ||||
|     handleDownload() { | ||||
|     goto() { | ||||
|       window.open(this.url) | ||||
|     } | ||||
|   } | ||||
		Reference in New Issue
	
	Block a user
	 RuoYi
					RuoYi