refactor: 删除旧的RuoYi组件文件夹

This commit is contained in:
xiao12feng8 2026-01-30 17:33:10 +08:00
parent ff8cd67fdb
commit 349e36c0b1
2 changed files with 0 additions and 42 deletions

View File

@ -1,21 +0,0 @@
<template>
<div>
<svg-icon icon-class="question" @click="goto" />
</div>
</template>
<script>
export default {
name: 'DdnaiDoc',
data() {
return {
url: 'http://www.ddnai.com/doc'
}
},
methods: {
goto() {
window.open(this.url)
}
}
}
</script>

View File

@ -1,21 +0,0 @@
<template>
<div>
<svg-icon icon-class="github" @click="goto" />
</div>
</template>
<script>
export default {
name: 'DdnaiGit',
data() {
return {
url: 'https://github.com/ddnai/ry-xinli'
}
},
methods: {
goto() {
window.open(this.url)
}
}
}
</script>