From 617dfe3161dd4ebe016922b8905f0d55a57a146e Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期二, 04 七月 2023 17:46:32 +0800 Subject: [PATCH] update 优化替换过期的文档地址 --- src/views/index.vue | 4 ++-- src/components/RuoYiDoc/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/RuoYiDoc/index.vue b/src/components/RuoYiDoc/index.vue index 6dad85c..6c7ac0d 100644 --- a/src/components/RuoYiDoc/index.vue +++ b/src/components/RuoYiDoc/index.vue @@ -5,7 +5,7 @@ </template> <script setup> -const url = ref('https://javalionli.gitee.io/plus-doc'); +const url = ref('https://plus-doc.dromara.org/'); function goto() { window.open(url.value) diff --git a/src/views/index.vue b/src/views/index.vue index 4b3bebd..66c96ed 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -40,7 +40,7 @@ <p> <el-button type="primary" icon="Cloudy" plain @click="goTarget('https://gitee.com/dromara/RuoYi-Vue-Plus')">璁块棶鐮佷簯</el-button> <el-button type="primary" icon="Cloudy" plain @click="goTarget('https://github.com/dromara/RuoYi-Vue-Plus')">璁块棶GitHub</el-button> - <el-button type="primary" icon="Cloudy" plain @click="goTarget('https://javalionli.gitee.io/plus-doc/#/ruoyi-vue-plus/changlog')" + <el-button type="primary" icon="Cloudy" plain @click="goTarget('https://plus-doc.dromara.org/#/ruoyi-vue-plus/changlog')" >鏇存柊鏃ュ織</el-button > </p> @@ -85,7 +85,7 @@ <p> <el-button type="primary" icon="Cloudy" plain @click="goTarget('https://gitee.com/dromara/RuoYi-Cloud-Plus')">璁块棶鐮佷簯</el-button> <el-button type="primary" icon="Cloudy" plain @click="goTarget('https://github.com/dromara/RuoYi-Cloud-Plus')">璁块棶GitHub</el-button> - <el-button type="primary" icon="Cloudy" plain @click="goTarget('https://javalionli.gitee.io/plus-doc/#/ruoyi-cloud-plus/changlog')" + <el-button type="primary" icon="Cloudy" plain @click="goTarget('https://plus-doc.dromara.org/#/ruoyi-cloud-plus/changlog')" >鏇存柊鏃ュ織</el-button > </p> -- Gitblit v1.9.3