若依
4 lat temu
|
@@ -1,21 +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>
|
|
|
+<template>
|
|
|
+ <div>
|
|
|
+ <svg-icon icon-class="question" @click="goto"/>
|
|
|
+ </div>
|
|
|
+</template>
|
|
|
+
|
|
|
+<script>
|
|
|
+export default {
|
|
|
+ name: 'RuoYiDoc',
|
|
|
+ data() {
|
|
|
+ return {
|
|
|
+ url: 'https://doc.ruoyi.vip/ruoyi-cloud'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+ goto() {
|
|
|
+ window.open(this.url)
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+</script>
|
|
@@ -1,21 +1,21 @@
|
|
|
-<template>
|
|
|
- <div>
|
|
|
- <svg-icon icon-class="github" @click="goto"/>
|
|
|
- </div>
|
|
|
-</template>
|
|
|
-
|
|
|
-<script>
|
|
|
-export default {
|
|
|
- name: 'RuoYiGit',
|
|
|
- data() {
|
|
|
- return {
|
|
|
- url: 'https://gitee.com/y_project/RuoYi-Vue'
|
|
|
- }
|
|
|
- },
|
|
|
- methods: {
|
|
|
- goto() {
|
|
|
- window.open(this.url)
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-</script>
|
|
|
+<template>
|
|
|
+ <div>
|
|
|
+ <svg-icon icon-class="github" @click="goto"/>
|
|
|
+ </div>
|
|
|
+</template>
|
|
|
+
|
|
|
+<script>
|
|
|
+export default {
|
|
|
+ name: 'RuoYiGit',
|
|
|
+ data() {
|
|
|
+ return {
|
|
|
+ url: 'https://gitee.com/y_project/RuoYi-Cloud'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+ goto() {
|
|
|
+ window.open(this.url)
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+</script>
|